Pull request #41604 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from dfc2d770e47f36ee24ff9b9c3b65683196355ddd+42855ebc7fdf649d5e555a540078c48676dc665e (262ea98859748298daa93e1305f4f661591cdcd8) 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 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-03T23:04:12.686Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-11-03T23:04:12.689Z] Trying to pass milestone 3 [Pipeline] milestone [2020-11-03T23:04:12.737Z] Trying to pass milestone 4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-11-03T23:04:12.906Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-041aea3e738076881) in /home/ubuntu/workspace/moby_PR-41604 [Pipeline] { [Pipeline] checkout [2020-11-03T23:04:12.959Z] using credential docker-jenkins-github-credentials [2020-11-03T23:04:12.965Z] Cloning the remote Git repository [2020-11-03T23:04:12.965Z] Cloning with configured refspecs honoured and without tags [2020-11-03T23:04:13.037Z] Cloning repository https://github.com/moby/moby.git [2020-11-03T23:04:13.037Z] > git init /home/ubuntu/workspace/moby_PR-41604 # timeout=10 [2020-11-03T23:04:13.058Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-03T23:04:13.058Z] > git --version # timeout=10 [2020-11-03T23:04:13.064Z] > git --version # 'git version 2.17.1' [2020-11-03T23:04:13.065Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:04:13.065Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41604/head:refs/remotes/origin/PR-41604 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:04:27.866Z] Fetching without tags [2020-11-03T23:04:28.119Z] Merging remotes/origin/master commit 42855ebc7fdf649d5e555a540078c48676dc665e into PR head commit dfc2d770e47f36ee24ff9b9c3b65683196355ddd [2020-11-03T23:04:27.918Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-03T23:04:27.921Z] > git config --add remote.origin.fetch +refs/pull/41604/head:refs/remotes/origin/PR-41604 # timeout=10 [2020-11-03T23:04:27.923Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:04:27.931Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-03T23:04:27.938Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-03T23:04:27.938Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:04:27.939Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41604/head:refs/remotes/origin/PR-41604 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:04:28.191Z] > git config core.sparsecheckout # timeout=10 [2020-11-03T23:04:28.195Z] > git checkout -f dfc2d770e47f36ee24ff9b9c3b65683196355ddd # timeout=10 [2020-11-03T23:04:28.710Z] > git remote # timeout=10 [2020-11-03T23:04:28.713Z] > git config --get remote.origin.url # timeout=10 [2020-11-03T23:04:28.728Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:04:28.729Z] > git merge 42855ebc7fdf649d5e555a540078c48676dc665e # timeout=10 [2020-11-03T23:04:29.211Z] Merge succeeded, producing 94bcfbdcb127d303563f72e7cf500179256c8f56 [2020-11-03T23:04:29.211Z] Checking out Revision 94bcfbdcb127d303563f72e7cf500179256c8f56 (PR-41604) [2020-11-03T23:04:29.268Z] Commit message: "Merge commit '42855ebc7fdf649d5e555a540078c48676dc665e' into HEAD" [2020-11-03T23:04:29.274Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-03T23:04:30.024Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41604:/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-03T23:04:29.274Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-03T23:04:29.283Z] > git config core.sparsecheckout # timeout=10 [2020-11-03T23:04:29.288Z] > git checkout -f 94bcfbdcb127d303563f72e7cf500179256c8f56 # timeout=10 [2020-11-03T23:04:29.340Z] > git rev-list --no-walk 018a3132e344c27ef1324fa089025d11c9d99793 # timeout=10 [2020-11-03T23:04:32.567Z] 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 [2020-11-03T23:04:33.068Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03cbcddb46e782763) in /home/ubuntu/workspace/moby_PR-41604 [2020-11-03T23:04:33.068Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-041aea3e738076881) in /home/ubuntu/workspace/moby_PR-41604 [Pipeline] node [Pipeline] node [Pipeline] node [2020-11-03T23:04:33.071Z] Running on s390x-ubuntu-16 in /home/jenkins/workspace/moby_PR-41604 [Pipeline] node [2020-11-03T23:04:33.073Z] Running on ppc64le-ubuntu-13 in /home/docker/workspace/moby_PR-41604 [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout [2020-11-03T23:04:33.162Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2020-11-03T23:04:33.172Z] Cloning the remote Git repository [2020-11-03T23:04:33.172Z] Cloning with configured refspecs honoured and without tags [2020-11-03T23:04:33.173Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2020-11-03T23:04:33.188Z] Fetching changes from the remote Git repository [Pipeline] // stage [2020-11-03T23:04:33.195Z] Fetching without tags [Pipeline] // stage [2020-11-03T23:04:33.212Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-11-03T23:04:33.226Z] using credential docker-jenkins-github-credentials [2020-11-03T23:04:33.226Z] Cloning the remote Git repository [2020-11-03T23:04:33.226Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2020-11-03T23:04:33.241Z] Cloning the remote Git repository [2020-11-03T23:04:33.241Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } 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-03T23:04:33.466Z] Merging remotes/origin/master commit 42855ebc7fdf649d5e555a540078c48676dc665e into PR head commit dfc2d770e47f36ee24ff9b9c3b65683196355ddd [2020-11-03T23:04:33.692Z] Merge succeeded, producing 32a48359f302d2b691adb8d7364bd842a5d0b773 [2020-11-03T23:04:33.692Z] Checking out Revision 32a48359f302d2b691adb8d7364bd842a5d0b773 (PR-41604) [2020-11-03T23:04:33.786Z] Commit message: "Merge commit '42855ebc7fdf649d5e555a540078c48676dc665e' into HEAD" [2020-11-03T23:04:33.795Z] First time build. Skipping changelog. [2020-11-03T23:04:33.169Z] Cloning repository https://github.com/moby/moby.git [2020-11-03T23:04:33.169Z] > git init /home/ubuntu/workspace/moby_PR-41604 # timeout=10 [2020-11-03T23:04:33.179Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-03T23:04:33.179Z] > git --version # timeout=10 [2020-11-03T23:04:33.183Z] > git --version # 'git version 2.17.1' [2020-11-03T23:04:33.183Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:04:33.184Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41604/head:refs/remotes/origin/PR-41604 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:04:33.252Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-11-03T23:04:33.260Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-03T23:04:33.267Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-03T23:04:33.267Z] > git --version # timeout=10 [2020-11-03T23:04:33.271Z] > git --version # 'git version 2.17.1' [2020-11-03T23:04:33.272Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:04:33.272Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41604/head:refs/remotes/origin/PR-41604 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:04:33.538Z] > git config core.sparsecheckout # timeout=10 [2020-11-03T23:04:33.541Z] > git checkout -f dfc2d770e47f36ee24ff9b9c3b65683196355ddd # timeout=10 [2020-11-03T23:04:33.609Z] > git remote # timeout=10 [2020-11-03T23:04:33.614Z] > git config --get remote.origin.url # timeout=10 [2020-11-03T23:04:33.618Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:04:33.619Z] > git merge 42855ebc7fdf649d5e555a540078c48676dc665e # timeout=10 [2020-11-03T23:04:33.738Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-03T23:04:33.764Z] > git config core.sparsecheckout # timeout=10 [2020-11-03T23:04:33.773Z] > git checkout -f 32a48359f302d2b691adb8d7364bd842a5d0b773 # timeout=10 [2020-11-03T23:04:33.858Z] > git rev-list --no-walk 018a3132e344c27ef1324fa089025d11c9d99793 # timeout=10 [2020-11-03T23:04:33.230Z] Cloning repository https://github.com/moby/moby.git [2020-11-03T23:04:33.230Z] > git init /home/jenkins/workspace/moby_PR-41604 # timeout=10 [2020-11-03T23:04:33.236Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-03T23:04:33.236Z] > git --version # timeout=10 [2020-11-03T23:04:33.240Z] > git --version # 'git version 2.17.1' [2020-11-03T23:04:33.240Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:04:33.241Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41604/head:refs/remotes/origin/PR-41604 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [2020-11-03T23:04:33.246Z] Cloning repository https://github.com/moby/moby.git [2020-11-03T23:04:33.247Z] > git init /home/docker/workspace/moby_PR-41604 # timeout=10 [2020-11-03T23:04:33.256Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-03T23:04:33.256Z] > git --version # timeout=10 [2020-11-03T23:04:33.259Z] > git --version # 'git version 2.7.4' [2020-11-03T23:04:33.259Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:04:33.260Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41604/head:refs/remotes/origin/PR-41604 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-03T23:04:34.512Z] + docker version [2020-11-03T23:04:34.512Z] Client: Docker Engine - Community [2020-11-03T23:04:34.512Z] Version: 19.03.13 [2020-11-03T23:04:34.512Z] API version: 1.40 [2020-11-03T23:04:34.512Z] Go version: go1.13.15 [2020-11-03T23:04:34.512Z] Git commit: 4484c46d9d [2020-11-03T23:04:34.512Z] Built: Wed Sep 16 17:02:36 2020 [2020-11-03T23:04:34.512Z] OS/Arch: linux/amd64 [2020-11-03T23:04:34.512Z] Experimental: false [2020-11-03T23:04:34.512Z] [2020-11-03T23:04:34.512Z] Server: Docker Engine - Community [2020-11-03T23:04:34.512Z] Engine: [2020-11-03T23:04:34.512Z] Version: 19.03.13 [2020-11-03T23:04:34.512Z] API version: 1.40 (minimum version 1.12) [2020-11-03T23:04:34.512Z] Go version: go1.13.15 [2020-11-03T23:04:34.512Z] Git commit: 4484c46d9d [2020-11-03T23:04:34.512Z] Built: Wed Sep 16 17:01:06 2020 [2020-11-03T23:04:34.512Z] OS/Arch: linux/amd64 [2020-11-03T23:04:34.512Z] Experimental: true [2020-11-03T23:04:34.512Z] containerd: [2020-11-03T23:04:34.512Z] Version: 1.3.7 [2020-11-03T23:04:34.512Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-03T23:04:34.512Z] runc: [2020-11-03T23:04:34.512Z] Version: 1.0.0-rc10 [2020-11-03T23:04:34.512Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-03T23:04:34.512Z] docker-init: [2020-11-03T23:04:34.512Z] Version: 0.18.0 [2020-11-03T23:04:34.512Z] GitCommit: fec3683 [Pipeline] sh [2020-11-03T23:04:34.797Z] + docker info [2020-11-03T23:04:35.368Z] Client: [2020-11-03T23:04:35.368Z] Debug Mode: false [2020-11-03T23:04:35.368Z] [2020-11-03T23:04:35.368Z] Server: [2020-11-03T23:04:35.368Z] Containers: 0 [2020-11-03T23:04:35.368Z] Running: 0 [2020-11-03T23:04:35.368Z] Paused: 0 [2020-11-03T23:04:35.368Z] Stopped: 0 [2020-11-03T23:04:35.368Z] Images: 3 [2020-11-03T23:04:35.368Z] Server Version: 19.03.13 [2020-11-03T23:04:35.368Z] Storage Driver: overlay2 [2020-11-03T23:04:35.368Z] Backing Filesystem: extfs [2020-11-03T23:04:35.368Z] Supports d_type: true [2020-11-03T23:04:35.368Z] Native Overlay Diff: true [2020-11-03T23:04:35.368Z] Logging Driver: json-file [2020-11-03T23:04:35.368Z] Cgroup Driver: cgroupfs [2020-11-03T23:04:35.368Z] Plugins: [2020-11-03T23:04:35.368Z] Volume: local [2020-11-03T23:04:35.368Z] Network: bridge host ipvlan macvlan null overlay [2020-11-03T23:04:35.368Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-03T23:04:35.368Z] Swarm: inactive [2020-11-03T23:04:35.368Z] Runtimes: runc [2020-11-03T23:04:35.368Z] Default Runtime: runc [2020-11-03T23:04:35.368Z] Init Binary: docker-init [2020-11-03T23:04:35.368Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-03T23:04:35.368Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-03T23:04:35.368Z] init version: fec3683 [2020-11-03T23:04:35.368Z] Security Options: [2020-11-03T23:04:35.368Z] apparmor [2020-11-03T23:04:35.368Z] seccomp [2020-11-03T23:04:35.368Z] Profile: default [2020-11-03T23:04:35.368Z] Kernel Version: 5.4.0-1025-aws [2020-11-03T23:04:35.368Z] Operating System: Ubuntu 18.04.5 LTS [2020-11-03T23:04:35.368Z] OSType: linux [2020-11-03T23:04:35.368Z] Architecture: x86_64 [2020-11-03T23:04:35.368Z] CPUs: 2 [2020-11-03T23:04:35.368Z] Total Memory: 7.487GiB [2020-11-03T23:04:35.368Z] Name: ip-10-100-40-221 [2020-11-03T23:04:35.368Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-11-03T23:04:35.368Z] Docker Root Dir: /var/lib/docker [2020-11-03T23:04:35.368Z] Debug Mode: false [2020-11-03T23:04:35.368Z] Registry: https://index.docker.io/v1/ [2020-11-03T23:04:35.368Z] Labels: [2020-11-03T23:04:35.368Z] Experimental: true [2020-11-03T23:04:35.368Z] Insecure Registries: [2020-11-03T23:04:35.368Z] 127.0.0.0/8 [2020-11-03T23:04:35.368Z] Live Restore Enabled: true [2020-11-03T23:04:35.368Z] [2020-11-03T23:04:35.368Z] WARNING: No swap limit support [Pipeline] sh [2020-11-03T23:04:35.657Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-03T23:04:35.657Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-03T23:04:35.657Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41604/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-03T23:04:35.918Z] + bash /home/ubuntu/workspace/moby_PR-41604/check-config.sh [2020-11-03T23:04:35.918Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-03T23:04:35.918Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-11-03T23:04:35.918Z] [2020-11-03T23:04:35.918Z] Generally Necessary: [2020-11-03T23:04:35.918Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-03T23:04:35.918Z] - apparmor: enabled and tools installed [2020-11-03T23:04:35.918Z] - CONFIG_NAMESPACES: enabled [2020-11-03T23:04:35.918Z] - CONFIG_NET_NS: enabled [2020-11-03T23:04:35.918Z] - CONFIG_PID_NS: enabled [2020-11-03T23:04:35.918Z] - CONFIG_IPC_NS: enabled [2020-11-03T23:04:35.918Z] - CONFIG_UTS_NS: enabled [2020-11-03T23:04:35.918Z] - CONFIG_CGROUPS: enabled [2020-11-03T23:04:35.918Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-03T23:04:35.918Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-03T23:04:35.918Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-03T23:04:35.918Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-03T23:04:35.918Z] - CONFIG_CPUSETS: enabled [2020-11-03T23:04:35.918Z] - CONFIG_MEMCG: enabled [2020-11-03T23:04:35.918Z] - CONFIG_KEYS: enabled [2020-11-03T23:04:35.918Z] - CONFIG_VETH: enabled (as module) [2020-11-03T23:04:35.918Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-03T23:04:35.918Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-03T23:04:35.918Z] - CONFIG_NF_NAT_IPV4: missing [2020-11-03T23:04:36.179Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-03T23:04:36.179Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-03T23:04:36.179Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-03T23:04:36.179Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-03T23:04:36.179Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-03T23:04:36.179Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-03T23:04:36.179Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-03T23:04:36.179Z] - CONFIG_NF_NAT_NEEDED: missing [2020-11-03T23:04:36.179Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-03T23:04:36.179Z] [2020-11-03T23:04:36.179Z] Optional Features: [2020-11-03T23:04:36.179Z] - CONFIG_USER_NS: enabled [2020-11-03T23:04:36.179Z] - CONFIG_SECCOMP: enabled [2020-11-03T23:04:36.179Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-03T23:04:36.179Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-03T23:04:36.179Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-03T23:04:36.179Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-03T23:04:36.179Z] - CONFIG_BLK_CGROUP: enabled [2020-11-03T23:04:36.179Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-03T23:04:36.179Z] - CONFIG_IOSCHED_CFQ: missing [2020-11-03T23:04:36.179Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-11-03T23:04:36.179Z] - CONFIG_CGROUP_PERF: enabled [2020-11-03T23:04:36.179Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-03T23:04:36.179Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-03T23:04:36.179Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-03T23:04:36.179Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-03T23:04:36.179Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-03T23:04:36.179Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-03T23:04:36.179Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-03T23:04:36.179Z] - CONFIG_IP_VS: enabled (as module) [2020-11-03T23:04:36.179Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-03T23:04:36.179Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-03T23:04:36.179Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-03T23:04:36.179Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-03T23:04:36.179Z] - CONFIG_EXT4_FS: enabled [2020-11-03T23:04:36.179Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-03T23:04:36.179Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-03T23:04:36.179Z] - Network Drivers: [2020-11-03T23:04:36.179Z] - "overlay": [2020-11-03T23:04:36.179Z] - CONFIG_VXLAN: enabled (as module) [2020-11-03T23:04:36.179Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-03T23:04:36.179Z] Optional (for encrypted networks): [2020-11-03T23:04:36.179Z] - CONFIG_CRYPTO: enabled [2020-11-03T23:04:36.179Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-03T23:04:36.179Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-03T23:04:36.179Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-03T23:04:36.179Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-03T23:04:36.179Z] - CONFIG_XFRM: enabled [2020-11-03T23:04:36.179Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-03T23:04:36.179Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-03T23:04:36.179Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-03T23:04:36.179Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-11-03T23:04:36.179Z] - "ipvlan": [2020-11-03T23:04:36.179Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-03T23:04:36.179Z] - "macvlan": [2020-11-03T23:04:36.179Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-03T23:04:36.179Z] - CONFIG_DUMMY: enabled (as module) [2020-11-03T23:04:36.179Z] - "ftp,tftp client in container": [2020-11-03T23:04:36.440Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-03T23:04:36.440Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-03T23:04:36.440Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-03T23:04:36.440Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-03T23:04:36.440Z] - Storage Drivers: [2020-11-03T23:04:36.440Z] - "aufs": [2020-11-03T23:04:36.440Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-03T23:04:36.440Z] - "btrfs": [2020-11-03T23:04:36.440Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-03T23:04:36.440Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-03T23:04:36.440Z] - "devicemapper": [2020-11-03T23:04:36.440Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-03T23:04:36.440Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-03T23:04:36.440Z] - "overlay": [2020-11-03T23:04:36.440Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-03T23:04:36.440Z] - "zfs": [2020-11-03T23:04:36.440Z] - /dev/zfs: present [2020-11-03T23:04:36.440Z] - zfs command: missing [2020-11-03T23:04:36.440Z] - zpool command: missing [2020-11-03T23:04:36.440Z] [2020-11-03T23:04:36.440Z] Limits: [2020-11-03T23:04:36.440Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-03T23:04:36.440Z] [2020-11-03T23:04:36.440Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-03T23:04:36.781Z] + sudo modprobe ip_vs [2020-11-03T23:04:36.781Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:94bcfbdcb127d303563f72e7cf500179256c8f56 . [2020-11-03T23:04:36.781Z] #2 [internal] load .dockerignore [2020-11-03T23:04:36.781Z] #2 transferring context: 87B done [2020-11-03T23:04:36.781Z] #2 DONE 0.0s [2020-11-03T23:04:36.781Z] [2020-11-03T23:04:36.781Z] #1 [internal] load build definition from Dockerfile [2020-11-03T23:04:36.781Z] #1 transferring dockerfile: 16.58kB done [2020-11-03T23:04:36.781Z] #1 DONE 0.0s [2020-11-03T23:04:36.781Z] [2020-11-03T23:04:36.781Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-03T23:04:37.044Z] #3 DONE 0.2s [2020-11-03T23:04:37.044Z] [2020-11-03T23:04:37.044Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-03T23:04:37.044Z] #4 CACHED [2020-11-03T23:04:37.044Z] [2020-11-03T23:04:37.044Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-03T23:04:37.615Z] #7 DONE 0.2s [2020-11-03T23:04:37.615Z] [2020-11-03T23:04:37.615Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-03T23:04:37.615Z] #5 DONE 0.2s [2020-11-03T23:04:37.615Z] [2020-11-03T23:04:37.615Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-11-03T23:04:37.615Z] #6 DONE 0.3s [2020-11-03T23:04:37.615Z] [2020-11-03T23:04:37.615Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-03T23:04:37.615Z] #60 DONE 0.0s [2020-11-03T23:04:37.615Z] [2020-11-03T23:04:37.615Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-03T23:04:37.615Z] #24 DONE 0.0s [2020-11-03T23:04:37.615Z] [2020-11-03T23:04:37.615Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:04:37.615Z] #8 DONE 0.0s [2020-11-03T23:04:37.615Z] [2020-11-03T23:04:37.615Z] #21 [internal] load build context [2020-11-03T23:04:39.014Z] #21 transferring context: 51.99MB 1.2s done [2020-11-03T23:04:39.014Z] #21 DONE 1.2s [2020-11-03T23:04:39.014Z] [2020-11-03T23:04:39.014Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-03T23:04:39.014Z] #9 CACHED [2020-11-03T23:04:39.014Z] [2020-11-03T23:04:39.014Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-03T23:04:39.014Z] #10 CACHED [2020-11-03T23:04:39.014Z] [2020-11-03T23:04:39.014Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-03T23:04:39.014Z] #53 CACHED [2020-11-03T23:04:39.014Z] [2020-11-03T23:04:39.014Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:04:39.014Z] #34 CACHED [2020-11-03T23:04:39.014Z] [2020-11-03T23:04:39.014Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:04:39.014Z] #11 CACHED [2020-11-03T23:04:39.014Z] [2020-11-03T23:04:39.014Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:04:42.620Z] Fetching without tags [2020-11-03T23:04:42.565Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-03T23:04:42.582Z] > git config --add remote.origin.fetch +refs/pull/41604/head:refs/remotes/origin/PR-41604 # timeout=10 [2020-11-03T23:04:42.594Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:04:42.608Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-03T23:04:42.623Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-03T23:04:42.624Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:04:42.624Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41604/head:refs/remotes/origin/PR-41604 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:04:42.933Z] Merging remotes/origin/master commit 42855ebc7fdf649d5e555a540078c48676dc665e into PR head commit dfc2d770e47f36ee24ff9b9c3b65683196355ddd [2020-11-03T23:04:43.239Z] #43 3.780 + RM_GOPATH=0 [2020-11-03T23:04:43.239Z] #43 3.780 + TMP_GOPATH= [2020-11-03T23:04:43.239Z] #43 3.780 + : /build [2020-11-03T23:04:43.239Z] #43 3.780 + '[' -z '' ']' [2020-11-03T23:04:43.239Z] #43 3.790 ++ mktemp -d [2020-11-03T23:04:43.239Z] #43 3.790 + export GOPATH=/tmp/tmp.9przMThqEs [2020-11-03T23:04:43.239Z] #43 3.790 + GOPATH=/tmp/tmp.9przMThqEs [2020-11-03T23:04:43.239Z] #43 3.790 + RM_GOPATH=1 [2020-11-03T23:04:43.239Z] #43 3.790 + case "$(go env GOARCH)" in [2020-11-03T23:04:43.239Z] #43 3.790 ++ go env GOARCH [2020-11-03T23:04:43.239Z] #43 3.821 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:43.239Z] #43 3.823 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:43.239Z] #43 3.824 ++ dirname /tmp/install/install.sh [2020-11-03T23:04:43.239Z] #43 3.829 + dir=/tmp/install [2020-11-03T23:04:43.239Z] #43 3.829 + bin=vndr [2020-11-03T23:04:43.239Z] #43 3.831 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-03T23:04:43.239Z] #43 3.831 + shift [2020-11-03T23:04:43.239Z] #43 3.831 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-03T23:04:43.239Z] #43 3.831 + . /tmp/install/vndr.installer [2020-11-03T23:04:43.239Z] #43 3.831 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-03T23:04:43.239Z] #43 3.831 + install_vndr [2020-11-03T23:04:43.239Z] #43 3.831 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-03T23:04:43.239Z] #43 3.831 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.9przMThqEs/src/github.com/LK4D4/vndr [2020-11-03T23:04:43.239Z] #43 3.843 Cloning into '/tmp/tmp.9przMThqEs/src/github.com/LK4D4/vndr'... [2020-11-03T23:04:43.239Z] #43 4.376 + cd /tmp/tmp.9przMThqEs/src/github.com/LK4D4/vndr [2020-11-03T23:04:43.239Z] #43 4.377 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-03T23:04:43.239Z] #43 4.382 + go build -buildmode=pie -v -o /build/vndr . [2020-11-03T23:04:43.955Z] Merge succeeded, producing 16e4f01c70cb1b7a4cfa772b59e466748df0c593 [2020-11-03T23:04:43.955Z] Checking out Revision 16e4f01c70cb1b7a4cfa772b59e466748df0c593 (PR-41604) [2020-11-03T23:04:42.937Z] > git config core.sparsecheckout # timeout=10 [2020-11-03T23:04:42.938Z] > git checkout -f dfc2d770e47f36ee24ff9b9c3b65683196355ddd # timeout=10 [2020-11-03T23:04:43.395Z] > git remote # timeout=10 [2020-11-03T23:04:43.396Z] > git config --get remote.origin.url # timeout=10 [2020-11-03T23:04:43.397Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:04:43.398Z] > git merge 42855ebc7fdf649d5e555a540078c48676dc665e # timeout=10 [2020-11-03T23:04:43.944Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-03T23:04:43.959Z] > git config core.sparsecheckout # timeout=10 [2020-11-03T23:04:43.960Z] > git checkout -f 16e4f01c70cb1b7a4cfa772b59e466748df0c593 # timeout=10 [2020-11-03T23:04:44.333Z] Commit message: "Merge commit '42855ebc7fdf649d5e555a540078c48676dc665e' into HEAD" [2020-11-03T23:04:44.370Z] First time build. Skipping changelog. [2020-11-03T23:04:44.630Z] #43 5.570 github.com/LK4D4/vndr/godl/singleflight [2020-11-03T23:04:44.630Z] #43 5.607 github.com/LK4D4/vndr/build [2020-11-03T23:04:44.630Z] #43 ... [2020-11-03T23:04:44.630Z] [2020-11-03T23:04:44.630Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:44.630Z] #47 3.828 + RM_GOPATH=0 [2020-11-03T23:04:44.630Z] #47 3.828 + TMP_GOPATH= [2020-11-03T23:04:44.630Z] #47 3.829 + : /build [2020-11-03T23:04:44.630Z] #47 3.829 + '[' -z '' ']' [2020-11-03T23:04:44.630Z] #47 3.830 ++ mktemp -d [2020-11-03T23:04:44.630Z] #47 3.833 + export GOPATH=/tmp/tmp.prYaHMv5Mv [2020-11-03T23:04:44.630Z] #47 3.834 + GOPATH=/tmp/tmp.prYaHMv5Mv [2020-11-03T23:04:44.630Z] #47 3.834 + RM_GOPATH=1 [2020-11-03T23:04:44.630Z] #47 3.834 + case "$(go env GOARCH)" in [2020-11-03T23:04:44.630Z] #47 3.834 ++ go env GOARCH [2020-11-03T23:04:44.630Z] #47 3.921 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:44.630Z] #47 3.921 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:44.630Z] #47 3.922 ++ dirname /tmp/install/install.sh [2020-11-03T23:04:44.630Z] #47 3.926 + dir=/tmp/install [2020-11-03T23:04:44.630Z] #47 3.928 + bin=golangci_lint [2020-11-03T23:04:44.630Z] #47 3.928 + shift [2020-11-03T23:04:44.630Z] #47 3.928 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-03T23:04:44.630Z] #47 3.929 + . /tmp/install/golangci_lint.installer [2020-11-03T23:04:44.630Z] #47 3.929 ++ : v1.23.8 [2020-11-03T23:04:44.630Z] #47 3.929 + install_golangci_lint [2020-11-03T23:04:44.630Z] #47 3.929 + set -e [2020-11-03T23:04:44.630Z] #47 3.930 + export GO111MODULE=on [2020-11-03T23:04:44.630Z] #47 3.930 + GO111MODULE=on [2020-11-03T23:04:44.630Z] #47 3.930 + GOBIN=/build [2020-11-03T23:04:44.630Z] #47 3.930 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-03T23:04:44.630Z] #47 3.941 go: finding github.com v1.23.8 [2020-11-03T23:04:44.630Z] #47 3.950 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-03T23:04:44.630Z] #47 3.950 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-03T23:04:44.630Z] #47 3.950 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-03T23:04:44.630Z] #47 3.950 go: finding github.com/golangci v1.23.8 [2020-11-03T23:04:44.630Z] #47 4.751 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-03T23:04:44.630Z] #47 5.409 go: extracting github.com/golangci/golangci-lint v1.23.8 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-03T23:04:45.205Z] + docker version [2020-11-03T23:04:45.205Z] Client: Docker Engine - Community [2020-11-03T23:04:45.205Z] Version: 19.03.7 [2020-11-03T23:04:45.205Z] API version: 1.40 [2020-11-03T23:04:45.205Z] Go version: go1.12.17 [2020-11-03T23:04:45.205Z] Git commit: 7141c199a2 [2020-11-03T23:04:45.205Z] Built: Sat Mar 7 16:48:47 2020 [2020-11-03T23:04:45.205Z] OS/Arch: linux/s390x [2020-11-03T23:04:45.205Z] Experimental: false [2020-11-03T23:04:45.205Z] [2020-11-03T23:04:45.205Z] Server: Docker Engine - Community [2020-11-03T23:04:45.205Z] Engine: [2020-11-03T23:04:45.205Z] Version: 19.03.7 [2020-11-03T23:04:45.205Z] API version: 1.40 (minimum version 1.12) [2020-11-03T23:04:45.205Z] Go version: go1.12.17 [2020-11-03T23:04:45.205Z] Git commit: 7141c199a2 [2020-11-03T23:04:45.205Z] Built: Sat Mar 7 16:47:46 2020 [2020-11-03T23:04:45.205Z] OS/Arch: linux/s390x [2020-11-03T23:04:45.205Z] Experimental: true [2020-11-03T23:04:45.205Z] containerd: [2020-11-03T23:04:45.205Z] Version: 1.2.13 [2020-11-03T23:04:45.205Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-11-03T23:04:45.205Z] runc: [2020-11-03T23:04:45.205Z] Version: 1.0.0-rc10 [2020-11-03T23:04:45.205Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-03T23:04:45.205Z] docker-init: [2020-11-03T23:04:45.205Z] Version: 0.18.0 [2020-11-03T23:04:45.205Z] GitCommit: fec3683 [Pipeline] sh [2020-11-03T23:04:45.573Z] #47 ... [2020-11-03T23:04:45.573Z] [2020-11-03T23:04:45.573Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:45.573Z] #45 3.625 + RM_GOPATH=0 [2020-11-03T23:04:45.573Z] #45 3.625 + TMP_GOPATH= [2020-11-03T23:04:45.573Z] #45 3.625 + : /build [2020-11-03T23:04:45.573Z] #45 3.625 + '[' -z '' ']' [2020-11-03T23:04:45.573Z] #45 3.629 ++ mktemp -d [2020-11-03T23:04:45.573Z] #45 3.630 + export GOPATH=/tmp/tmp.jBcKmbrq1H [2020-11-03T23:04:45.573Z] #45 3.630 + GOPATH=/tmp/tmp.jBcKmbrq1H [2020-11-03T23:04:45.573Z] #45 3.631 + RM_GOPATH=1 [2020-11-03T23:04:45.573Z] #45 3.631 + case "$(go env GOARCH)" in [2020-11-03T23:04:45.573Z] #45 3.632 ++ go env GOARCH [2020-11-03T23:04:45.573Z] #45 3.661 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:45.573Z] #45 3.661 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:45.573Z] #45 3.662 ++ dirname /tmp/install/install.sh [2020-11-03T23:04:45.573Z] #45 3.667 + dir=/tmp/install [2020-11-03T23:04:45.573Z] #45 3.667 + bin=gotestsum [2020-11-03T23:04:45.573Z] #45 3.667 + shift [2020-11-03T23:04:45.573Z] #45 3.667 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-03T23:04:45.573Z] #45 3.667 + . /tmp/install/gotestsum.installer [2020-11-03T23:04:45.573Z] #45 3.667 ++ : v0.5.3 [2020-11-03T23:04:45.573Z] #45 3.672 + install_gotestsum [2020-11-03T23:04:45.573Z] #45 3.673 + set -e [2020-11-03T23:04:45.573Z] #45 3.673 + export GO111MODULE=on [2020-11-03T23:04:45.573Z] #45 3.673 + GO111MODULE=on [2020-11-03T23:04:45.573Z] #45 3.673 + GOBIN=/build [2020-11-03T23:04:45.573Z] #45 3.673 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-03T23:04:45.573Z] #45 3.745 go: finding gotest.tools v0.5.3 [2020-11-03T23:04:45.573Z] #45 3.746 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-03T23:04:45.573Z] #45 4.537 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-03T23:04:45.573Z] #45 5.097 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-03T23:04:45.573Z] #45 6.313 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-03T23:04:45.573Z] #45 6.333 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-03T23:04:45.573Z] #45 6.333 go: downloading github.com/pkg/errors v0.9.1 [2020-11-03T23:04:45.573Z] #45 6.355 go: downloading github.com/fatih/color v1.9.0 [2020-11-03T23:04:45.573Z] #45 6.449 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-03T23:04:45.573Z] #45 6.550 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-03T23:04:45.573Z] #45 6.551 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-03T23:04:45.573Z] #45 6.572 go: extracting github.com/fatih/color v1.9.0 [2020-11-03T23:04:45.573Z] #45 6.629 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-03T23:04:45.573Z] #45 6.714 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-03T23:04:45.573Z] #45 6.736 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-03T23:04:45.573Z] #45 6.749 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-03T23:04:45.573Z] #45 6.766 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-03T23:04:45.587Z] + docker info [2020-11-03T23:04:45.587Z] Client: [2020-11-03T23:04:45.587Z] Debug Mode: false [2020-11-03T23:04:45.587Z] [2020-11-03T23:04:45.587Z] Server: [2020-11-03T23:04:45.587Z] Containers: 0 [2020-11-03T23:04:45.587Z] Running: 0 [2020-11-03T23:04:45.587Z] Paused: 0 [2020-11-03T23:04:45.587Z] Stopped: 0 [2020-11-03T23:04:45.587Z] Images: 0 [2020-11-03T23:04:45.587Z] Server Version: 19.03.7 [2020-11-03T23:04:45.587Z] Storage Driver: overlay2 [2020-11-03T23:04:45.587Z] Backing Filesystem: [2020-11-03T23:04:45.587Z] Supports d_type: true [2020-11-03T23:04:45.587Z] Native Overlay Diff: true [2020-11-03T23:04:45.587Z] Logging Driver: json-file [2020-11-03T23:04:45.587Z] Cgroup Driver: cgroupfs [2020-11-03T23:04:45.587Z] Plugins: [2020-11-03T23:04:45.587Z] Volume: local [2020-11-03T23:04:45.587Z] Network: bridge host ipvlan macvlan null overlay [2020-11-03T23:04:45.587Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-03T23:04:45.587Z] Swarm: inactive [2020-11-03T23:04:45.587Z] Runtimes: runc [2020-11-03T23:04:45.587Z] Default Runtime: runc [2020-11-03T23:04:45.587Z] Init Binary: docker-init [2020-11-03T23:04:45.587Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-11-03T23:04:45.587Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-03T23:04:45.587Z] init version: fec3683 [2020-11-03T23:04:45.587Z] Security Options: [2020-11-03T23:04:45.587Z] apparmor [2020-11-03T23:04:45.587Z] seccomp [2020-11-03T23:04:45.587Z] Profile: default [2020-11-03T23:04:45.587Z] Kernel Version: 4.15.0-91-generic [2020-11-03T23:04:45.587Z] Operating System: Ubuntu 18.04.4 LTS [2020-11-03T23:04:45.587Z] OSType: linux [2020-11-03T23:04:45.587Z] Architecture: s390x [2020-11-03T23:04:45.587Z] CPUs: 2 [2020-11-03T23:04:45.587Z] Total Memory: 7.861GiB [2020-11-03T23:04:45.587Z] Name: s390x-ubuntu-16 [2020-11-03T23:04:45.587Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-11-03T23:04:45.587Z] Docker Root Dir: /var/lib/docker [2020-11-03T23:04:45.587Z] Debug Mode: false [2020-11-03T23:04:45.587Z] Username: dockerbuildbot [2020-11-03T23:04:45.587Z] Registry: https://index.docker.io/v1/ [2020-11-03T23:04:45.587Z] Labels: [2020-11-03T23:04:45.587Z] Experimental: true [2020-11-03T23:04:45.587Z] Insecure Registries: [2020-11-03T23:04:45.587Z] 127.0.0.0/8 [2020-11-03T23:04:45.587Z] Live Restore Enabled: false [2020-11-03T23:04:45.587Z] [2020-11-03T23:04:45.587Z] WARNING: No swap limit support [Pipeline] sh [2020-11-03T23:04:44.337Z] > git rev-list --no-walk 018a3132e344c27ef1324fa089025d11c9d99793 # timeout=10 [2020-11-03T23:04:45.883Z] #45 6.884 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-03T23:04:45.883Z] #45 7.020 go: extracting github.com/pkg/errors v0.9.1 [2020-11-03T23:04:45.962Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-03T23:04:45.962Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-03T23:04:45.962Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41604/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-03T23:04:45.962Z] + bash /home/jenkins/workspace/moby_PR-41604/check-config.sh [2020-11-03T23:04:45.962Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-03T23:04:45.962Z] info: reading kernel config from /boot/config-4.15.0-91-generic ... [2020-11-03T23:04:45.962Z] [2020-11-03T23:04:45.962Z] Generally Necessary: [2020-11-03T23:04:45.962Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-03T23:04:45.962Z] - apparmor: enabled and tools installed [2020-11-03T23:04:45.962Z] - CONFIG_NAMESPACES: enabled [2020-11-03T23:04:45.962Z] - CONFIG_NET_NS: enabled [2020-11-03T23:04:45.962Z] - CONFIG_PID_NS: enabled [2020-11-03T23:04:45.962Z] - CONFIG_IPC_NS: enabled [2020-11-03T23:04:45.962Z] - CONFIG_UTS_NS: enabled [2020-11-03T23:04:45.962Z] - CONFIG_CGROUPS: enabled [2020-11-03T23:04:45.962Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-03T23:04:45.962Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-03T23:04:45.962Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-03T23:04:45.962Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-03T23:04:45.962Z] - CONFIG_CPUSETS: enabled [2020-11-03T23:04:46.146Z] #45 7.136 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-03T23:04:46.146Z] #45 7.221 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-03T23:04:46.146Z] #45 7.306 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-03T23:04:46.146Z] #45 7.311 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-03T23:04:46.252Z] - CONFIG_MEMCG: enabled [2020-11-03T23:04:46.252Z] - CONFIG_KEYS: enabled [2020-11-03T23:04:46.252Z] - CONFIG_VETH: enabled (as module) [2020-11-03T23:04:46.252Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-03T23:04:46.252Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-03T23:04:46.252Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-11-03T23:04:46.252Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-03T23:04:46.252Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-03T23:04:46.252Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-03T23:04:46.252Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-03T23:04:46.252Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-03T23:04:46.252Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-03T23:04:46.252Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-03T23:04:46.252Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-11-03T23:04:46.252Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-03T23:04:46.252Z] [2020-11-03T23:04:46.252Z] Optional Features: [2020-11-03T23:04:46.252Z] - CONFIG_USER_NS: enabled [2020-11-03T23:04:46.252Z] - CONFIG_SECCOMP: enabled [2020-11-03T23:04:46.252Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-03T23:04:46.252Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-03T23:04:46.252Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-03T23:04:46.252Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-03T23:04:46.252Z] - CONFIG_BLK_CGROUP: enabled [2020-11-03T23:04:46.252Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-03T23:04:46.252Z] - CONFIG_IOSCHED_CFQ: enabled [2020-11-03T23:04:46.252Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-11-03T23:04:46.252Z] - CONFIG_CGROUP_PERF: enabled [2020-11-03T23:04:46.252Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-03T23:04:46.252Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-03T23:04:46.252Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-03T23:04:46.252Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-03T23:04:46.252Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-03T23:04:46.252Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-03T23:04:46.252Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-03T23:04:46.252Z] - CONFIG_IP_VS: enabled (as module) [2020-11-03T23:04:46.252Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-03T23:04:46.252Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-03T23:04:46.252Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-03T23:04:46.252Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-03T23:04:46.252Z] - CONFIG_EXT4_FS: enabled [2020-11-03T23:04:46.252Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-03T23:04:46.252Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-03T23:04:46.252Z] - Network Drivers: [2020-11-03T23:04:46.252Z] - "overlay": [2020-11-03T23:04:46.252Z] - CONFIG_VXLAN: enabled (as module) [2020-11-03T23:04:46.253Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-03T23:04:46.253Z] Optional (for encrypted networks): [2020-11-03T23:04:46.253Z] - CONFIG_CRYPTO: enabled [2020-11-03T23:04:46.253Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-03T23:04:46.253Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-03T23:04:46.253Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-03T23:04:46.253Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-03T23:04:46.253Z] - CONFIG_XFRM: enabled [2020-11-03T23:04:46.253Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-03T23:04:46.253Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-03T23:04:46.253Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-03T23:04:46.253Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-11-03T23:04:46.253Z] - "ipvlan": [2020-11-03T23:04:46.253Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-03T23:04:46.253Z] - "macvlan": [2020-11-03T23:04:46.253Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-03T23:04:46.253Z] - CONFIG_DUMMY: enabled (as module) [2020-11-03T23:04:46.253Z] - "ftp,tftp client in container": [2020-11-03T23:04:46.253Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-03T23:04:46.253Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-03T23:04:46.253Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-03T23:04:46.253Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-03T23:04:46.253Z] - Storage Drivers: [2020-11-03T23:04:46.253Z] - "aufs": [2020-11-03T23:04:46.253Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-03T23:04:46.253Z] - "btrfs": [2020-11-03T23:04:46.253Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-03T23:04:46.253Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-03T23:04:46.253Z] - "devicemapper": [2020-11-03T23:04:46.253Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-03T23:04:46.253Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-03T23:04:46.253Z] - "overlay": [2020-11-03T23:04:46.253Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-03T23:04:46.253Z] - "zfs": [2020-11-03T23:04:46.253Z] - /dev/zfs: missing [2020-11-03T23:04:46.253Z] - zfs command: missing [2020-11-03T23:04:46.253Z] - zpool command: missing [2020-11-03T23:04:46.253Z] [2020-11-03T23:04:46.253Z] Limits: [2020-11-03T23:04:46.253Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-03T23:04:46.253Z] [2020-11-03T23:04:46.253Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-03T23:04:46.679Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:94bcfbdcb127d303563f72e7cf500179256c8f56 . [2020-11-03T23:04:46.679Z] #2 [internal] load build definition from Dockerfile [2020-11-03T23:04:46.679Z] #2 transferring dockerfile: 16.58kB done [2020-11-03T23:04:46.679Z] #2 DONE 0.0s [2020-11-03T23:04:46.679Z] [2020-11-03T23:04:46.679Z] #1 [internal] load .dockerignore [2020-11-03T23:04:46.679Z] #1 transferring context: 87B done [2020-11-03T23:04:46.679Z] #1 DONE 0.0s [2020-11-03T23:04:46.679Z] [2020-11-03T23:04:46.679Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-03T23:04:46.970Z] #3 DONE 0.3s [2020-11-03T23:04:47.276Z] [2020-11-03T23:04:47.276Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-03T23:04:47.276Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-03T23:04:47.276Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-03T23:04:47.276Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done [2020-11-03T23:04:47.276Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done [2020-11-03T23:04:47.276Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s [2020-11-03T23:04:47.566Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done [2020-11-03T23:04:47.566Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 [2020-11-03T23:04:47.606Z] #45 8.635 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-03T23:04:47.857Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done [2020-11-03T23:04:47.857Z] #4 DONE 0.7s [2020-11-03T23:04:48.069Z] Still waiting to schedule task [2020-11-03T23:04:48.069Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2020-11-03T23:04:48.073Z] Still waiting to schedule task [2020-11-03T23:04:48.073Z] All nodes of label ‘arm64&&linux’ are offline [2020-11-03T23:04:48.074Z] Still waiting to schedule task [2020-11-03T23:04:48.074Z] All nodes of label ‘windows-2019’ are offline [2020-11-03T23:04:48.151Z] [2020-11-03T23:04:48.151Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-03T23:04:48.151Z] #7 ... [2020-11-03T23:04:48.151Z] [2020-11-03T23:04:48.151Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-03T23:04:48.151Z] #6 DONE 0.1s [2020-11-03T23:04:48.151Z] [2020-11-03T23:04:48.151Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-03T23:04:48.151Z] #7 DONE 0.2s [2020-11-03T23:04:48.151Z] [2020-11-03T23:04:48.151Z] #5 [internal] load metadata for docker.io/library/debian:buster [2020-11-03T23:04:48.151Z] #5 DONE 0.2s [2020-11-03T23:04:48.176Z] #45 9.310 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-03T23:04:48.437Z] #45 ... [2020-11-03T23:04:48.437Z] [2020-11-03T23:04:48.437Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:48.437Z] #47 9.738 go: downloading github.com/fatih/color v1.7.0 [2020-11-03T23:04:48.462Z] [2020-11-03T23:04:48.462Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:04:48.462Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-03T23:04:48.462Z] #8 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done [2020-11-03T23:04:48.462Z] #8 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done [2020-11-03T23:04:48.462Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 6.85MB / 7.39MB 0.2s [2020-11-03T23:04:48.462Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 3.48MB / 9.88MB 0.2s [2020-11-03T23:04:48.462Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-03T23:04:48.462Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 3.26MB / 48.97MB 0.2s [2020-11-03T23:04:48.699Z] #47 9.797 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-03T23:04:48.699Z] #47 9.800 go: downloading github.com/spf13/viper v1.6.1 [2020-11-03T23:04:48.699Z] #47 9.805 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-03T23:04:48.699Z] #47 9.805 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-03T23:04:48.699Z] #47 9.806 go: downloading github.com/pkg/errors v0.8.1 [2020-11-03T23:04:48.699Z] #47 9.877 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-03T23:04:48.781Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 7.39MB / 7.39MB 0.2s done [2020-11-03T23:04:48.781Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 7.23MB / 9.88MB 0.3s [2020-11-03T23:04:48.781Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 7.40MB / 48.97MB 0.3s [2020-11-03T23:04:48.781Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 0B / 51.38MB 0.3s [2020-11-03T23:04:48.781Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.88MB / 9.88MB 0.3s done [2020-11-03T23:04:48.781Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 14.73MB / 48.97MB 0.4s [2020-11-03T23:04:48.781Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 3.58MB / 51.38MB 0.4s [2020-11-03T23:04:48.781Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 0B / 56.74MB 0.4s [2020-11-03T23:04:48.781Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 23.07MB / 48.97MB 0.6s [2020-11-03T23:04:48.781Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 12.83MB / 51.38MB 0.6s [2020-11-03T23:04:48.781Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 5.13MB / 56.74MB 0.6s [2020-11-03T23:04:48.959Z] #47 9.882 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-03T23:04:48.959Z] #47 9.892 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-03T23:04:48.959Z] #47 ... [2020-11-03T23:04:48.959Z] [2020-11-03T23:04:48.959Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:48.959Z] #56 3.099 + RM_GOPATH=0 [2020-11-03T23:04:48.959Z] #56 3.099 + TMP_GOPATH= [2020-11-03T23:04:48.959Z] #56 3.099 + : /build [2020-11-03T23:04:48.959Z] #56 3.099 + '[' -z '' ']' [2020-11-03T23:04:48.959Z] #56 3.099 ++ mktemp -d [2020-11-03T23:04:48.959Z] #56 3.099 + export GOPATH=/tmp/tmp.KbetFyFQPf [2020-11-03T23:04:48.959Z] #56 3.099 + GOPATH=/tmp/tmp.KbetFyFQPf [2020-11-03T23:04:48.959Z] #56 3.099 + RM_GOPATH=1 [2020-11-03T23:04:48.959Z] #56 3.099 + case "$(go env GOARCH)" in [2020-11-03T23:04:48.959Z] #56 3.112 ++ go env GOARCH [2020-11-03T23:04:48.959Z] #56 3.132 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:48.959Z] #56 3.132 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:48.959Z] #56 3.132 ++ dirname /tmp/install/install.sh [2020-11-03T23:04:48.959Z] #56 3.132 + dir=/tmp/install [2020-11-03T23:04:48.959Z] #56 3.132 + bin=rootlesskit [2020-11-03T23:04:48.959Z] #56 3.132 + shift [2020-11-03T23:04:48.959Z] #56 3.132 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-03T23:04:48.959Z] #56 3.132 + . /tmp/install/rootlesskit.installer [2020-11-03T23:04:48.959Z] #56 3.132 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-03T23:04:48.959Z] #56 3.132 + install_rootlesskit [2020-11-03T23:04:48.959Z] #56 3.132 + case "$1" in [2020-11-03T23:04:48.959Z] #56 3.132 + export CGO_ENABLED=0 [2020-11-03T23:04:48.959Z] #56 3.132 + CGO_ENABLED=0 [2020-11-03T23:04:48.959Z] #56 3.132 + _install_rootlesskit [2020-11-03T23:04:48.959Z] #56 3.132 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-11-03T23:04:48.960Z] #56 3.132 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.KbetFyFQPf/src/github.com/rootless-containers/rootlesskit [2020-11-03T23:04:48.960Z] #56 3.132 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-03T23:04:48.960Z] #56 3.139 Cloning into '/tmp/tmp.KbetFyFQPf/src/github.com/rootless-containers/rootlesskit'... [2020-11-03T23:04:48.960Z] #56 7.146 + cd /tmp/tmp.KbetFyFQPf/src/github.com/rootless-containers/rootlesskit [2020-11-03T23:04:48.960Z] #56 7.146 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-03T23:04:48.960Z] #56 7.779 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-03T23:04:48.960Z] #56 7.779 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-03T23:04:48.960Z] #56 ... [2020-11-03T23:04:48.960Z] [2020-11-03T23:04:48.960Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:04:48.960Z] #35 3.792 + RM_GOPATH=0 [2020-11-03T23:04:48.960Z] #35 3.792 + TMP_GOPATH= [2020-11-03T23:04:48.960Z] #35 3.792 + : /build [2020-11-03T23:04:48.960Z] #35 3.792 + '[' -z '' ']' [2020-11-03T23:04:48.960Z] #35 3.800 ++ mktemp -d [2020-11-03T23:04:48.960Z] #35 3.807 + export GOPATH=/tmp/tmp.rHM0hfKsIz [2020-11-03T23:04:48.960Z] #35 3.807 + GOPATH=/tmp/tmp.rHM0hfKsIz [2020-11-03T23:04:48.960Z] #35 3.807 + RM_GOPATH=1 [2020-11-03T23:04:48.960Z] #35 3.807 + case "$(go env GOARCH)" in [2020-11-03T23:04:48.960Z] #35 3.807 ++ go env GOARCH [2020-11-03T23:04:48.960Z] #35 3.835 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:48.960Z] #35 3.835 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:48.960Z] #35 3.835 ++ dirname /tmp/install/install.sh [2020-11-03T23:04:48.960Z] #35 3.838 + dir=/tmp/install [2020-11-03T23:04:48.960Z] #35 3.838 + bin=tini [2020-11-03T23:04:48.960Z] #35 3.838 + shift [2020-11-03T23:04:48.960Z] #35 3.838 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-03T23:04:48.960Z] #35 3.841 + . /tmp/install/tini.installer [2020-11-03T23:04:48.960Z] #35 3.842 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-03T23:04:48.960Z] #35 3.843 + install_tini [2020-11-03T23:04:48.960Z] #35 3.845 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-03T23:04:48.960Z] #35 3.846 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-03T23:04:48.960Z] #35 3.846 + git clone https://github.com/krallin/tini.git /tmp/tmp.rHM0hfKsIz/tini [2020-11-03T23:04:48.960Z] #35 3.849 Cloning into '/tmp/tmp.rHM0hfKsIz/tini'... [2020-11-03T23:04:48.960Z] #35 4.571 + cd /tmp/tmp.rHM0hfKsIz/tini [2020-11-03T23:04:48.960Z] #35 4.578 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-03T23:04:48.960Z] #35 4.612 + cmake . [2020-11-03T23:04:48.960Z] #35 5.139 -- The C compiler identification is GNU 8.3.0 [2020-11-03T23:04:48.960Z] #35 5.191 -- Check for working C compiler: /usr/bin/cc [2020-11-03T23:04:48.960Z] #35 5.835 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-03T23:04:48.960Z] #35 5.837 -- Detecting C compiler ABI info [2020-11-03T23:04:48.960Z] #35 6.608 -- Detecting C compiler ABI info - done [2020-11-03T23:04:48.960Z] #35 6.672 -- Detecting C compile features [2020-11-03T23:04:48.960Z] #35 9.293 -- Detecting C compile features - done [2020-11-03T23:04:48.960Z] #35 9.349 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-03T23:04:48.960Z] #35 9.619 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-03T23:04:48.960Z] #35 9.706 -- Configuring done [2020-11-03T23:04:48.960Z] #35 9.741 -- Generating done [2020-11-03T23:04:48.960Z] #35 9.749 -- Build files have been written to: /tmp/tmp.rHM0hfKsIz/tini [2020-11-03T23:04:48.960Z] #35 9.761 + make tini-static [2020-11-03T23:04:49.106Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 27.27MB / 48.97MB 0.7s [2020-11-03T23:04:49.106Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 16.99MB / 51.38MB 0.7s [2020-11-03T23:04:49.106Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 9.18MB / 56.74MB 0.7s [2020-11-03T23:04:49.106Z] #8 ... [2020-11-03T23:04:49.106Z] [2020-11-03T23:04:49.106Z] #21 [internal] load build context [2020-11-03T23:04:49.106Z] #21 transferring context: 51.99MB 0.8s done [2020-11-03T23:04:49.106Z] #21 DONE 0.8s [2020-11-03T23:04:49.106Z] [2020-11-03T23:04:49.106Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:04:49.106Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 30.89MB / 48.97MB 0.8s [2020-11-03T23:04:49.106Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 21.83MB / 51.38MB 0.8s [2020-11-03T23:04:49.106Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 12.45MB / 56.74MB 0.8s [2020-11-03T23:04:49.364Z] #35 ... [2020-11-03T23:04:49.364Z] [2020-11-03T23:04:49.364Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:04:49.364Z] #49 3.815 + RM_GOPATH=0 [2020-11-03T23:04:49.364Z] #49 3.815 + TMP_GOPATH= [2020-11-03T23:04:49.364Z] #49 3.815 + : /build [2020-11-03T23:04:49.364Z] #49 3.815 + '[' -z '' ']' [2020-11-03T23:04:49.364Z] #49 3.815 ++ mktemp -d [2020-11-03T23:04:49.364Z] #49 3.815 + export GOPATH=/tmp/tmp.x7TuwRwVuy [2020-11-03T23:04:49.364Z] #49 3.815 + GOPATH=/tmp/tmp.x7TuwRwVuy [2020-11-03T23:04:49.364Z] #49 3.815 + RM_GOPATH=1 [2020-11-03T23:04:49.364Z] #49 3.816 + case "$(go env GOARCH)" in [2020-11-03T23:04:49.364Z] #49 3.816 ++ go env GOARCH [2020-11-03T23:04:49.364Z] #49 3.854 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:49.364Z] #49 3.854 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:49.364Z] #49 3.856 ++ dirname /tmp/install/install.sh [2020-11-03T23:04:49.364Z] #49 3.859 + dir=/tmp/install [2020-11-03T23:04:49.364Z] #49 3.881 + bin=shfmt [2020-11-03T23:04:49.364Z] #49 3.881 + shift [2020-11-03T23:04:49.364Z] #49 3.881 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-03T23:04:49.364Z] #49 3.881 + . /tmp/install/shfmt.installer [2020-11-03T23:04:49.364Z] #49 3.881 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-03T23:04:49.364Z] #49 3.892 + install_shfmt [2020-11-03T23:04:49.364Z] #49 3.892 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-03T23:04:49.364Z] #49 3.892 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-03T23:04:49.364Z] #49 3.892 + git clone https://github.com/mvdan/sh.git /tmp/tmp.x7TuwRwVuy/src/github.com/mvdan/sh [2020-11-03T23:04:49.364Z] #49 3.902 Cloning into '/tmp/tmp.x7TuwRwVuy/src/github.com/mvdan/sh'... [2020-11-03T23:04:49.364Z] #49 ... [2020-11-03T23:04:49.364Z] [2020-11-03T23:04:49.364Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:04:49.364Z] #62 2.348 + RM_GOPATH=0 [2020-11-03T23:04:49.364Z] #62 2.348 + TMP_GOPATH= [2020-11-03T23:04:49.364Z] #62 2.348 + : /build [2020-11-03T23:04:49.364Z] #62 2.348 + '[' -z '' ']' [2020-11-03T23:04:49.364Z] #62 2.348 ++ mktemp -d [2020-11-03T23:04:49.364Z] #62 2.348 + export GOPATH=/tmp/tmp.sptHD5rYiD [2020-11-03T23:04:49.364Z] #62 2.348 + GOPATH=/tmp/tmp.sptHD5rYiD [2020-11-03T23:04:49.364Z] #62 2.348 + RM_GOPATH=1 [2020-11-03T23:04:49.364Z] #62 2.348 + case "$(go env GOARCH)" in [2020-11-03T23:04:49.364Z] #62 2.348 ++ go env GOARCH [2020-11-03T23:04:49.364Z] #62 2.348 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:49.364Z] #62 2.348 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:49.364Z] #62 2.348 ++ dirname /tmp/install/install.sh [2020-11-03T23:04:49.364Z] #62 2.348 + dir=/tmp/install [2020-11-03T23:04:49.364Z] #62 2.348 + bin=proxy [2020-11-03T23:04:49.364Z] #62 2.348 + shift [2020-11-03T23:04:49.364Z] #62 2.348 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-03T23:04:49.364Z] #62 2.348 + . /tmp/install/proxy.installer [2020-11-03T23:04:49.364Z] #62 2.348 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-03T23:04:49.364Z] #62 2.348 + install_proxy [2020-11-03T23:04:49.364Z] #62 2.348 + case "$1" in [2020-11-03T23:04:49.364Z] #62 2.348 + export CGO_ENABLED=0 [2020-11-03T23:04:49.364Z] #62 2.348 + CGO_ENABLED=0 [2020-11-03T23:04:49.364Z] #62 2.348 + _install_proxy [2020-11-03T23:04:49.364Z] #62 2.348 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-03T23:04:49.364Z] #62 2.348 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.sptHD5rYiD/src/github.com/docker/libnetwork [2020-11-03T23:04:49.364Z] #62 2.348 Cloning into '/tmp/tmp.sptHD5rYiD/src/github.com/docker/libnetwork'... [2020-11-03T23:04:49.364Z] #62 2.348 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-03T23:04:49.429Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 35.26MB / 48.97MB 0.9s [2020-11-03T23:04:49.429Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 25.40MB / 51.38MB 0.9s [2020-11-03T23:04:49.429Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 15.58MB / 56.74MB 0.9s [2020-11-03T23:04:49.429Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 42.55MB / 48.97MB 1.1s [2020-11-03T23:04:49.429Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 33.80MB / 51.38MB 1.1s [2020-11-03T23:04:49.429Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 23.48MB / 56.74MB 1.1s [2020-11-03T23:04:49.429Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 46.08MB / 48.97MB 1.2s [2020-11-03T23:04:49.429Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 36.44MB / 51.38MB 1.2s [2020-11-03T23:04:49.429Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 28.28MB / 56.74MB 1.2s [2020-11-03T23:04:49.674Z] #62 ... [2020-11-03T23:04:49.674Z] [2020-11-03T23:04:49.674Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:04:49.674Z] #32 3.065 + RM_GOPATH=0 [2020-11-03T23:04:49.674Z] #32 3.065 + TMP_GOPATH= [2020-11-03T23:04:49.674Z] #32 3.065 + : /build [2020-11-03T23:04:49.674Z] #32 3.065 + '[' -z '' ']' [2020-11-03T23:04:49.674Z] #32 3.065 ++ mktemp -d [2020-11-03T23:04:49.674Z] #32 3.065 + export GOPATH=/tmp/tmp.507CdFMc5g [2020-11-03T23:04:49.674Z] #32 3.065 + GOPATH=/tmp/tmp.507CdFMc5g [2020-11-03T23:04:49.674Z] #32 3.065 + RM_GOPATH=1 [2020-11-03T23:04:49.674Z] #32 3.065 + case "$(go env GOARCH)" in [2020-11-03T23:04:49.674Z] #32 3.069 ++ go env GOARCH [2020-11-03T23:04:49.674Z] #32 3.080 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:49.674Z] #32 3.080 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:49.674Z] #32 3.080 ++ dirname /tmp/install/install.sh [2020-11-03T23:04:49.674Z] #32 3.084 + dir=/tmp/install [2020-11-03T23:04:49.674Z] #32 3.084 + bin=tomlv [2020-11-03T23:04:49.674Z] #32 3.084 + shift [2020-11-03T23:04:49.674Z] #32 3.084 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-03T23:04:49.674Z] #32 3.084 + . /tmp/install/tomlv.installer [2020-11-03T23:04:49.674Z] #32 3.084 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-03T23:04:49.674Z] #32 3.084 + install_tomlv [2020-11-03T23:04:49.674Z] #32 3.084 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-03T23:04:49.674Z] #32 3.084 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.507CdFMc5g/src/github.com/BurntSushi/toml [2020-11-03T23:04:49.674Z] #32 3.084 Cloning into '/tmp/tmp.507CdFMc5g/src/github.com/BurntSushi/toml'... [2020-11-03T23:04:49.674Z] #32 3.084 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-03T23:04:49.674Z] #32 3.863 + cd /tmp/tmp.507CdFMc5g/src/github.com/BurntSushi/toml [2020-11-03T23:04:49.674Z] #32 3.864 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-03T23:04:49.674Z] #32 3.872 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-03T23:04:49.674Z] #32 4.645 github.com/BurntSushi/toml [2020-11-03T23:04:49.674Z] #32 7.870 github.com/BurntSushi/toml/cmd/tomlv [2020-11-03T23:04:49.674Z] #32 ... [2020-11-03T23:04:49.674Z] [2020-11-03T23:04:49.674Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:04:49.674Z] #51 3.465 + RM_GOPATH=0 [2020-11-03T23:04:49.674Z] #51 3.465 + TMP_GOPATH= [2020-11-03T23:04:49.674Z] #51 3.465 + : /build [2020-11-03T23:04:49.674Z] #51 3.465 + '[' -z '' ']' [2020-11-03T23:04:49.674Z] #51 3.465 ++ mktemp -d [2020-11-03T23:04:49.674Z] #51 3.465 + export GOPATH=/tmp/tmp.PoylwUaJ5Z [2020-11-03T23:04:49.674Z] #51 3.465 + GOPATH=/tmp/tmp.PoylwUaJ5Z [2020-11-03T23:04:49.674Z] #51 3.465 + RM_GOPATH=1 [2020-11-03T23:04:49.674Z] #51 3.465 + case "$(go env GOARCH)" in [2020-11-03T23:04:49.674Z] #51 3.465 ++ go env GOARCH [2020-11-03T23:04:49.674Z] #51 3.477 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:49.674Z] #51 3.477 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:49.674Z] #51 3.481 ++ dirname /tmp/install/install.sh [2020-11-03T23:04:49.674Z] #51 3.484 + dir=/tmp/install [2020-11-03T23:04:49.674Z] #51 3.484 + bin=runc [2020-11-03T23:04:49.674Z] #51 3.484 + shift [2020-11-03T23:04:49.674Z] #51 3.484 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-03T23:04:49.674Z] #51 3.484 + . /tmp/install/runc.installer [2020-11-03T23:04:49.674Z] #51 3.484 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-03T23:04:49.674Z] #51 3.484 + install_runc [2020-11-03T23:04:49.674Z] #51 3.488 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-03T23:04:49.674Z] #51 3.489 + uname -r [2020-11-03T23:04:49.674Z] #51 3.493 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-03T23:04:49.674Z] #51 3.493 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-03T23:04:49.674Z] #51 3.493 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.PoylwUaJ5Z/src/github.com/opencontainers/runc [2020-11-03T23:04:49.674Z] #51 3.493 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-03T23:04:49.674Z] #51 3.502 Cloning into '/tmp/tmp.PoylwUaJ5Z/src/github.com/opencontainers/runc'... [2020-11-03T23:04:49.674Z] #51 ... [2020-11-03T23:04:49.674Z] [2020-11-03T23:04:49.674Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:49.674Z] #22 3.110 + RM_GOPATH=0 [2020-11-03T23:04:49.674Z] #22 3.110 + TMP_GOPATH= [2020-11-03T23:04:49.674Z] #22 3.110 + : /build [2020-11-03T23:04:49.674Z] #22 3.110 + '[' -z '' ']' [2020-11-03T23:04:49.674Z] #22 3.110 ++ mktemp -d [2020-11-03T23:04:49.674Z] #22 3.110 + export GOPATH=/tmp/tmp.U0WkxN7Uwg [2020-11-03T23:04:49.674Z] #22 3.110 + GOPATH=/tmp/tmp.U0WkxN7Uwg [2020-11-03T23:04:49.674Z] #22 3.110 + RM_GOPATH=1 [2020-11-03T23:04:49.674Z] #22 3.110 + case "$(go env GOARCH)" in [2020-11-03T23:04:49.674Z] #22 3.110 ++ go env GOARCH [2020-11-03T23:04:49.674Z] #22 3.125 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:49.674Z] #22 3.125 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:49.674Z] #22 3.130 Install docker/cli version 17.06.2-ce from stable [2020-11-03T23:04:49.674Z] #22 3.130 ++ dirname /tmp/install/install.sh [2020-11-03T23:04:49.674Z] #22 3.130 + dir=/tmp/install [2020-11-03T23:04:49.674Z] #22 3.130 + bin=dockercli [2020-11-03T23:04:49.674Z] #22 3.130 + shift [2020-11-03T23:04:49.674Z] #22 3.130 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-03T23:04:49.674Z] #22 3.130 + . /tmp/install/dockercli.installer [2020-11-03T23:04:49.674Z] #22 3.130 ++ : stable [2020-11-03T23:04:49.674Z] #22 3.130 ++ : 17.06.2-ce [2020-11-03T23:04:49.674Z] #22 3.130 + install_dockercli [2020-11-03T23:04:49.674Z] #22 3.130 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-03T23:04:49.674Z] #22 3.130 ++ uname -m [2020-11-03T23:04:49.674Z] #22 3.130 + arch=x86_64 [2020-11-03T23:04:49.674Z] #22 3.130 + '[' x86_64 '!=' x86_64 ']' [2020-11-03T23:04:49.674Z] #22 3.130 + url=https://download.docker.com/linux/static [2020-11-03T23:04:49.674Z] #22 3.130 + tar -xz docker/docker [2020-11-03T23:04:49.674Z] #22 3.130 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-11-03T23:04:49.674Z] #22 9.798 + mkdir -p /build [2020-11-03T23:04:49.674Z] #22 9.801 + mv docker/docker /build/ [2020-11-03T23:04:49.674Z] #22 9.818 + rmdir docker [2020-11-03T23:04:49.732Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.3s [2020-11-03T23:04:49.732Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 41.60MB / 51.38MB 1.3s [2020-11-03T23:04:49.732Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 32.04MB / 56.74MB 1.3s [2020-11-03T23:04:49.732Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.3s done [2020-11-03T23:04:49.732Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 48.70MB / 51.38MB 1.5s [2020-11-03T23:04:49.732Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 42.12MB / 56.74MB 1.5s [2020-11-03T23:04:49.732Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 3.02MB / 102.23MB 1.5s [2020-11-03T23:04:49.732Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 [2020-11-03T23:04:49.939Z] #22 ... [2020-11-03T23:04:49.939Z] [2020-11-03T23:04:49.939Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:49.939Z] #54 3.422 + RM_GOPATH=0 [2020-11-03T23:04:49.939Z] #54 3.422 + TMP_GOPATH= [2020-11-03T23:04:49.939Z] #54 3.422 + : /build [2020-11-03T23:04:49.939Z] #54 3.422 + '[' -z '' ']' [2020-11-03T23:04:49.939Z] #54 3.422 ++ mktemp -d [2020-11-03T23:04:49.939Z] #54 3.426 + export GOPATH=/tmp/tmp.N5UQPEB4jf [2020-11-03T23:04:49.939Z] #54 3.426 + GOPATH=/tmp/tmp.N5UQPEB4jf [2020-11-03T23:04:49.939Z] #54 3.426 + RM_GOPATH=1 [2020-11-03T23:04:49.939Z] #54 3.426 + case "$(go env GOARCH)" in [2020-11-03T23:04:49.939Z] #54 3.427 ++ go env GOARCH [2020-11-03T23:04:49.939Z] #54 3.443 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-03T23:04:49.939Z] #54 3.444 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:49.939Z] #54 3.444 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:04:49.939Z] #54 3.444 ++ dirname /tmp/install/install.sh [2020-11-03T23:04:49.939Z] #54 3.444 + dir=/tmp/install [2020-11-03T23:04:49.939Z] #54 3.444 + bin=containerd [2020-11-03T23:04:49.939Z] #54 3.444 + shift [2020-11-03T23:04:49.939Z] #54 3.444 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-03T23:04:49.939Z] #54 3.444 + . /tmp/install/containerd.installer [2020-11-03T23:04:49.939Z] #54 3.444 ++ set -e [2020-11-03T23:04:49.939Z] #54 3.444 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-03T23:04:49.939Z] #54 3.444 + install_containerd [2020-11-03T23:04:49.939Z] #54 3.444 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-03T23:04:49.939Z] #54 3.449 + git clone https://github.com/containerd/containerd.git /tmp/tmp.N5UQPEB4jf/src/github.com/containerd/containerd [2020-11-03T23:04:49.939Z] #54 3.453 Cloning into '/tmp/tmp.N5UQPEB4jf/src/github.com/containerd/containerd'... [2020-11-03T23:04:49.939Z] #54 ... [2020-11-03T23:04:49.939Z] [2020-11-03T23:04:49.939Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:49.939Z] #47 10.06 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-03T23:04:49.939Z] #47 10.09 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-03T23:04:49.939Z] #47 10.11 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-03T23:04:49.939Z] #47 10.17 go: extracting github.com/fatih/color v1.7.0 [2020-11-03T23:04:49.939Z] #47 10.30 go: extracting github.com/spf13/viper v1.6.1 [2020-11-03T23:04:49.939Z] #47 10.38 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-03T23:04:49.939Z] #47 10.39 go: extracting github.com/pkg/errors v0.8.1 [2020-11-03T23:04:49.939Z] #47 10.39 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-03T23:04:49.939Z] #47 10.41 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-03T23:04:49.939Z] #47 10.41 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-03T23:04:49.939Z] #47 10.48 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-03T23:04:49.939Z] #47 10.48 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-03T23:04:49.939Z] #47 10.68 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-03T23:04:49.939Z] #47 10.72 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-03T23:04:49.939Z] #47 10.76 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-03T23:04:49.939Z] #47 10.88 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-03T23:04:49.939Z] #47 10.96 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-03T23:04:49.939Z] #47 10.97 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-03T23:04:49.939Z] #47 11.11 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-03T23:04:50.028Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 1.6s [2020-11-03T23:04:50.028Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 46.04MB / 56.74MB 1.6s [2020-11-03T23:04:50.028Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 1.6s done [2020-11-03T23:04:50.028Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 55.62MB / 56.74MB 1.8s [2020-11-03T23:04:50.028Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 17.84MB / 102.23MB 1.8s [2020-11-03T23:04:50.028Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 1.6s done [2020-11-03T23:04:50.201Z] #47 11.11 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-03T23:04:50.201Z] #47 11.11 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-03T23:04:50.201Z] #47 ... [2020-11-03T23:04:50.201Z] [2020-11-03T23:04:50.201Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:50.201Z] #22 DONE 11.3s [2020-11-03T23:04:50.201Z] [2020-11-03T23:04:50.201Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:50.201Z] #47 11.34 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-03T23:04:50.321Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 1.9s done [2020-11-03T23:04:50.321Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 29.23MB / 102.23MB 2.0s [2020-11-03T23:04:50.321Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 35.71MB / 102.23MB 2.1s [2020-11-03T23:04:50.463Z] #47 11.54 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-03T23:04:50.616Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 41.88MB / 102.23MB 2.2s [2020-11-03T23:04:50.617Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 48.23MB / 102.23MB 2.3s [2020-11-03T23:04:50.617Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 55.36MB / 102.23MB 2.4s [2020-11-03T23:04:50.754Z] #47 11.94 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-03T23:04:50.799Z] Fetching without tags [2020-11-03T23:04:50.755Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-03T23:04:50.759Z] > git config --add remote.origin.fetch +refs/pull/41604/head:refs/remotes/origin/PR-41604 # timeout=10 [2020-11-03T23:04:50.761Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:04:50.777Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-03T23:04:50.804Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-03T23:04:50.804Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:04:50.805Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41604/head:refs/remotes/origin/PR-41604 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:04:50.909Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 61.08MB / 102.23MB 2.5s [2020-11-03T23:04:50.909Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 66.36MB / 102.23MB 2.6s [2020-11-03T23:04:51.197Z] Merging remotes/origin/master commit 42855ebc7fdf649d5e555a540078c48676dc665e into PR head commit dfc2d770e47f36ee24ff9b9c3b65683196355ddd [2020-11-03T23:04:51.208Z] #8 ... [2020-11-03T23:04:51.208Z] [2020-11-03T23:04:51.208Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-03T23:04:51.208Z] #65 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-03T23:04:51.208Z] #65 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-03T23:04:51.208Z] #65 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-03T23:04:51.208Z] #65 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.8s done [2020-11-03T23:04:51.208Z] #65 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.7s done [2020-11-03T23:04:51.208Z] #65 DONE 2.7s [2020-11-03T23:04:51.208Z] [2020-11-03T23:04:51.208Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:04:51.208Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 75.34MB / 102.23MB 2.8s [2020-11-03T23:04:51.208Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 80.65MB / 102.23MB 2.9s [2020-11-03T23:04:51.326Z] #47 12.30 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-03T23:04:51.326Z] #47 12.52 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-03T23:04:51.457Z] Fetching without tags [2020-11-03T23:04:51.499Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 87.30MB / 102.23MB 3.0s [2020-11-03T23:04:51.499Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.05MB / 102.23MB 3.2s [2020-11-03T23:04:51.499Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 1.8s done [2020-11-03T23:04:51.587Z] #47 ... [2020-11-03T23:04:51.587Z] [2020-11-03T23:04:51.587Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:04:51.587Z] #32 DONE 12.8s [2020-11-03T23:04:51.702Z] Merging remotes/origin/master commit 42855ebc7fdf649d5e555a540078c48676dc665e into PR head commit dfc2d770e47f36ee24ff9b9c3b65683196355ddd [2020-11-03T23:04:51.789Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 3.3s done [2020-11-03T23:04:51.789Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 [2020-11-03T23:04:51.849Z] [2020-11-03T23:04:51.849Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:04:51.849Z] #49 11.91 + cd /tmp/tmp.x7TuwRwVuy/src/github.com/mvdan/sh [2020-11-03T23:04:51.849Z] #49 11.91 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-03T23:04:51.849Z] #49 12.11 + GO111MODULE=on [2020-11-03T23:04:51.849Z] #49 12.11 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-03T23:04:52.079Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.4s done [2020-11-03T23:04:52.242Z] Merge succeeded, producing 7972d29b2b5b9b4f17a068fe787d64ebae23b11f [2020-11-03T23:04:52.242Z] Checking out Revision 7972d29b2b5b9b4f17a068fe787d64ebae23b11f (PR-41604) [2020-11-03T23:04:52.370Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc [2020-11-03T23:04:52.377Z] Commit message: "Merge commit '42855ebc7fdf649d5e555a540078c48676dc665e' into HEAD" [2020-11-03T23:04:52.392Z] First time build. Skipping changelog. [2020-11-03T23:04:52.420Z] #49 13.50 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-03T23:04:52.420Z] #49 13.51 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-03T23:04:52.595Z] Merge succeeded, producing 7972d29b2b5b9b4f17a068fe787d64ebae23b11f [2020-11-03T23:04:52.595Z] Checking out Revision 7972d29b2b5b9b4f17a068fe787d64ebae23b11f (PR-41604) [2020-11-03T23:04:52.660Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.3s done [2020-11-03T23:04:52.681Z] #49 ... [2020-11-03T23:04:52.681Z] [2020-11-03T23:04:52.681Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:04:52.681Z] #35 10.41 Scanning dependencies of target tini-static [2020-11-03T23:04:52.681Z] #35 10.49 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-03T23:04:52.681Z] #35 12.45 [100%] Linking C executable tini-static [2020-11-03T23:04:52.681Z] #35 13.54 [100%] Built target tini-static [2020-11-03T23:04:52.681Z] #35 13.59 + mkdir -p /build [2020-11-03T23:04:52.681Z] #35 13.61 + cp tini-static /build/docker-init [2020-11-03T23:04:52.681Z] #35 DONE 13.7s [2020-11-03T23:04:52.681Z] [2020-11-03T23:04:52.681Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:04:52.681Z] #49 13.78 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-03T23:04:52.681Z] #49 13.86 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-03T23:04:52.681Z] #49 13.95 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-03T23:04:51.432Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-03T23:04:51.437Z] > git config --add remote.origin.fetch +refs/pull/41604/head:refs/remotes/origin/PR-41604 # timeout=10 [2020-11-03T23:04:51.439Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:04:51.447Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-03T23:04:51.454Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-03T23:04:51.454Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:04:51.455Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41604/head:refs/remotes/origin/PR-41604 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:04:51.698Z] > git config core.sparsecheckout # timeout=10 [2020-11-03T23:04:51.703Z] > git checkout -f dfc2d770e47f36ee24ff9b9c3b65683196355ddd # timeout=10 [2020-11-03T23:04:52.212Z] > git remote # timeout=10 [2020-11-03T23:04:52.215Z] > git config --get remote.origin.url # timeout=10 [2020-11-03T23:04:52.219Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:04:52.220Z] > git merge 42855ebc7fdf649d5e555a540078c48676dc665e # timeout=10 [2020-11-03T23:04:52.577Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-03T23:04:52.592Z] > git config core.sparsecheckout # timeout=10 [2020-11-03T23:04:52.593Z] > git checkout -f 7972d29b2b5b9b4f17a068fe787d64ebae23b11f # timeout=10 [2020-11-03T23:04:51.201Z] > git config core.sparsecheckout # timeout=10 [2020-11-03T23:04:51.204Z] > git checkout -f dfc2d770e47f36ee24ff9b9c3b65683196355ddd # timeout=10 [2020-11-03T23:04:52.044Z] > git remote # timeout=10 [2020-11-03T23:04:52.047Z] > git config --get remote.origin.url # timeout=10 [2020-11-03T23:04:52.049Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:04:52.050Z] > git merge 42855ebc7fdf649d5e555a540078c48676dc665e # timeout=10 [2020-11-03T23:04:52.232Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-03T23:04:52.246Z] > git config core.sparsecheckout # timeout=10 [2020-11-03T23:04:52.249Z] > git checkout -f 7972d29b2b5b9b4f17a068fe787d64ebae23b11f # timeout=10 [2020-11-03T23:04:52.381Z] > git rev-list --no-walk 018a3132e344c27ef1324fa089025d11c9d99793 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-11-03T23:04:52.828Z] Commit message: "Merge commit '42855ebc7fdf649d5e555a540078c48676dc665e' into HEAD" [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-03T23:04:52.950Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d [2020-11-03T23:04:53.218Z] + docker version [2020-11-03T23:04:53.218Z] Client: [2020-11-03T23:04:53.218Z] Version: 18.06.1-ce [2020-11-03T23:04:53.218Z] API version: 1.38 [2020-11-03T23:04:53.218Z] Go version: go1.10.3 [2020-11-03T23:04:53.218Z] Git commit: e68fc7a [2020-11-03T23:04:53.218Z] Built: Tue Aug 21 17:26:10 2018 [2020-11-03T23:04:53.218Z] OS/Arch: linux/ppc64le [2020-11-03T23:04:53.218Z] Experimental: false [2020-11-03T23:04:53.218Z] [2020-11-03T23:04:53.218Z] Server: [2020-11-03T23:04:53.218Z] Engine: [2020-11-03T23:04:53.218Z] Version: 18.06.1-ce [2020-11-03T23:04:53.218Z] API version: 1.38 (minimum version 1.12) [2020-11-03T23:04:53.218Z] Go version: go1.10.3 [2020-11-03T23:04:53.218Z] Git commit: e68fc7a [2020-11-03T23:04:53.218Z] Built: Tue Aug 21 17:24:20 2018 [2020-11-03T23:04:53.218Z] OS/Arch: linux/ppc64le [2020-11-03T23:04:53.218Z] Experimental: true [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-11-03T23:04:53.582Z] #8 ... [2020-11-03T23:04:53.582Z] [2020-11-03T23:04:53.582Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-03T23:04:53.582Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done [2020-11-03T23:04:53.582Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done [2020-11-03T23:04:53.582Z] #24 sha256:f4f8457fd057d0744bbd01d994e9ad1229f0bee5d063f1ab7a8568ef18c8ddf8 529B / 529B done [2020-11-03T23:04:53.582Z] #24 sha256:85991a508dae9b547fed5d7702ba645164a47b8d92598304c4b465bbad0bc7b2 1.50kB / 1.50kB done [2020-11-03T23:04:53.582Z] #24 sha256:dcbd85f88306d080bce94006a992947eaf462efa80b07c202b0514e6ef412fdf 48.97MB / 48.97MB 2.7s done [2020-11-03T23:04:53.582Z] #24 extracting sha256:dcbd85f88306d080bce94006a992947eaf462efa80b07c202b0514e6ef412fdf 1.6s done [2020-11-03T23:04:53.582Z] #24 DONE 5.1s [2020-11-03T23:04:53.582Z] [2020-11-03T23:04:53.582Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:04:53.604Z] + docker info [2020-11-03T23:04:53.604Z] Containers: 0 [2020-11-03T23:04:53.604Z] Running: 0 [2020-11-03T23:04:53.604Z] Paused: 0 [2020-11-03T23:04:53.604Z] Stopped: 0 [2020-11-03T23:04:53.604Z] Images: 0 [2020-11-03T23:04:53.604Z] Server Version: 18.06.1-ce [2020-11-03T23:04:53.604Z] Storage Driver: overlay2 [2020-11-03T23:04:53.604Z] Backing Filesystem: extfs [2020-11-03T23:04:53.604Z] Supports d_type: true [2020-11-03T23:04:53.604Z] Native Overlay Diff: true [2020-11-03T23:04:53.604Z] Logging Driver: json-file [2020-11-03T23:04:53.604Z] Cgroup Driver: cgroupfs [2020-11-03T23:04:53.604Z] Plugins: [2020-11-03T23:04:53.604Z] Volume: local [2020-11-03T23:04:53.604Z] Network: bridge host ipvlan macvlan null overlay [2020-11-03T23:04:53.604Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-11-03T23:04:53.604Z] Swarm: inactive [2020-11-03T23:04:53.604Z] Runtimes: runc [2020-11-03T23:04:53.604Z] Default Runtime: runc [2020-11-03T23:04:53.604Z] Init Binary: docker-init [2020-11-03T23:04:53.604Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-11-03T23:04:53.604Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-11-03T23:04:53.604Z] init version: fec3683 [2020-11-03T23:04:53.604Z] Security Options: [2020-11-03T23:04:53.604Z] apparmor [2020-11-03T23:04:53.604Z] seccomp [2020-11-03T23:04:53.604Z] Profile: default [2020-11-03T23:04:53.604Z] Kernel Version: 4.4.0-139-generic [2020-11-03T23:04:53.604Z] Operating System: Ubuntu 16.04.3 LTS [2020-11-03T23:04:53.604Z] OSType: linux [2020-11-03T23:04:53.604Z] Architecture: ppc64le [2020-11-03T23:04:53.604Z] CPUs: 4 [2020-11-03T23:04:53.604Z] Total Memory: 7.972GiB [2020-11-03T23:04:53.604Z] Name: ppc64le-ubuntu-13 [2020-11-03T23:04:53.604Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-11-03T23:04:53.604Z] Docker Root Dir: /var/lib/docker [2020-11-03T23:04:53.604Z] Debug Mode (client): false [2020-11-03T23:04:53.604Z] Debug Mode (server): false [2020-11-03T23:04:53.604Z] Username: dockerbuildbot [2020-11-03T23:04:53.604Z] Registry: https://index.docker.io/v1/ [2020-11-03T23:04:53.604Z] Labels: [2020-11-03T23:04:53.604Z] Experimental: true [2020-11-03T23:04:53.604Z] Insecure Registries: [2020-11-03T23:04:53.604Z] 127.0.0.0/8 [2020-11-03T23:04:53.604Z] Live Restore Enabled: false [2020-11-03T23:04:53.604Z] [2020-11-03T23:04:53.614Z] + [ PR != PR ] [2020-11-03T23:04:53.614Z] + [ master != master ] [2020-11-03T23:04:53.614Z] + [ false = true ] [2020-11-03T23:04:53.624Z] #49 ... [2020-11-03T23:04:53.624Z] [Pipeline] withEnv [2020-11-03T23:04:53.624Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-03T23:04:53.625Z] #60 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-03T23:04:53.625Z] #37 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:04:53.625Z] #38 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:04:53.625Z] #18 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-03T23:04:53.625Z] #28 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:04:53.625Z] #27 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-03T23:04:53.625Z] #20 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-03T23:04:53.625Z] #30 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-03T23:04:53.625Z] #14 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-03T23:04:53.625Z] #12 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-03T23:04:53.625Z] #16 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-03T23:04:53.625Z] #29 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-03T23:04:53.625Z] #13 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-03T23:04:53.625Z] #26 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-03T23:04:53.625Z] #23 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-03T23:04:53.625Z] #17 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-03T23:04:53.625Z] #19 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-03T23:04:53.625Z] #15 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-03T23:04:53.625Z] #25 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-03T23:04:53.625Z] #31 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:04:53.625Z] #40 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:04:53.625Z] #41 CACHED [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:04:53.625Z] #62 14.36 Checking out files: 60% (1152/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) [2020-11-03T23:04:53.625Z] #62 ... [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-03T23:04:53.625Z] #33 DONE 0.1s [2020-11-03T23:04:53.625Z] [2020-11-03T23:04:53.625Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [Pipeline] { [Pipeline] sh [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-03T23:04:53.886Z] #62 14.36 Checking out files: 60% (1152/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-03T23:04:53.886Z] #62 14.91 + cd /tmp/tmp.sptHD5rYiD/src/github.com/docker/libnetwork [2020-11-03T23:04:53.886Z] #62 14.91 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-03T23:04:53.993Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-03T23:04:53.993Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-03T23:04:53.993Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41604/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-03T23:04:53.993Z] + bash /home/docker/workspace/moby_PR-41604/check-config.sh [2020-11-03T23:04:53.993Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-03T23:04:53.993Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-11-03T23:04:53.993Z] [2020-11-03T23:04:53.993Z] Generally Necessary: [2020-11-03T23:04:53.993Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-03T23:04:53.993Z] - apparmor: enabled and tools installed [2020-11-03T23:04:53.993Z] - CONFIG_NAMESPACES: enabled [2020-11-03T23:04:53.993Z] - CONFIG_NET_NS: enabled [2020-11-03T23:04:53.993Z] - CONFIG_PID_NS: enabled [2020-11-03T23:04:53.993Z] - CONFIG_IPC_NS: enabled [2020-11-03T23:04:53.993Z] - CONFIG_UTS_NS: enabled [2020-11-03T23:04:53.993Z] - CONFIG_CGROUPS: enabled [2020-11-03T23:04:53.993Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-03T23:04:53.993Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-03T23:04:53.993Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-03T23:04:53.993Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-03T23:04:53.993Z] - CONFIG_CPUSETS: enabled [2020-11-03T23:04:53.993Z] - CONFIG_MEMCG: enabled [2020-11-03T23:04:53.993Z] - CONFIG_KEYS: enabled [2020-11-03T23:04:53.993Z] - CONFIG_VETH: enabled (as module) [2020-11-03T23:04:53.993Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-03T23:04:54.021Z] + docker version [2020-11-03T23:04:54.021Z] Client: Docker Engine - Community [2020-11-03T23:04:54.021Z] Version: 19.03.13 [2020-11-03T23:04:54.021Z] API version: 1.40 [2020-11-03T23:04:54.021Z] Go version: go1.13.15 [2020-11-03T23:04:54.021Z] Git commit: 4484c46d9d [2020-11-03T23:04:54.021Z] Built: Wed Sep 16 17:02:36 2020 [2020-11-03T23:04:54.021Z] OS/Arch: linux/amd64 [2020-11-03T23:04:54.021Z] Experimental: false [2020-11-03T23:04:54.021Z] [2020-11-03T23:04:54.021Z] Server: Docker Engine - Community [2020-11-03T23:04:54.021Z] Engine: [2020-11-03T23:04:54.021Z] Version: 19.03.13 [2020-11-03T23:04:54.021Z] API version: 1.40 (minimum version 1.12) [2020-11-03T23:04:54.021Z] Go version: go1.13.15 [2020-11-03T23:04:54.021Z] Git commit: 4484c46d9d [2020-11-03T23:04:54.021Z] Built: Wed Sep 16 17:01:06 2020 [2020-11-03T23:04:54.021Z] OS/Arch: linux/amd64 [2020-11-03T23:04:54.021Z] Experimental: true [2020-11-03T23:04:54.021Z] containerd: [2020-11-03T23:04:54.021Z] Version: 1.3.7 [2020-11-03T23:04:54.021Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-03T23:04:54.021Z] runc: [2020-11-03T23:04:54.021Z] Version: 1.0.0-rc10 [2020-11-03T23:04:54.021Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-03T23:04:54.021Z] docker-init: [2020-11-03T23:04:54.021Z] Version: 0.18.0 [2020-11-03T23:04:54.021Z] GitCommit: fec3683 [Pipeline] sh [2020-11-03T23:04:54.147Z] #62 ... [2020-11-03T23:04:54.147Z] [2020-11-03T23:04:54.147Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-03T23:04:54.147Z] #36 DONE 0.1s [2020-11-03T23:04:54.147Z] [2020-11-03T23:04:54.147Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:04:54.147Z] #62 15.39 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-03T23:04:54.294Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-03T23:04:54.294Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-11-03T23:04:54.294Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-03T23:04:54.294Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-03T23:04:54.294Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-03T23:04:54.294Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-03T23:04:54.294Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-03T23:04:54.294Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-03T23:04:54.294Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-03T23:04:54.294Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-11-03T23:04:54.294Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-03T23:04:54.294Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-11-03T23:04:54.294Z] [2020-11-03T23:04:54.294Z] Optional Features: [2020-11-03T23:04:54.294Z] - CONFIG_USER_NS: enabled [2020-11-03T23:04:54.294Z] - CONFIG_SECCOMP: enabled [2020-11-03T23:04:54.294Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-03T23:04:54.294Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-03T23:04:54.294Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-03T23:04:54.294Z] (cgroup swap accounting is currently enabled) [2020-11-03T23:04:54.294Z] - CONFIG_MEMCG_KMEM: enabled [2020-11-03T23:04:54.294Z] - CONFIG_BLK_CGROUP: enabled [2020-11-03T23:04:54.294Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-03T23:04:54.294Z] - CONFIG_IOSCHED_CFQ: enabled [2020-11-03T23:04:54.294Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-11-03T23:04:54.294Z] - CONFIG_CGROUP_PERF: enabled [2020-11-03T23:04:54.294Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-03T23:04:54.294Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-03T23:04:54.294Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-03T23:04:54.294Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-03T23:04:54.294Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-03T23:04:54.294Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-03T23:04:54.294Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-03T23:04:54.294Z] - CONFIG_IP_VS: enabled (as module) [2020-11-03T23:04:54.294Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-03T23:04:54.294Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-03T23:04:54.294Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-03T23:04:54.294Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-03T23:04:54.294Z] - CONFIG_EXT4_FS: enabled [2020-11-03T23:04:54.294Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-03T23:04:54.294Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-03T23:04:54.294Z] - Network Drivers: [2020-11-03T23:04:54.294Z] - "overlay": [2020-11-03T23:04:54.294Z] - CONFIG_VXLAN: enabled (as module) [2020-11-03T23:04:54.294Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-03T23:04:54.294Z] Optional (for encrypted networks): [2020-11-03T23:04:54.301Z] + docker info [2020-11-03T23:04:54.559Z] Client: [2020-11-03T23:04:54.559Z] Debug Mode: false [2020-11-03T23:04:54.559Z] [2020-11-03T23:04:54.559Z] Server: [2020-11-03T23:04:54.559Z] Containers: 0 [2020-11-03T23:04:54.559Z] Running: 0 [2020-11-03T23:04:54.559Z] Paused: 0 [2020-11-03T23:04:54.559Z] Stopped: 0 [2020-11-03T23:04:54.559Z] Images: 8 [2020-11-03T23:04:54.559Z] Server Version: 19.03.13 [2020-11-03T23:04:54.559Z] Storage Driver: overlay2 [2020-11-03T23:04:54.559Z] Backing Filesystem: extfs [2020-11-03T23:04:54.559Z] Supports d_type: true [2020-11-03T23:04:54.559Z] Native Overlay Diff: true [2020-11-03T23:04:54.559Z] Logging Driver: json-file [2020-11-03T23:04:54.559Z] Cgroup Driver: cgroupfs [2020-11-03T23:04:54.559Z] Plugins: [2020-11-03T23:04:54.559Z] Volume: local [2020-11-03T23:04:54.559Z] Network: bridge host ipvlan macvlan null overlay [2020-11-03T23:04:54.559Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-03T23:04:54.559Z] Swarm: inactive [2020-11-03T23:04:54.559Z] Runtimes: runc [2020-11-03T23:04:54.559Z] Default Runtime: runc [2020-11-03T23:04:54.559Z] Init Binary: docker-init [2020-11-03T23:04:54.559Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-03T23:04:54.559Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-03T23:04:54.559Z] init version: fec3683 [2020-11-03T23:04:54.559Z] Security Options: [2020-11-03T23:04:54.559Z] apparmor [2020-11-03T23:04:54.559Z] seccomp [2020-11-03T23:04:54.559Z] Profile: default [2020-11-03T23:04:54.559Z] Kernel Version: 5.4.0-1025-aws [2020-11-03T23:04:54.559Z] Operating System: Ubuntu 18.04.5 LTS [2020-11-03T23:04:54.559Z] OSType: linux [2020-11-03T23:04:54.559Z] Architecture: x86_64 [2020-11-03T23:04:54.559Z] CPUs: 2 [2020-11-03T23:04:54.559Z] Total Memory: 7.487GiB [2020-11-03T23:04:54.559Z] Name: ip-10-100-100-111 [2020-11-03T23:04:54.559Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-11-03T23:04:54.559Z] Docker Root Dir: /var/lib/docker [2020-11-03T23:04:54.559Z] Debug Mode: false [2020-11-03T23:04:54.559Z] Registry: https://index.docker.io/v1/ [2020-11-03T23:04:54.559Z] Labels: [2020-11-03T23:04:54.559Z] Experimental: true [2020-11-03T23:04:54.559Z] Insecure Registries: [2020-11-03T23:04:54.559Z] 127.0.0.0/8 [2020-11-03T23:04:54.559Z] Live Restore Enabled: true [2020-11-03T23:04:54.559Z] [2020-11-03T23:04:54.559Z] WARNING: No swap limit support [Pipeline] sh [2020-11-03T23:04:54.587Z] - CONFIG_CRYPTO: enabled [2020-11-03T23:04:54.587Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-11-03T23:04:54.587Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-11-03T23:04:54.587Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-11-03T23:04:54.587Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-11-03T23:04:54.587Z] - CONFIG_XFRM: enabled [2020-11-03T23:04:54.587Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-03T23:04:54.587Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-03T23:04:54.587Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-03T23:04:54.587Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-11-03T23:04:54.587Z] - "ipvlan": [2020-11-03T23:04:54.587Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-03T23:04:54.587Z] - "macvlan": [2020-11-03T23:04:54.587Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-03T23:04:54.587Z] - CONFIG_DUMMY: enabled (as module) [2020-11-03T23:04:54.587Z] - "ftp,tftp client in container": [2020-11-03T23:04:54.587Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-03T23:04:54.587Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-03T23:04:54.587Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-03T23:04:54.587Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-03T23:04:54.587Z] - Storage Drivers: [2020-11-03T23:04:54.587Z] - "aufs": [2020-11-03T23:04:54.587Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-03T23:04:54.587Z] - "btrfs": [2020-11-03T23:04:54.587Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-03T23:04:54.587Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-03T23:04:54.587Z] - "devicemapper": [2020-11-03T23:04:54.587Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-03T23:04:54.587Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-03T23:04:54.587Z] - "overlay": [2020-11-03T23:04:54.587Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-03T23:04:54.587Z] - "zfs": [2020-11-03T23:04:54.587Z] - /dev/zfs: missing [2020-11-03T23:04:54.587Z] - zfs command: missing [2020-11-03T23:04:54.587Z] - zpool command: missing [2020-11-03T23:04:54.587Z] [2020-11-03T23:04:54.587Z] Limits: [2020-11-03T23:04:54.587Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-03T23:04:54.587Z] [2020-11-03T23:04:54.587Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-03T23:04:54.719Z] #62 ... [2020-11-03T23:04:54.719Z] [2020-11-03T23:04:54.719Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:04:54.719Z] #43 5.776 github.com/LK4D4/vndr/versioned [2020-11-03T23:04:54.719Z] #43 6.467 github.com/LK4D4/vndr/godl [2020-11-03T23:04:54.719Z] #43 9.287 github.com/LK4D4/vndr [2020-11-03T23:04:54.719Z] #43 ... [2020-11-03T23:04:54.719Z] [2020-11-03T23:04:54.719Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-03T23:04:54.719Z] #39 DONE 0.7s [2020-11-03T23:04:54.719Z] [2020-11-03T23:04:54.719Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-03T23:04:54.719Z] #42 DONE 0.1s [2020-11-03T23:04:54.719Z] [2020-11-03T23:04:54.719Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:54.719Z] #47 13.85 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-03T23:04:54.719Z] #47 14.25 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-03T23:04:54.719Z] #47 14.57 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-03T23:04:54.719Z] #47 15.06 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-03T23:04:54.719Z] #47 15.21 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-03T23:04:54.719Z] #47 15.41 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-03T23:04:54.719Z] #47 15.41 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-03T23:04:54.719Z] #47 15.48 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-03T23:04:54.719Z] #47 15.53 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-03T23:04:54.719Z] #47 15.72 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-03T23:04:54.719Z] #47 15.72 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-03T23:04:54.719Z] #47 15.87 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-03T23:04:54.719Z] #47 15.88 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-03T23:04:54.719Z] #47 15.90 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-03T23:04:54.839Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-03T23:04:54.839Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-03T23:04:54.839Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41604/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-03T23:04:54.839Z] + bash /home/ubuntu/workspace/moby_PR-41604/check-config.sh [2020-11-03T23:04:54.839Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-03T23:04:54.839Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-11-03T23:04:54.839Z] [2020-11-03T23:04:54.839Z] Generally Necessary: [2020-11-03T23:04:54.839Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-03T23:04:54.839Z] - apparmor: enabled and tools installed [2020-11-03T23:04:54.839Z] - CONFIG_NAMESPACES: enabled [2020-11-03T23:04:54.839Z] - CONFIG_NET_NS: enabled [2020-11-03T23:04:54.839Z] - CONFIG_PID_NS: enabled [2020-11-03T23:04:54.839Z] - CONFIG_IPC_NS: enabled [2020-11-03T23:04:54.839Z] - CONFIG_UTS_NS: enabled [2020-11-03T23:04:54.839Z] - CONFIG_CGROUPS: enabled [2020-11-03T23:04:54.839Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-03T23:04:54.839Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-03T23:04:54.839Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-03T23:04:54.839Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-03T23:04:54.980Z] #47 15.99 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-03T23:04:54.980Z] #47 16.01 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-03T23:04:54.980Z] #47 16.03 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-03T23:04:54.980Z] #47 16.03 go: downloading github.com/spf13/afero v1.1.2 [2020-11-03T23:04:54.980Z] #47 16.12 go: extracting github.com/spf13/afero v1.1.2 [2020-11-03T23:04:54.980Z] #47 16.17 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-03T23:04:54.980Z] #47 16.19 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-03T23:04:54.980Z] #47 16.19 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-03T23:04:55.026Z] + make bundles/buildx [2020-11-03T23:04:55.085Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 2.1s done [2020-11-03T23:04:55.085Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 [2020-11-03T23:04:55.098Z] - CONFIG_CPUSETS: enabled [2020-11-03T23:04:55.098Z] - CONFIG_MEMCG: enabled [2020-11-03T23:04:55.098Z] - CONFIG_KEYS: enabled [2020-11-03T23:04:55.098Z] - CONFIG_VETH: enabled (as module) [2020-11-03T23:04:55.098Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-03T23:04:55.098Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-03T23:04:55.098Z] - CONFIG_NF_NAT_IPV4: missing [2020-11-03T23:04:55.098Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-03T23:04:55.098Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-03T23:04:55.098Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-03T23:04:55.098Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-03T23:04:55.098Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-03T23:04:55.098Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-03T23:04:55.098Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-03T23:04:55.098Z] - CONFIG_NF_NAT_NEEDED: missing [2020-11-03T23:04:55.098Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-03T23:04:55.098Z] [2020-11-03T23:04:55.098Z] Optional Features: [2020-11-03T23:04:55.098Z] - CONFIG_USER_NS: enabled [2020-11-03T23:04:55.098Z] - CONFIG_SECCOMP: enabled [2020-11-03T23:04:55.098Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-03T23:04:55.098Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-03T23:04:55.098Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-03T23:04:55.098Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-03T23:04:55.098Z] - CONFIG_BLK_CGROUP: enabled [2020-11-03T23:04:55.098Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-03T23:04:55.098Z] - CONFIG_IOSCHED_CFQ: missing [2020-11-03T23:04:55.098Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-11-03T23:04:55.098Z] - CONFIG_CGROUP_PERF: enabled [2020-11-03T23:04:55.098Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-03T23:04:55.098Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-03T23:04:55.098Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-03T23:04:55.098Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-03T23:04:55.098Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-03T23:04:55.098Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-03T23:04:55.098Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-03T23:04:55.098Z] - CONFIG_IP_VS: enabled (as module) [2020-11-03T23:04:55.098Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-03T23:04:55.098Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-03T23:04:55.098Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-03T23:04:55.098Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-03T23:04:55.098Z] - CONFIG_EXT4_FS: enabled [2020-11-03T23:04:55.098Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-03T23:04:55.098Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-03T23:04:55.098Z] - Network Drivers: [2020-11-03T23:04:55.098Z] - "overlay": [2020-11-03T23:04:55.098Z] - CONFIG_VXLAN: enabled (as module) [2020-11-03T23:04:55.098Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-03T23:04:55.098Z] Optional (for encrypted networks): [2020-11-03T23:04:55.241Z] #47 16.28 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-03T23:04:55.322Z] make: command: Command not found [2020-11-03T23:04:55.322Z] make: command: Command not found [2020-11-03T23:04:55.322Z] mkdir bundles [2020-11-03T23:04:55.322Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-11-03T23:04:55.322Z] --build-arg BUILDX_COMMIT \ [2020-11-03T23:04:55.322Z] --build-arg BUILDX_REPO \ [2020-11-03T23:04:55.322Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-11-03T23:04:55.322Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-11-03T23:04:55.322Z] . [2020-11-03T23:04:55.322Z] /bin/sh: 4: go: not found [2020-11-03T23:04:55.322Z] /bin/sh: 5: go: not found [2020-11-03T23:04:55.356Z] - CONFIG_CRYPTO: enabled [2020-11-03T23:04:55.356Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-03T23:04:55.356Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-03T23:04:55.356Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-03T23:04:55.356Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-03T23:04:55.356Z] - CONFIG_XFRM: enabled [2020-11-03T23:04:55.356Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-03T23:04:55.356Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-03T23:04:55.356Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-03T23:04:55.356Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-11-03T23:04:55.356Z] - "ipvlan": [2020-11-03T23:04:55.356Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-03T23:04:55.356Z] - "macvlan": [2020-11-03T23:04:55.356Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-03T23:04:55.356Z] - CONFIG_DUMMY: enabled (as module) [2020-11-03T23:04:55.356Z] - "ftp,tftp client in container": [2020-11-03T23:04:55.356Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-03T23:04:55.356Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-03T23:04:55.356Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-03T23:04:55.356Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-03T23:04:55.356Z] - Storage Drivers: [2020-11-03T23:04:55.356Z] - "aufs": [2020-11-03T23:04:55.356Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-03T23:04:55.356Z] - "btrfs": [2020-11-03T23:04:55.356Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-03T23:04:55.356Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-03T23:04:55.356Z] - "devicemapper": [2020-11-03T23:04:55.356Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-03T23:04:55.356Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-03T23:04:55.356Z] - "overlay": [2020-11-03T23:04:55.356Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-03T23:04:55.356Z] - "zfs": [2020-11-03T23:04:55.356Z] - /dev/zfs: present [2020-11-03T23:04:55.356Z] - zfs command: missing [2020-11-03T23:04:55.356Z] - zpool command: missing [2020-11-03T23:04:55.356Z] [2020-11-03T23:04:55.356Z] Limits: [2020-11-03T23:04:55.356Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-03T23:04:55.356Z] [2020-11-03T23:04:55.356Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-03T23:04:55.687Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:94bcfbdcb127d303563f72e7cf500179256c8f56 . [2020-11-03T23:04:55.687Z] #2 [internal] load .dockerignore [2020-11-03T23:04:55.687Z] #2 transferring context: 87B done [2020-11-03T23:04:55.687Z] #2 DONE 0.0s [2020-11-03T23:04:55.687Z] [2020-11-03T23:04:55.687Z] #1 [internal] load build definition from Dockerfile [2020-11-03T23:04:55.687Z] #1 transferring dockerfile: 16.58kB done [2020-11-03T23:04:55.687Z] #1 DONE 0.0s [2020-11-03T23:04:55.687Z] [2020-11-03T23:04:55.687Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-03T23:04:56.184Z] #47 17.12 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-03T23:04:56.184Z] #47 17.12 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-03T23:04:56.184Z] #47 17.14 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-03T23:04:56.184Z] #47 17.17 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-03T23:04:56.184Z] #47 17.20 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-03T23:04:56.184Z] #47 17.20 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-03T23:04:56.184Z] #47 17.20 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-03T23:04:56.184Z] #47 17.21 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-03T23:04:56.184Z] #47 17.22 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-03T23:04:56.184Z] #47 17.23 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-03T23:04:56.184Z] #47 17.28 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-03T23:04:56.184Z] #47 17.29 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-03T23:04:56.184Z] #47 17.32 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-03T23:04:56.184Z] #47 17.32 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-03T23:04:56.184Z] #47 17.34 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-03T23:04:56.445Z] #47 17.34 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-03T23:04:56.445Z] #47 17.35 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-03T23:04:56.445Z] #47 17.38 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-03T23:04:56.445Z] #47 17.42 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-03T23:04:56.445Z] #47 17.42 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-03T23:04:56.445Z] #47 17.42 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-03T23:04:56.445Z] #47 17.43 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-03T23:04:56.445Z] #47 17.54 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-03T23:04:56.445Z] #47 17.54 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-03T23:04:56.445Z] #47 17.55 go: downloading github.com/spf13/cast v1.3.0 [2020-11-03T23:04:56.445Z] #47 17.57 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-03T23:04:56.445Z] #47 17.60 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-03T23:04:56.706Z] #47 17.62 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-03T23:04:56.706Z] #47 17.66 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-03T23:04:56.706Z] #47 17.67 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-03T23:04:56.706Z] #47 17.70 go: downloading golang.org/x/text v0.3.2 [2020-11-03T23:04:56.706Z] #47 17.76 go: extracting github.com/spf13/cast v1.3.0 [2020-11-03T23:04:56.706Z] #47 17.76 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-03T23:04:56.706Z] #47 17.86 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-03T23:04:56.706Z] #47 17.87 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-03T23:04:56.706Z] #47 17.87 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-03T23:04:56.706Z] #47 17.91 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-03T23:04:56.706Z] #47 17.94 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-03T23:04:56.706Z] #47 17.94 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-03T23:04:56.706Z] #47 17.95 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-03T23:04:56.706Z] #47 17.96 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-03T23:04:56.986Z] #47 18.06 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-03T23:04:56.986Z] #47 18.06 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-03T23:04:56.986Z] #47 18.06 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-03T23:04:56.986Z] #47 18.09 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-03T23:04:57.145Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 1.6s done [2020-11-03T23:04:57.145Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 0.1s [2020-11-03T23:04:57.247Z] #47 18.16 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-03T23:04:57.247Z] #47 18.17 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-03T23:04:57.247Z] #47 18.31 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-03T23:04:57.421Z] Sending build context to Docker daemon 56.81MB [2020-11-03T23:04:57.421Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2020-11-03T23:04:57.421Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 [2020-11-03T23:04:57.421Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-11-03T23:04:57.421Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2020-11-03T23:04:57.508Z] #47 18.42 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-03T23:04:57.508Z] #47 18.45 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-03T23:04:57.508Z] #47 18.55 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-03T23:04:57.508Z] #47 18.57 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-03T23:04:57.508Z] #47 18.68 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-03T23:04:57.586Z] #3 DONE 1.8s [2020-11-03T23:04:57.586Z] [2020-11-03T23:04:57.586Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-03T23:04:57.586Z] #4 CACHED [2020-11-03T23:04:57.586Z] [2020-11-03T23:04:57.586Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-03T23:04:57.716Z] 1.13.15-buster: Pulling from library/golang [2020-11-03T23:04:57.769Z] #47 18.69 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-03T23:04:57.769Z] #47 18.79 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-03T23:04:57.769Z] #47 18.80 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-03T23:04:57.769Z] #47 18.85 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-03T23:04:57.769Z] #47 18.86 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-03T23:04:57.769Z] #47 18.89 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-03T23:04:57.769Z] #47 18.91 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-03T23:04:57.853Z] #5 ... [2020-11-03T23:04:57.853Z] [2020-11-03T23:04:57.853Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-03T23:04:57.853Z] #7 DONE 0.1s [2020-11-03T23:04:57.853Z] [2020-11-03T23:04:57.853Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-11-03T23:04:57.853Z] #6 DONE 0.2s [2020-11-03T23:04:57.853Z] [2020-11-03T23:04:57.853Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-03T23:04:57.853Z] #5 DONE 0.4s [2020-11-03T23:04:58.014Z] db4e2d8d5901: Pulling fs layer [2020-11-03T23:04:58.014Z] dfe2d012519c: Pulling fs layer [2020-11-03T23:04:58.014Z] 5d8f1d1f9197: Pulling fs layer [2020-11-03T23:04:58.014Z] 1301750ffb48: Pulling fs layer [2020-11-03T23:04:58.014Z] dc5c6edc9cff: Pulling fs layer [2020-11-03T23:04:58.014Z] 3c370c2e2f82: Pulling fs layer [2020-11-03T23:04:58.014Z] 5ffb2f5886e2: Pulling fs layer [2020-11-03T23:04:58.014Z] dc5c6edc9cff: Waiting [2020-11-03T23:04:58.014Z] 3c370c2e2f82: Waiting [2020-11-03T23:04:58.014Z] 5ffb2f5886e2: Waiting [2020-11-03T23:04:58.014Z] 1301750ffb48: Waiting [2020-11-03T23:04:58.031Z] #47 18.98 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-03T23:04:58.031Z] #47 19.15 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-03T23:04:58.031Z] #47 19.19 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-03T23:04:58.119Z] [2020-11-03T23:04:58.119Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-03T23:04:58.119Z] #60 DONE 0.0s [2020-11-03T23:04:58.119Z] [2020-11-03T23:04:58.119Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:04:58.119Z] #8 DONE 0.0s [2020-11-03T23:04:58.119Z] [2020-11-03T23:04:58.119Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-03T23:04:58.119Z] #24 DONE 0.0s [2020-11-03T23:04:58.119Z] [2020-11-03T23:04:58.119Z] #21 [internal] load build context [2020-11-03T23:04:58.310Z] dfe2d012519c: Verifying Checksum [2020-11-03T23:04:58.310Z] dfe2d012519c: Download complete [2020-11-03T23:04:58.310Z] 5d8f1d1f9197: Verifying Checksum [2020-11-03T23:04:58.310Z] 5d8f1d1f9197: Download complete [2020-11-03T23:04:58.603Z] #47 19.53 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-03T23:04:58.603Z] #47 19.57 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-03T23:04:58.603Z] #47 19.57 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-03T23:04:58.603Z] #47 ... [2020-11-03T23:04:58.603Z] [2020-11-03T23:04:58.603Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:04:58.603Z] #62 DONE 19.8s [2020-11-03T23:04:58.603Z] [2020-11-03T23:04:58.603Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:58.603Z] #47 19.74 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-03T23:04:58.603Z] #47 ... [2020-11-03T23:04:58.603Z] [2020-11-03T23:04:58.603Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:04:58.603Z] #49 14.90 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-03T23:04:58.603Z] #49 15.42 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-03T23:04:58.603Z] #49 16.43 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-03T23:04:58.603Z] #49 17.07 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-03T23:04:58.603Z] #49 17.18 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-03T23:04:58.603Z] #49 17.27 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-03T23:04:58.603Z] #49 17.30 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-03T23:04:58.603Z] #49 17.92 golang.org/x/sys/unix [2020-11-03T23:04:58.603Z] #49 17.96 github.com/pkg/diff [2020-11-03T23:04:58.603Z] #49 19.23 mvdan.cc/editorconfig [2020-11-03T23:04:59.502Z] #21 transferring context: 51.99MB 1.3s done [2020-11-03T23:04:59.502Z] #21 DONE 1.3s [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-03T23:04:59.502Z] #16 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:04:59.502Z] #41 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-03T23:04:59.502Z] #12 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-03T23:04:59.502Z] #44 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-03T23:04:59.502Z] #10 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-03T23:04:59.502Z] #46 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-03T23:04:59.502Z] #17 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:59.502Z] #56 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-03T23:04:59.502Z] #37 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-03T23:04:59.502Z] #50 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-03T23:04:59.502Z] #30 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:04:59.502Z] #11 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:04:59.502Z] #62 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-03T23:04:59.502Z] #36 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-03T23:04:59.502Z] #25 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-03T23:04:59.502Z] #52 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-03T23:04:59.502Z] #33 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-03T23:04:59.502Z] #42 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-03T23:04:59.502Z] #61 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-03T23:04:59.502Z] #26 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-03T23:04:59.502Z] #55 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-03T23:04:59.502Z] #53 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-03T23:04:59.502Z] #39 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-03T23:04:59.502Z] #28 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:04:59.502Z] #34 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:04:59.502Z] #38 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:04:59.502Z] #43 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-03T23:04:59.502Z] #23 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-03T23:04:59.502Z] #57 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:04:59.502Z] #32 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-03T23:04:59.502Z] #59 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-03T23:04:59.502Z] #13 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-03T23:04:59.502Z] #29 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:04:59.502Z] #51 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-03T23:04:59.502Z] #58 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:59.502Z] #54 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-03T23:04:59.502Z] #14 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-03T23:04:59.502Z] #48 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-03T23:04:59.502Z] #9 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-03T23:04:59.502Z] #15 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:59.502Z] #22 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-03T23:04:59.502Z] #19 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:04:59.502Z] #18 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-03T23:04:59.502Z] #63 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-03T23:04:59.502Z] #20 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-03T23:04:59.502Z] #31 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:04:59.502Z] #49 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:04:59.502Z] #35 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:59.502Z] #47 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:59.502Z] #45 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:04:59.502Z] #40 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:04:59.502Z] #27 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-03T23:04:59.502Z] #64 CACHED [2020-11-03T23:04:59.502Z] [2020-11-03T23:04:59.502Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-03T23:04:59.545Z] #49 ... [2020-11-03T23:04:59.545Z] [2020-11-03T23:04:59.545Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:59.545Z] #47 19.78 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-03T23:04:59.545Z] #47 19.78 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-03T23:04:59.545Z] #47 19.94 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-03T23:04:59.545Z] #47 20.22 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-03T23:04:59.545Z] #47 20.30 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-03T23:04:59.545Z] #47 20.36 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-03T23:04:59.545Z] #47 20.36 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-03T23:04:59.545Z] #47 20.36 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-03T23:04:59.545Z] #47 20.49 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-03T23:04:59.545Z] #47 20.67 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-03T23:04:59.806Z] #47 20.79 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-03T23:04:59.806Z] #47 20.79 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-03T23:04:59.806Z] #47 20.83 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-03T23:04:59.806Z] #47 ... [2020-11-03T23:04:59.806Z] [2020-11-03T23:04:59.806Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:59.806Z] #45 10.82 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-03T23:04:59.806Z] #45 14.42 go: finding github.com/fatih/color v1.9.0 [2020-11-03T23:04:59.806Z] #45 14.46 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-03T23:04:59.806Z] #45 14.66 go: finding github.com/pkg/errors v0.9.1 [2020-11-03T23:04:59.806Z] #45 14.69 go: finding github.com/spf13/pflag v1.0.3 [2020-11-03T23:04:59.806Z] #45 14.72 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-03T23:04:59.806Z] #45 14.81 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-03T23:04:59.806Z] #45 14.95 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-03T23:04:59.806Z] #45 15.15 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-03T23:04:59.806Z] #45 15.22 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-03T23:04:59.806Z] #45 15.25 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-03T23:04:59.806Z] #45 15.27 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-03T23:04:59.806Z] #45 ... [2020-11-03T23:04:59.806Z] [2020-11-03T23:04:59.806Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:04:59.806Z] #47 20.94 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-03T23:04:59.806Z] #47 21.02 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-03T23:05:00.075Z] #47 21.03 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-03T23:05:00.075Z] #47 21.04 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-03T23:05:00.075Z] #47 21.13 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-03T23:05:00.075Z] #47 21.18 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-03T23:05:00.075Z] #47 21.21 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-03T23:05:00.075Z] #47 21.23 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-03T23:05:00.075Z] #47 21.25 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-03T23:05:00.336Z] #47 21.34 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-03T23:05:00.336Z] #47 21.45 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-03T23:05:00.336Z] #47 21.50 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-03T23:05:00.420Z] db4e2d8d5901: Verifying Checksum [2020-11-03T23:05:00.420Z] db4e2d8d5901: Download complete [2020-11-03T23:05:00.438Z] #65 DONE 1.1s [2020-11-03T23:05:00.438Z] [2020-11-03T23:05:00.438Z] #66 exporting to image [2020-11-03T23:05:00.438Z] #66 exporting layers [2020-11-03T23:05:00.598Z] #47 ... [2020-11-03T23:05:00.598Z] [2020-11-03T23:05:00.598Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:05:00.598Z] #43 DONE 21.6s [2020-11-03T23:05:00.598Z] [2020-11-03T23:05:00.598Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:05:00.598Z] #49 20.88 mvdan.cc/sh/v3/fileutil [2020-11-03T23:05:00.598Z] #49 21.14 mvdan.cc/sh/v3/syntax [2020-11-03T23:05:00.663Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 3.1s done [2020-11-03T23:05:00.663Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done [2020-11-03T23:05:00.663Z] #8 ... [2020-11-03T23:05:00.663Z] [2020-11-03T23:05:00.663Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-03T23:05:00.663Z] #25 0.491 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:05:00.663Z] #25 0.511 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:05:00.663Z] #25 0.550 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:05:00.663Z] #25 0.635 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [215 kB] [2020-11-03T23:05:00.663Z] #25 0.777 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-03T23:05:00.663Z] #25 1.222 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-03T23:05:00.663Z] #25 2.153 Fetched 8085 kB in 2s (4815 kB/s) [2020-11-03T23:05:00.663Z] #25 2.153 Reading package lists... [2020-11-03T23:05:00.663Z] #25 2.601 Reading package lists... [2020-11-03T23:05:00.663Z] #25 3.030 Building dependency tree... [2020-11-03T23:05:00.663Z] #25 3.146 The following additional packages will be installed: [2020-11-03T23:05:00.663Z] #25 3.146 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-03T23:05:00.663Z] #25 3.146 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-03T23:05:00.663Z] #25 3.147 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-03T23:05:00.663Z] #25 3.147 Suggested packages: [2020-11-03T23:05:00.663Z] #25 3.147 krb5-doc krb5-user [2020-11-03T23:05:00.663Z] #25 3.147 Recommended packages: [2020-11-03T23:05:00.663Z] #25 3.147 krb5-locales publicsuffix libsasl2-modules [2020-11-03T23:05:00.663Z] #25 3.256 The following NEW packages will be installed: [2020-11-03T23:05:00.663Z] #25 3.256 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-03T23:05:00.663Z] #25 3.256 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-03T23:05:00.663Z] #25 3.256 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-03T23:05:00.663Z] #25 3.256 libssh2-1 libssl1.1 openssl [2020-11-03T23:05:00.663Z] #25 3.283 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-11-03T23:05:00.663Z] #25 3.283 Need to get 4591 kB of archives. [2020-11-03T23:05:00.663Z] #25 3.283 After this operation, 11.9 MB of additional disk space will be used. [2020-11-03T23:05:00.663Z] #25 3.283 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-03T23:05:00.663Z] #25 3.294 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-03T23:05:00.663Z] #25 3.301 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-03T23:05:00.663Z] #25 3.333 Get:4 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB] [2020-11-03T23:05:00.663Z] #25 3.344 Get:5 http://deb.debian.org/debian buster/main s390x libssl1.1 s390x 1.1.1d-0+deb10u3 [1199 kB] [2020-11-03T23:05:00.663Z] #25 3.388 Get:6 http://deb.debian.org/debian buster/main s390x openssl s390x 1.1.1d-0+deb10u3 [827 kB] [2020-11-03T23:05:00.663Z] #25 3.413 Get:7 http://deb.debian.org/debian buster-updates/main s390x ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-03T23:05:00.663Z] #25 3.417 Get:8 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB] [2020-11-03T23:05:00.663Z] #25 3.417 Get:9 http://deb.debian.org/debian buster/main s390x libkrb5support0 s390x 1.17-3 [64.6 kB] [2020-11-03T23:05:00.663Z] #25 3.419 Get:10 http://deb.debian.org/debian buster/main s390x libk5crypto3 s390x 1.17-3 [120 kB] [2020-11-03T23:05:00.663Z] #25 3.421 Get:11 http://deb.debian.org/debian buster/main s390x libkrb5-3 s390x 1.17-3 [346 kB] [2020-11-03T23:05:00.663Z] #25 3.431 Get:12 http://deb.debian.org/debian buster/main s390x libgssapi-krb5-2 s390x 1.17-3 [146 kB] [2020-11-03T23:05:00.663Z] #25 3.436 Get:13 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB] [2020-11-03T23:05:00.663Z] #25 3.437 Get:14 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB] [2020-11-03T23:05:00.663Z] #25 3.439 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB] [2020-11-03T23:05:00.663Z] #25 3.440 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB] [2020-11-03T23:05:00.663Z] #25 3.443 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB] [2020-11-03T23:05:00.663Z] #25 3.450 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB] [2020-11-03T23:05:00.663Z] #25 3.457 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-11-03T23:05:00.663Z] #25 3.460 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-11-03T23:05:00.663Z] #25 3.463 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-11-03T23:05:00.663Z] #25 3.567 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:05:00.663Z] #25 3.567 Fetched 4591 kB in 0s (23.3 MB/s) [2020-11-03T23:05:00.663Z] #25 3.573 Selecting previously unselected package libsasl2-modules-db:s390x. [2020-11-03T23:05:00.663Z] #25 3.573 (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-03T23:05:00.663Z] #25 3.577 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 3.579 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-11-03T23:05:00.663Z] #25 3.609 Selecting previously unselected package libsasl2-2:s390x. [2020-11-03T23:05:00.663Z] #25 3.609 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 3.614 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-11-03T23:05:00.663Z] #25 3.643 Selecting previously unselected package libldap-common. [2020-11-03T23:05:00.663Z] #25 3.643 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ... [2020-11-03T23:05:00.663Z] #25 3.646 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ... [2020-11-03T23:05:00.663Z] #25 3.670 Selecting previously unselected package libldap-2.4-2:s390x. [2020-11-03T23:05:00.663Z] #25 3.671 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 3.686 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u3) ... [2020-11-03T23:05:00.663Z] #25 4.000 Selecting previously unselected package libssl1.1:s390x. [2020-11-03T23:05:00.663Z] #25 4.000 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 4.014 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u3) ... [2020-11-03T23:05:00.663Z] #25 4.467 Selecting previously unselected package openssl. [2020-11-03T23:05:00.663Z] #25 4.467 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 4.563 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-03T23:05:00.663Z] #25 4.825 Selecting previously unselected package ca-certificates. [2020-11-03T23:05:00.663Z] #25 4.825 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-03T23:05:00.663Z] #25 4.840 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-03T23:05:00.663Z] #25 4.881 Selecting previously unselected package libkeyutils1:s390x. [2020-11-03T23:05:00.663Z] #25 4.881 Preparing to unpack .../07-libkeyutils1_1.6-6_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 4.883 Unpacking libkeyutils1:s390x (1.6-6) ... [2020-11-03T23:05:00.663Z] #25 4.906 Selecting previously unselected package libkrb5support0:s390x. [2020-11-03T23:05:00.663Z] #25 4.906 Preparing to unpack .../08-libkrb5support0_1.17-3_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 4.908 Unpacking libkrb5support0:s390x (1.17-3) ... [2020-11-03T23:05:00.663Z] #25 4.936 Selecting previously unselected package libk5crypto3:s390x. [2020-11-03T23:05:00.663Z] #25 4.936 Preparing to unpack .../09-libk5crypto3_1.17-3_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 4.939 Unpacking libk5crypto3:s390x (1.17-3) ... [2020-11-03T23:05:00.663Z] #25 4.981 Selecting previously unselected package libkrb5-3:s390x. [2020-11-03T23:05:00.663Z] #25 4.981 Preparing to unpack .../10-libkrb5-3_1.17-3_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 4.983 Unpacking libkrb5-3:s390x (1.17-3) ... [2020-11-03T23:05:00.663Z] #25 5.042 Selecting previously unselected package libgssapi-krb5-2:s390x. [2020-11-03T23:05:00.663Z] #25 5.042 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 5.045 Unpacking libgssapi-krb5-2:s390x (1.17-3) ... [2020-11-03T23:05:00.663Z] #25 5.091 Selecting previously unselected package libnghttp2-14:s390x. [2020-11-03T23:05:00.663Z] #25 5.091 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 5.094 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2020-11-03T23:05:00.663Z] #25 5.126 Selecting previously unselected package libpsl5:s390x. [2020-11-03T23:05:00.663Z] #25 5.126 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 5.129 Unpacking libpsl5:s390x (0.20.2-2) ... [2020-11-03T23:05:00.663Z] #25 5.159 Selecting previously unselected package librtmp1:s390x. [2020-11-03T23:05:00.663Z] #25 5.159 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 5.162 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2020-11-03T23:05:00.663Z] #25 5.189 Selecting previously unselected package libssh2-1:s390x. [2020-11-03T23:05:00.663Z] #25 5.189 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 5.191 Unpacking libssh2-1:s390x (1.8.0-2.1) ... [2020-11-03T23:05:00.663Z] #25 5.220 Selecting previously unselected package libcurl4:s390x. [2020-11-03T23:05:00.663Z] #25 5.220 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 5.225 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ... [2020-11-03T23:05:00.663Z] #25 5.266 Selecting previously unselected package curl. [2020-11-03T23:05:00.663Z] #25 5.266 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 5.268 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-03T23:05:00.663Z] #25 5.310 Selecting previously unselected package libonig5:s390x. [2020-11-03T23:05:00.663Z] #25 5.310 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 5.318 Unpacking libonig5:s390x (6.9.1-1) ... [2020-11-03T23:05:00.663Z] #25 5.361 Selecting previously unselected package libjq1:s390x. [2020-11-03T23:05:00.663Z] #25 5.361 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 5.363 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-11-03T23:05:00.663Z] #25 5.400 Selecting previously unselected package jq. [2020-11-03T23:05:00.663Z] #25 5.400 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-11-03T23:05:00.663Z] #25 5.407 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-03T23:05:00.663Z] #25 5.439 Setting up libkeyutils1:s390x (1.6-6) ... [2020-11-03T23:05:00.663Z] #25 5.445 Setting up libpsl5:s390x (0.20.2-2) ... [2020-11-03T23:05:00.663Z] #25 5.452 Setting up libssl1.1:s390x (1.1.1d-0+deb10u3) ... [2020-11-03T23:05:00.663Z] #25 5.511 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2020-11-03T23:05:00.663Z] #25 5.517 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ... [2020-11-03T23:05:00.663Z] #25 5.526 Setting up libkrb5support0:s390x (1.17-3) ... [2020-11-03T23:05:00.663Z] #25 5.532 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-11-03T23:05:00.663Z] #25 5.540 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2020-11-03T23:05:00.663Z] #25 5.546 Setting up libk5crypto3:s390x (1.17-3) ... [2020-11-03T23:05:00.663Z] #25 5.553 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-11-03T23:05:00.663Z] #25 5.560 Setting up libssh2-1:s390x (1.8.0-2.1) ... [2020-11-03T23:05:00.663Z] #25 5.567 Setting up libkrb5-3:s390x (1.17-3) ... [2020-11-03T23:05:00.663Z] #25 5.574 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-03T23:05:00.663Z] #25 5.597 Setting up libonig5:s390x (6.9.1-1) ... [2020-11-03T23:05:00.663Z] #25 5.605 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-11-03T23:05:00.663Z] #25 5.607 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u3) ... [2020-11-03T23:05:00.663Z] #25 5.615 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-03T23:05:00.663Z] #25 5.924 Updating certificates in /etc/ssl/certs... [2020-11-03T23:05:00.663Z] #25 6.385 126 added, 0 removed; done. [2020-11-03T23:05:00.663Z] #25 6.416 Setting up libgssapi-krb5-2:s390x (1.17-3) ... [2020-11-03T23:05:00.663Z] #25 6.427 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-03T23:05:00.663Z] #25 6.434 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ... [2020-11-03T23:05:00.663Z] #25 6.441 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-03T23:05:00.663Z] #25 6.448 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:05:00.663Z] #25 6.470 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-03T23:05:00.663Z] #25 6.477 Updating certificates in /etc/ssl/certs... [2020-11-03T23:05:00.663Z] #25 6.874 0 added, 0 removed; done. [2020-11-03T23:05:00.663Z] #25 6.874 Running hooks in /etc/ca-certificates/update.d... [2020-11-03T23:05:00.663Z] #25 6.875 done. [2020-11-03T23:05:00.957Z] #25 ... [2020-11-03T23:05:00.957Z] [2020-11-03T23:05:00.957Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:05:00.957Z] #8 DONE 12.8s [2020-11-03T23:05:01.247Z] [2020-11-03T23:05:01.247Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-03T23:05:01.247Z] #25 DONE 7.8s [2020-11-03T23:05:01.247Z] [2020-11-03T23:05:01.247Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-03T23:05:01.247Z] #26 DONE 0.1s [2020-11-03T23:05:01.247Z] [2020-11-03T23:05:01.247Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-03T23:05:01.389Z] #66 exporting layers 0.9s done [2020-11-03T23:05:01.389Z] #66 writing image sha256:df5ad356186f100e035e771d08249cfbf6c8891c0af1f96b0abeed7d3fb1a185 done [2020-11-03T23:05:01.389Z] #66 naming to docker.io/library/docker:94bcfbdcb127d303563f72e7cf500179256c8f56 done [2020-11-03T23:05:01.389Z] #66 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-11-03T23:05:01.472Z] 1301750ffb48: Verifying Checksum [2020-11-03T23:05:01.472Z] 1301750ffb48: Download complete [2020-11-03T23:05:01.472Z] 5ffb2f5886e2: Verifying Checksum [2020-11-03T23:05:01.472Z] 5ffb2f5886e2: Download complete [2020-11-03T23:05:01.735Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41604/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41604/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:94bcfbdcb127d303563f72e7cf500179256c8f56 hack/validate/default [2020-11-03T23:05:01.878Z] #9 DONE 0.7s [2020-11-03T23:05:01.878Z] [2020-11-03T23:05:01.878Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:05:01.988Z] #49 ... [2020-11-03T23:05:01.988Z] [2020-11-03T23:05:01.988Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-03T23:05:01.988Z] #44 DONE 0.4s [2020-11-03T23:05:01.988Z] [2020-11-03T23:05:01.988Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:05:01.988Z] #51 15.07 + cd /tmp/tmp.PoylwUaJ5Z/src/github.com/opencontainers/runc [2020-11-03T23:05:01.988Z] #51 15.07 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-03T23:05:01.988Z] #51 15.87 + '[' -z '' ']' [2020-11-03T23:05:01.988Z] #51 15.87 + target=static [2020-11-03T23:05:01.988Z] #51 15.87 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-03T23:05:01.988Z] #51 16.17 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-03T23:05:02.116Z] dc5c6edc9cff: Verifying Checksum [2020-11-03T23:05:02.116Z] dc5c6edc9cff: Download complete [2020-11-03T23:05:02.250Z] #51 ... [2020-11-03T23:05:02.251Z] [2020-11-03T23:05:02.251Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:05:02.251Z] #47 23.42 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-03T23:05:02.301Z] Congratulations! All commits are properly signed with the DCO! [2020-11-03T23:05:02.301Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-11-03T23:05:02.508Z] #27 ... [2020-11-03T23:05:02.509Z] [2020-11-03T23:05:02.509Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-03T23:05:02.509Z] #10 DONE 0.7s [2020-11-03T23:05:02.509Z] [2020-11-03T23:05:02.509Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-03T23:05:02.509Z] #29 DONE 0.1s [2020-11-03T23:05:02.509Z] [2020-11-03T23:05:02.509Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-03T23:05:02.509Z] #37 DONE 0.1s [2020-11-03T23:05:02.509Z] [2020-11-03T23:05:02.509Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:05:02.509Z] #27 1.445 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-03T23:05:02.560Z] No api/types/ or api/swagger.yaml changes in diff. [2020-11-03T23:05:02.560Z] Congratulations! All TOML source files changed here have valid syntax. [2020-11-03T23:05:02.560Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-11-03T23:05:02.560Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-11-03T23:05:02.560Z] Congratulations! No new tests were added to integration-cli. [2020-11-03T23:05:02.560Z] [2020-11-03T23:05:02.560Z] INFO Start validation with golang-ci-lint [2020-11-03T23:05:02.560Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-11-03T23:05:02.818Z] #27 1.586 [2020-11-03T23:05:02.819Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-11-03T23:05:02.819Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-11-03T23:05:03.450Z] #27 1.694 1.1% ################# 23.8% ################################## 48.6% ################################################### 71.3% #################################################################### 95.4% ######################################################################## 100.0% [2020-11-03T23:05:03.746Z] #27 2.314 [2020-11-03T23:05:03.746Z] #27 2.414 ################### 27.7% ######################################################################## 100.0% [2020-11-03T23:05:04.041Z] #27 2.655 [2020-11-03T23:05:04.166Z] #47 25.15 go: extracting golang.org/x/text v0.3.2 [2020-11-03T23:05:04.215Z] db4e2d8d5901: Pull complete [2020-11-03T23:05:04.339Z] #27 2.784 ##################### 30.4% ######################################################################## 100.0% [2020-11-03T23:05:04.339Z] #27 3.034 [2020-11-03T23:05:04.511Z] dfe2d012519c: Pull complete [2020-11-03T23:05:04.808Z] 5d8f1d1f9197: Pull complete [2020-11-03T23:05:05.105Z] 3c370c2e2f82: Verifying Checksum [2020-11-03T23:05:05.105Z] 3c370c2e2f82: Download complete [2020-11-03T23:05:05.802Z] #27 3.172 ## 4.0% ######### 13.5% ############### 22.0% ##################### 30.5% ########################## 37.0% ################################## 47.7% ########################################## 58.4% ################################################# 69.1% ####################################################### 77.7% ############################################################## 86.3% ################################################################## 92.8% ##################################################################### 97.0% ######################################################################## 100.0% [2020-11-03T23:05:06.081Z] #47 27.25 go: finding github.com/fatih/color v1.7.0 [2020-11-03T23:05:06.349Z] #47 27.29 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-03T23:05:06.349Z] #47 27.33 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-03T23:05:06.349Z] #47 27.34 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-03T23:05:06.349Z] #47 27.37 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-03T23:05:06.349Z] #47 27.40 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-03T23:05:06.349Z] #47 27.40 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-03T23:05:06.349Z] #47 27.40 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-03T23:05:06.349Z] #47 27.41 go: finding github.com/pkg/errors v0.8.1 [2020-11-03T23:05:06.349Z] #47 27.44 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-03T23:05:06.349Z] #47 27.44 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-03T23:05:06.349Z] #47 27.45 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-03T23:05:06.349Z] #47 27.45 go: finding github.com/stretchr/testify v1.4.0 [2020-11-03T23:05:06.349Z] #47 27.45 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-03T23:05:06.349Z] #47 27.47 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-03T23:05:06.349Z] #47 27.48 go: finding github.com/spf13/viper v1.6.1 [2020-11-03T23:05:06.349Z] #47 27.49 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-03T23:05:06.349Z] #47 27.50 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-03T23:05:06.349Z] #47 27.51 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-03T23:05:06.349Z] #47 27.51 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-03T23:05:06.349Z] #47 27.53 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-03T23:05:06.349Z] #47 27.55 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-03T23:05:06.349Z] #47 27.56 go: finding github.com/stretchr/objx v0.2.0 [2020-11-03T23:05:06.349Z] #47 27.56 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-03T23:05:06.349Z] #47 27.57 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-03T23:05:06.436Z] #27 4.967 [2020-11-03T23:05:06.611Z] #47 27.60 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-03T23:05:06.611Z] #47 27.60 go: finding github.com/gobwas/glob v0.2.3 [2020-11-03T23:05:06.611Z] #47 27.62 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-03T23:05:06.611Z] #47 27.64 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-03T23:05:06.611Z] #47 27.65 go: finding github.com/spf13/cobra v0.0.5 [2020-11-03T23:05:06.611Z] #47 27.66 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-03T23:05:06.611Z] #47 27.66 go: finding github.com/spf13/pflag v1.0.5 [2020-11-03T23:05:06.611Z] #47 27.68 go: finding github.com/magiconair/properties v1.8.1 [2020-11-03T23:05:06.611Z] #47 27.72 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-03T23:05:06.611Z] #47 27.72 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-03T23:05:06.611Z] #47 27.73 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-03T23:05:06.611Z] #47 27.74 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-03T23:05:06.611Z] #47 27.75 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-03T23:05:06.611Z] #47 27.77 go: finding github.com/spf13/afero v1.1.2 [2020-11-03T23:05:06.611Z] #47 27.80 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-03T23:05:06.873Z] #47 27.80 go: finding github.com/spf13/cast v1.3.0 [2020-11-03T23:05:06.873Z] #47 27.81 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-03T23:05:06.873Z] #47 27.82 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-03T23:05:06.873Z] #47 27.83 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-03T23:05:06.873Z] #47 27.84 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-03T23:05:06.873Z] #47 27.85 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-03T23:05:06.873Z] #47 27.86 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-03T23:05:06.873Z] #47 27.92 go: finding golang.org/x/text v0.3.2 [2020-11-03T23:05:06.873Z] #47 27.99 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-03T23:05:06.873Z] #47 28.00 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-03T23:05:06.873Z] #47 28.01 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-03T23:05:06.873Z] #47 28.01 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-03T23:05:06.873Z] #47 28.02 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-03T23:05:07.133Z] #47 28.06 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-03T23:05:07.133Z] #47 28.09 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-03T23:05:07.133Z] #47 28.10 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-03T23:05:07.133Z] #47 28.10 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-03T23:05:07.133Z] #47 28.10 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-03T23:05:07.133Z] #47 28.11 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-03T23:05:07.133Z] #47 28.12 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-03T23:05:07.133Z] #47 28.15 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-03T23:05:07.133Z] #47 28.16 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-03T23:05:07.133Z] #47 28.16 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-03T23:05:07.133Z] #47 28.19 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-03T23:05:07.133Z] #47 28.20 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-03T23:05:07.133Z] #47 28.21 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-03T23:05:07.133Z] #47 28.21 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-03T23:05:07.133Z] #47 28.22 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-03T23:05:07.133Z] #47 28.25 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-03T23:05:07.133Z] #47 28.31 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-03T23:05:07.134Z] #47 28.34 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-03T23:05:07.134Z] #47 28.34 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-03T23:05:07.134Z] #47 28.36 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-03T23:05:07.394Z] #47 28.38 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-03T23:05:07.906Z] 1301750ffb48: Pull complete [2020-11-03T23:05:10.021Z] dc5c6edc9cff: Pull complete [2020-11-03T23:05:10.694Z] #47 ... [2020-11-03T23:05:10.694Z] [2020-11-03T23:05:10.694Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:05:10.694Z] #49 24.63 golang.org/x/crypto/ssh/terminal [2020-11-03T23:05:10.694Z] #49 27.42 mvdan.cc/sh/v3/cmd/shfmt [2020-11-03T23:05:10.694Z] #49 DONE 31.7s [2020-11-03T23:05:10.694Z] [2020-11-03T23:05:10.694Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:05:12.043Z] #27 5.087 0.6% ## 3.5% ### 5.3% ##### 7.2% ###### 9.1% ####### 10.9% ######### 12.8% ########### 15.8% ############# 18.3% ############## 20.1% ############### 21.4% ################ 22.6% ################# 23.9% ################## 25.1% ################### 27.0% #################### 28.2% #################### 28.9% ##################### 30.1% ###################### 31.4% ####################### 32.6% ######################### 35.7% ########################## 37.0% ########################### 38.8% ############################ 40.1% ############################# 41.3% ############################### 44.4% ################################ 44.5% ################################ 45.8% ################################## 47.7% #################################### 50.3% ##################################### 52.2% ###################################### 54.1% ######################################## 55.9% ######################################### 57.8% ########################################## 59.6% ############################################# 62.7% ############################################## 65.2% ################################################ 67.1% ################################################ 67.7% ################################################## 70.2% ##################################################### 73.9% ####################################################### 76.4% [2020-11-03T23:05:12.043Z] #27 ... [2020-11-03T23:05:12.043Z] [2020-11-03T23:05:12.043Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:05:12.043Z] #22 1.861 + RM_GOPATH=0 [2020-11-03T23:05:12.043Z] #22 1.861 + TMP_GOPATH= [2020-11-03T23:05:12.043Z] #22 1.861 + : /build [2020-11-03T23:05:12.043Z] #22 1.861 + '[' -z '' ']' [2020-11-03T23:05:12.043Z] #22 1.865 ++ mktemp -d [2020-11-03T23:05:12.043Z] #22 1.865 + export GOPATH=/tmp/tmp.cMAFs2Vue5 [2020-11-03T23:05:12.043Z] #22 1.865 + GOPATH=/tmp/tmp.cMAFs2Vue5 [2020-11-03T23:05:12.043Z] #22 1.865 + RM_GOPATH=1 [2020-11-03T23:05:12.043Z] #22 1.865 + case "$(go env GOARCH)" in [2020-11-03T23:05:12.043Z] #22 1.865 ++ go env GOARCH [2020-11-03T23:05:12.043Z] #22 1.871 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:12.043Z] #22 1.871 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:12.043Z] #22 1.877 ++ dirname /tmp/install/install.sh [2020-11-03T23:05:12.043Z] #22 1.877 + dir=/tmp/install [2020-11-03T23:05:12.043Z] #22 1.877 + bin=dockercli [2020-11-03T23:05:12.043Z] #22 1.877 + shift [2020-11-03T23:05:12.043Z] #22 1.877 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-03T23:05:12.043Z] #22 1.877 + . /tmp/install/dockercli.installer [2020-11-03T23:05:12.043Z] #22 1.877 ++ : stable [2020-11-03T23:05:12.043Z] #22 1.877 ++ : 17.06.2-ce [2020-11-03T23:05:12.043Z] #22 1.877 + install_dockercli [2020-11-03T23:05:12.043Z] #22 1.877 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-03T23:05:12.043Z] #22 1.877 Install docker/cli version 17.06.2-ce from stable [2020-11-03T23:05:12.043Z] #22 1.880 ++ uname -m [2020-11-03T23:05:12.043Z] #22 1.880 + arch=s390x [2020-11-03T23:05:12.043Z] #22 1.880 + '[' s390x '!=' x86_64 ']' [2020-11-03T23:05:12.043Z] #22 1.880 + '[' s390x '!=' s390x ']' [2020-11-03T23:05:12.043Z] #22 1.880 + url=https://download.docker.com/linux/static [2020-11-03T23:05:12.043Z] #22 1.880 + tar -xz docker/docker [2020-11-03T23:05:12.043Z] #22 1.880 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-11-03T23:05:12.043Z] #22 8.418 + mkdir -p /build [2020-11-03T23:05:12.043Z] #22 8.419 + mv docker/docker /build/ [2020-11-03T23:05:12.043Z] #22 8.420 + rmdir docker [2020-11-03T23:05:12.043Z] #22 DONE 9.4s [2020-11-03T23:05:12.043Z] [2020-11-03T23:05:12.043Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:05:12.043Z] #27 5.087 0.6% ## 3.5% ### 5.3% ##### 7.2% ###### 9.1% ####### 10.9% ######### 12.8% ########### 15.8% ############# 18.3% ############## 20.1% ############### 21.4% ################ 22.6% ################# 23.9% ################## 25.1% ################### 27.0% #################### 28.2% #################### 28.9% ##################### 30.1% ###################### 31.4% ####################### 32.6% ######################### 35.7% ########################## 37.0% ########################### 38.8% ############################ 40.1% ############################# 41.3% ############################### 44.4% ################################ 44.5% ################################ 45.8% ################################## 47.7% #################################### 50.3% ##################################### 52.2% ###################################### 54.1% ######################################## 55.9% ######################################### 57.8% ########################################## 59.6% ############################################# 62.7% ############################################## 65.2% ################################################ 67.1% ################################################ 67.7% ################################################## 70.2% ##################################################### 73.9% ####################################################### 76.4% ####################################################### 77.0% [2020-11-03T23:05:12.043Z] #27 ... [2020-11-03T23:05:12.043Z] [2020-11-03T23:05:12.043Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:05:12.043Z] #47 2.439 + RM_GOPATH=0 [2020-11-03T23:05:12.043Z] #47 2.439 + TMP_GOPATH= [2020-11-03T23:05:12.043Z] #47 2.439 + : /build [2020-11-03T23:05:12.043Z] #47 2.439 + '[' -z '' ']' [2020-11-03T23:05:12.043Z] #47 2.439 ++ mktemp -d [2020-11-03T23:05:12.043Z] #47 2.469 + export GOPATH=/tmp/tmp.1QBv3sljsK [2020-11-03T23:05:12.043Z] #47 2.469 + GOPATH=/tmp/tmp.1QBv3sljsK [2020-11-03T23:05:12.043Z] #47 2.470 + RM_GOPATH=1 [2020-11-03T23:05:12.043Z] #47 2.470 + case "$(go env GOARCH)" in [2020-11-03T23:05:12.043Z] #47 2.476 ++ go env GOARCH [2020-11-03T23:05:12.043Z] #47 2.482 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:12.043Z] #47 2.482 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:12.043Z] #47 2.482 ++ dirname /tmp/install/install.sh [2020-11-03T23:05:12.043Z] #47 2.496 + dir=/tmp/install [2020-11-03T23:05:12.043Z] #47 2.496 + bin=golangci_lint [2020-11-03T23:05:12.043Z] #47 2.496 + shift [2020-11-03T23:05:12.043Z] #47 2.496 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-03T23:05:12.043Z] #47 2.496 + . /tmp/install/golangci_lint.installer [2020-11-03T23:05:12.043Z] #47 2.496 ++ : v1.23.8 [2020-11-03T23:05:12.043Z] #47 2.496 + install_golangci_lint [2020-11-03T23:05:12.043Z] #47 2.496 + set -e [2020-11-03T23:05:12.043Z] #47 2.496 + export GO111MODULE=on [2020-11-03T23:05:12.043Z] #47 2.496 + GO111MODULE=on [2020-11-03T23:05:12.043Z] #47 2.496 + GOBIN=/build [2020-11-03T23:05:12.043Z] #47 2.496 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-03T23:05:12.043Z] #47 2.545 go: finding github.com v1.23.8 [2020-11-03T23:05:12.043Z] #47 2.547 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-03T23:05:12.043Z] #47 2.548 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-03T23:05:12.043Z] #47 2.548 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-03T23:05:12.043Z] #47 2.548 go: finding github.com/golangci v1.23.8 [2020-11-03T23:05:12.043Z] #47 3.108 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-03T23:05:12.043Z] #47 3.319 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-03T23:05:12.043Z] #47 6.494 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-03T23:05:12.043Z] #47 6.531 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-03T23:05:12.043Z] #47 6.531 go: downloading github.com/pkg/errors v0.8.1 [2020-11-03T23:05:12.043Z] #47 6.532 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-03T23:05:12.043Z] #47 6.571 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-03T23:05:12.043Z] #47 6.669 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-03T23:05:12.043Z] #47 6.669 go: downloading github.com/spf13/viper v1.6.1 [2020-11-03T23:05:12.043Z] #47 6.671 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-03T23:05:12.043Z] #47 6.678 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-03T23:05:12.043Z] #47 6.703 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-03T23:05:12.043Z] #47 6.723 go: extracting github.com/pkg/errors v0.8.1 [2020-11-03T23:05:12.043Z] #47 6.779 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-03T23:05:12.043Z] #47 6.816 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-03T23:05:12.043Z] #47 7.133 go: extracting github.com/spf13/viper v1.6.1 [2020-11-03T23:05:12.043Z] #47 7.145 go: downloading github.com/spf13/cast v1.3.0 [2020-11-03T23:05:12.043Z] #47 7.172 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-03T23:05:12.043Z] #47 7.182 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-03T23:05:12.043Z] #47 7.187 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-03T23:05:12.043Z] #47 7.196 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-03T23:05:12.043Z] #47 7.211 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-03T23:05:12.043Z] #47 7.212 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-03T23:05:12.043Z] #47 7.595 go: extracting github.com/spf13/cast v1.3.0 [2020-11-03T23:05:12.043Z] #47 7.601 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-03T23:05:12.043Z] #47 7.661 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-03T23:05:12.043Z] #47 7.696 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-03T23:05:12.043Z] #47 7.704 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-03T23:05:12.043Z] #47 7.723 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-03T23:05:12.043Z] #47 7.896 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-03T23:05:12.043Z] #47 7.896 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-03T23:05:12.043Z] #47 7.897 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-03T23:05:12.043Z] #47 7.908 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-03T23:05:12.043Z] #47 8.025 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-03T23:05:12.043Z] #47 8.077 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-03T23:05:12.043Z] #47 8.275 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-03T23:05:12.043Z] #47 8.458 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-03T23:05:12.043Z] #47 8.608 go: downloading github.com/spf13/afero v1.1.2 [2020-11-03T23:05:12.043Z] #47 8.969 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-03T23:05:12.043Z] #47 8.970 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-03T23:05:12.043Z] #47 9.327 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-03T23:05:12.043Z] #47 9.327 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-03T23:05:12.043Z] #47 9.349 go: extracting github.com/spf13/afero v1.1.2 [2020-11-03T23:05:12.043Z] #47 ... [2020-11-03T23:05:12.043Z] [2020-11-03T23:05:12.043Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:05:12.080Z] #47 ... [2020-11-03T23:05:12.080Z] [2020-11-03T23:05:12.080Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:05:12.341Z] #54 32.94 Checking out files: 71% (2440/3430) Checking out files: 72% (2470/3430) Checking out files: 73% (2504/3430) Checking out files: 74% (2539/3430) Checking out files: 75% (2573/3430) Checking out files: 76% (2607/3430) Checking out files: 77% (2642/3430) Checking out files: 78% (2676/3430) Checking out files: 79% (2710/3430) Checking out files: 80% (2744/3430) Checking out files: 81% (2779/3430) Checking out files: 82% (2813/3430) Checking out files: 83% (2847/3430) Checking out files: 84% (2882/3430) Checking out files: 85% (2916/3430) Checking out files: 86% (2950/3430) Checking out files: 87% (2985/3430) Checking out files: 88% (3019/3430) Checking out files: 89% (3053/3430) Checking out files: 90% (3087/3430) Checking out files: 91% (3122/3430) Checking out files: 92% (3156/3430) Checking out files: 93% (3190/3430) Checking out files: 94% (3225/3430) Checking out files: 95% (3259/3430) Checking out files: 96% (3293/3430) Checking out files: 97% (3328/3430) Checking out files: 98% (3362/3430) Checking out files: 99% (3396/3430) Checking out files: 100% (3430/3430) Checking out files: 100% (3430/3430), done. [2020-11-03T23:05:12.341Z] #54 33.46 + cd /tmp/tmp.N5UQPEB4jf/src/github.com/containerd/containerd [2020-11-03T23:05:12.341Z] #54 33.46 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-03T23:05:12.624Z] #27 5.087 0.6% ## 3.5% ### 5.3% ##### 7.2% ###### 9.1% ####### 10.9% ######### 12.8% ########### 15.8% ############# 18.3% ############## 20.1% ############### 21.4% ################ 22.6% ################# 23.9% ################## 25.1% ################### 27.0% #################### 28.2% #################### 28.9% ##################### 30.1% ###################### 31.4% ####################### 32.6% ######################### 35.7% ########################## 37.0% ########################### 38.8% ############################ 40.1% ############################# 41.3% ############################### 44.4% ################################ 44.5% ################################ 45.8% ################################## 47.7% #################################### 50.3% ##################################### 52.2% ###################################### 54.1% ######################################## 55.9% ######################################### 57.8% ########################################## 59.6% ############################################# 62.7% ############################################## 65.2% ################################################ 67.1% ################################################ 67.7% ################################################## 70.2% ##################################################### 73.9% ####################################################### 76.4% ####################################################### 77.0% ######################################################## 78.3% ######################################################### 79.5% ######################################################### 80.1% [2020-11-03T23:05:12.624Z] #27 ... [2020-11-03T23:05:12.624Z] [2020-11-03T23:05:12.624Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:05:12.624Z] #49 1.672 + RM_GOPATH=0 [2020-11-03T23:05:12.624Z] #49 1.672 + TMP_GOPATH= [2020-11-03T23:05:12.624Z] #49 1.672 + : /build [2020-11-03T23:05:12.624Z] #49 1.672 + '[' -z '' ']' [2020-11-03T23:05:12.624Z] #49 1.673 ++ mktemp -d [2020-11-03T23:05:12.624Z] #49 1.673 + export GOPATH=/tmp/tmp.kVpA3Nd0dR [2020-11-03T23:05:12.624Z] #49 1.673 + GOPATH=/tmp/tmp.kVpA3Nd0dR [2020-11-03T23:05:12.624Z] #49 1.673 + RM_GOPATH=1 [2020-11-03T23:05:12.624Z] #49 1.673 + case "$(go env GOARCH)" in [2020-11-03T23:05:12.624Z] #49 1.673 ++ go env GOARCH [2020-11-03T23:05:12.624Z] #49 1.676 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:12.624Z] #49 1.676 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:12.624Z] #49 1.677 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-03T23:05:12.624Z] #49 1.677 ++ dirname /tmp/install/install.sh [2020-11-03T23:05:12.624Z] #49 1.677 + dir=/tmp/install [2020-11-03T23:05:12.624Z] #49 1.677 + bin=shfmt [2020-11-03T23:05:12.624Z] #49 1.677 + shift [2020-11-03T23:05:12.624Z] #49 1.677 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-03T23:05:12.624Z] #49 1.677 + . /tmp/install/shfmt.installer [2020-11-03T23:05:12.624Z] #49 1.677 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-03T23:05:12.624Z] #49 1.677 + install_shfmt [2020-11-03T23:05:12.624Z] #49 1.677 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-03T23:05:12.624Z] #49 1.677 + git clone https://github.com/mvdan/sh.git /tmp/tmp.kVpA3Nd0dR/src/github.com/mvdan/sh [2020-11-03T23:05:12.624Z] #49 1.679 Cloning into '/tmp/tmp.kVpA3Nd0dR/src/github.com/mvdan/sh'... [2020-11-03T23:05:12.624Z] #49 9.135 + cd /tmp/tmp.kVpA3Nd0dR/src/github.com/mvdan/sh [2020-11-03T23:05:12.624Z] #49 9.135 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-03T23:05:12.624Z] #49 9.197 + GO111MODULE=on [2020-11-03T23:05:12.624Z] #49 9.197 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-03T23:05:12.624Z] #49 ... [2020-11-03T23:05:12.624Z] [2020-11-03T23:05:12.624Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:05:12.624Z] #61 2.272 + RM_GOPATH=0 [2020-11-03T23:05:12.624Z] #61 2.272 + TMP_GOPATH= [2020-11-03T23:05:12.624Z] #61 2.272 + : /build [2020-11-03T23:05:12.624Z] #61 2.272 + '[' -z '' ']' [2020-11-03T23:05:12.624Z] #61 2.272 ++ mktemp -d [2020-11-03T23:05:12.624Z] #61 2.272 + export GOPATH=/tmp/tmp.klJWrzMEY8 [2020-11-03T23:05:12.624Z] #61 2.272 + GOPATH=/tmp/tmp.klJWrzMEY8 [2020-11-03T23:05:12.624Z] #61 2.272 + RM_GOPATH=1 [2020-11-03T23:05:12.624Z] #61 2.272 + case "$(go env GOARCH)" in [2020-11-03T23:05:12.624Z] #61 2.272 ++ go env GOARCH [2020-11-03T23:05:12.624Z] #61 2.280 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:12.624Z] #61 2.280 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:12.624Z] #61 2.280 ++ dirname /tmp/install/install.sh [2020-11-03T23:05:12.624Z] #61 2.287 + dir=/tmp/install [2020-11-03T23:05:12.624Z] #61 2.287 + bin=proxy [2020-11-03T23:05:12.624Z] #61 2.287 + shift [2020-11-03T23:05:12.624Z] #61 2.287 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-03T23:05:12.624Z] #61 2.287 + . /tmp/install/proxy.installer [2020-11-03T23:05:12.624Z] #61 2.287 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-03T23:05:12.624Z] #61 2.287 + install_proxy [2020-11-03T23:05:12.624Z] #61 2.287 + case "$1" in [2020-11-03T23:05:12.624Z] #61 2.287 + export CGO_ENABLED=0 [2020-11-03T23:05:12.624Z] #61 2.287 + CGO_ENABLED=0 [2020-11-03T23:05:12.624Z] #61 2.287 + _install_proxy [2020-11-03T23:05:12.624Z] #61 2.287 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-03T23:05:12.624Z] #61 2.287 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.klJWrzMEY8/src/github.com/docker/libnetwork [2020-11-03T23:05:12.624Z] #61 2.287 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-03T23:05:12.624Z] #61 2.303 Cloning into '/tmp/tmp.klJWrzMEY8/src/github.com/docker/libnetwork'... [2020-11-03T23:05:12.624Z] #61 ... [2020-11-03T23:05:12.624Z] [2020-11-03T23:05:12.624Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:05:12.624Z] #38 2.718 + git clone https://github.com/docker/distribution.git . [2020-11-03T23:05:12.624Z] #38 2.725 Cloning into '.'... [2020-11-03T23:05:12.913Z] #54 33.93 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-03T23:05:12.913Z] #54 33.93 + BUILDTAGS='netgo osusergo static_build' [2020-11-03T23:05:12.913Z] #54 33.93 + export EXTRA_FLAGS=-buildmode=pie [2020-11-03T23:05:12.913Z] #54 33.93 + EXTRA_FLAGS=-buildmode=pie [2020-11-03T23:05:12.913Z] #54 33.93 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-03T23:05:12.913Z] #54 33.93 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-03T23:05:12.913Z] #54 33.93 + '[' '' = dynamic ']' [2020-11-03T23:05:12.913Z] #54 33.93 + make [2020-11-03T23:05:12.918Z] #38 ... [2020-11-03T23:05:12.919Z] [2020-11-03T23:05:12.919Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:05:12.919Z] #34 2.942 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:05:12.919Z] #34 2.985 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:05:12.919Z] #34 3.001 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:05:12.919Z] #34 3.806 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-03T23:05:12.919Z] #34 5.192 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB] [2020-11-03T23:05:12.919Z] #34 6.433 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-03T23:05:12.919Z] #34 ... [2020-11-03T23:05:12.919Z] [2020-11-03T23:05:12.919Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:05:12.919Z] #40 2.838 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:05:12.919Z] #40 2.876 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:05:12.919Z] #40 2.891 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:05:12.919Z] #40 3.494 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-03T23:05:12.919Z] #40 4.856 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB] [2020-11-03T23:05:12.919Z] #40 6.767 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-03T23:05:13.209Z] #40 ... [2020-11-03T23:05:13.209Z] [2020-11-03T23:05:13.209Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:05:13.209Z] #11 2.782 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:05:13.209Z] #11 2.825 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:05:13.209Z] #11 2.846 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:05:13.209Z] #11 3.547 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-03T23:05:13.209Z] #11 4.834 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB] [2020-11-03T23:05:13.209Z] #11 6.229 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-03T23:05:13.209Z] #11 ... [2020-11-03T23:05:13.209Z] [2020-11-03T23:05:13.209Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:05:13.209Z] #43 1.362 + RM_GOPATH=0 [2020-11-03T23:05:13.209Z] #43 1.362 + TMP_GOPATH= [2020-11-03T23:05:13.209Z] #43 1.362 + : /build [2020-11-03T23:05:13.209Z] #43 1.362 + '[' -z '' ']' [2020-11-03T23:05:13.209Z] #43 1.362 ++ mktemp -d [2020-11-03T23:05:13.209Z] #43 1.362 + export GOPATH=/tmp/tmp.IYBHkq1WnD [2020-11-03T23:05:13.209Z] #43 1.362 + GOPATH=/tmp/tmp.IYBHkq1WnD [2020-11-03T23:05:13.209Z] #43 1.362 + RM_GOPATH=1 [2020-11-03T23:05:13.209Z] #43 1.362 + case "$(go env GOARCH)" in [2020-11-03T23:05:13.209Z] #43 1.362 ++ go env GOARCH [2020-11-03T23:05:13.209Z] #43 1.369 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:13.209Z] #43 1.369 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:13.209Z] #43 1.369 ++ dirname /tmp/install/install.sh [2020-11-03T23:05:13.209Z] #43 1.369 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-03T23:05:13.209Z] #43 1.369 + dir=/tmp/install [2020-11-03T23:05:13.209Z] #43 1.369 + bin=vndr [2020-11-03T23:05:13.209Z] #43 1.369 + shift [2020-11-03T23:05:13.209Z] #43 1.369 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-03T23:05:13.209Z] #43 1.369 + . /tmp/install/vndr.installer [2020-11-03T23:05:13.209Z] #43 1.369 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-03T23:05:13.209Z] #43 1.369 + install_vndr [2020-11-03T23:05:13.209Z] #43 1.369 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-03T23:05:13.209Z] #43 1.369 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.IYBHkq1WnD/src/github.com/LK4D4/vndr [2020-11-03T23:05:13.209Z] #43 1.372 Cloning into '/tmp/tmp.IYBHkq1WnD/src/github.com/LK4D4/vndr'... [2020-11-03T23:05:13.209Z] #43 1.795 + cd /tmp/tmp.IYBHkq1WnD/src/github.com/LK4D4/vndr [2020-11-03T23:05:13.209Z] #43 1.795 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-03T23:05:13.209Z] #43 1.795 + go build -buildmode=pie -v -o /build/vndr . [2020-11-03T23:05:13.209Z] #43 2.280 runtime/internal/atomic [2020-11-03T23:05:13.209Z] #43 2.287 internal/cpu [2020-11-03T23:05:13.209Z] #43 2.377 runtime/internal/sys [2020-11-03T23:05:13.209Z] #43 2.552 runtime/internal/math [2020-11-03T23:05:13.209Z] #43 2.582 internal/race [2020-11-03T23:05:13.209Z] #43 2.647 sync/atomic [2020-11-03T23:05:13.209Z] #43 2.837 unicode [2020-11-03T23:05:13.209Z] #43 2.871 internal/bytealg [2020-11-03T23:05:13.209Z] #43 3.289 runtime [2020-11-03T23:05:13.209Z] #43 5.916 unicode/utf8 [2020-11-03T23:05:13.209Z] #43 6.528 math [2020-11-03T23:05:13.209Z] #43 10.51 unicode/utf16 [2020-11-03T23:05:13.209Z] #43 10.74 container/list [2020-11-03T23:05:13.485Z] #54 34.50 + bin/ctr [2020-11-03T23:05:13.485Z] #54 ... [2020-11-03T23:05:13.485Z] [2020-11-03T23:05:13.485Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:05:13.485Z] #45 DONE 34.6s [2020-11-03T23:05:13.500Z] #43 ... [2020-11-03T23:05:13.500Z] [2020-11-03T23:05:13.500Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:05:13.500Z] #45 1.488 + RM_GOPATH=0 [2020-11-03T23:05:13.500Z] #45 1.488 + TMP_GOPATH= [2020-11-03T23:05:13.500Z] #45 1.488 + : /build [2020-11-03T23:05:13.500Z] #45 1.488 + '[' -z '' ']' [2020-11-03T23:05:13.500Z] #45 1.488 ++ mktemp -d [2020-11-03T23:05:13.500Z] #45 1.488 + export GOPATH=/tmp/tmp.QVJh0COP5m [2020-11-03T23:05:13.500Z] #45 1.488 + GOPATH=/tmp/tmp.QVJh0COP5m [2020-11-03T23:05:13.500Z] #45 1.488 + RM_GOPATH=1 [2020-11-03T23:05:13.500Z] #45 1.488 + case "$(go env GOARCH)" in [2020-11-03T23:05:13.500Z] #45 1.488 ++ go env GOARCH [2020-11-03T23:05:13.500Z] #45 1.496 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:13.500Z] #45 1.496 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:13.500Z] #45 1.496 ++ dirname /tmp/install/install.sh [2020-11-03T23:05:13.500Z] #45 1.496 + dir=/tmp/install [2020-11-03T23:05:13.500Z] #45 1.496 + bin=gotestsum [2020-11-03T23:05:13.500Z] #45 1.496 + shift [2020-11-03T23:05:13.500Z] #45 1.496 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-03T23:05:13.500Z] #45 1.496 + . /tmp/install/gotestsum.installer [2020-11-03T23:05:13.500Z] #45 1.496 ++ : v0.5.3 [2020-11-03T23:05:13.500Z] #45 1.496 + install_gotestsum [2020-11-03T23:05:13.500Z] #45 1.509 + set -e [2020-11-03T23:05:13.500Z] #45 1.509 + export GO111MODULE=on [2020-11-03T23:05:13.500Z] #45 1.509 + GO111MODULE=on [2020-11-03T23:05:13.500Z] #45 1.509 + GOBIN=/build [2020-11-03T23:05:13.500Z] #45 1.509 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-03T23:05:13.500Z] #45 1.529 go: finding gotest.tools v0.5.3 [2020-11-03T23:05:13.500Z] #45 1.529 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-03T23:05:13.500Z] #45 1.797 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-03T23:05:13.500Z] #45 1.953 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-03T23:05:13.500Z] #45 2.341 go: downloading github.com/pkg/errors v0.9.1 [2020-11-03T23:05:13.500Z] #45 2.384 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-03T23:05:13.500Z] #45 2.387 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-03T23:05:13.500Z] #45 2.489 go: downloading github.com/fatih/color v1.9.0 [2020-11-03T23:05:13.500Z] #45 2.497 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-03T23:05:13.500Z] #45 2.497 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-03T23:05:13.500Z] #45 2.497 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-03T23:05:13.500Z] #45 2.555 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-03T23:05:13.500Z] #45 2.683 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-03T23:05:13.500Z] #45 2.733 go: extracting github.com/pkg/errors v0.9.1 [2020-11-03T23:05:13.500Z] #45 2.735 go: extracting github.com/fatih/color v1.9.0 [2020-11-03T23:05:13.500Z] #45 2.738 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-03T23:05:13.500Z] #45 2.783 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-03T23:05:13.500Z] #45 2.830 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-03T23:05:13.500Z] #45 2.852 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-03T23:05:13.500Z] #45 2.908 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-03T23:05:13.500Z] #45 2.928 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-03T23:05:13.500Z] #45 2.931 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-03T23:05:13.500Z] #45 3.005 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-03T23:05:13.500Z] #45 4.249 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-03T23:05:13.500Z] #45 4.559 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-03T23:05:13.500Z] #45 5.991 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-03T23:05:13.500Z] #45 8.157 go: finding github.com/fatih/color v1.9.0 [2020-11-03T23:05:13.500Z] #45 8.205 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-03T23:05:13.500Z] #45 8.233 go: finding github.com/pkg/errors v0.9.1 [2020-11-03T23:05:13.500Z] #45 8.299 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-03T23:05:13.500Z] #45 8.318 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-03T23:05:13.500Z] #45 8.332 go: finding github.com/spf13/pflag v1.0.3 [2020-11-03T23:05:13.500Z] #45 8.425 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-03T23:05:13.500Z] #45 8.677 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-03T23:05:13.500Z] #45 8.685 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-03T23:05:13.500Z] #45 8.916 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-03T23:05:13.500Z] #45 8.919 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-03T23:05:13.500Z] #45 ... [2020-11-03T23:05:13.500Z] [2020-11-03T23:05:13.500Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-03T23:05:13.500Z] #53 3.025 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:05:13.500Z] #53 3.068 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:05:13.500Z] #53 3.089 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:05:13.500Z] #53 3.679 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-03T23:05:13.500Z] #53 5.051 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB] [2020-11-03T23:05:13.500Z] #53 6.460 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-03T23:05:13.500Z] #53 ... [2020-11-03T23:05:13.500Z] [2020-11-03T23:05:13.500Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:05:13.500Z] #32 1.727 + RM_GOPATH=0 [2020-11-03T23:05:13.500Z] #32 1.727 + TMP_GOPATH= [2020-11-03T23:05:13.500Z] #32 1.727 + : /build [2020-11-03T23:05:13.500Z] #32 1.727 + '[' -z '' ']' [2020-11-03T23:05:13.500Z] #32 1.727 ++ mktemp -d [2020-11-03T23:05:13.500Z] #32 1.727 + export GOPATH=/tmp/tmp.8hhjTLac3h [2020-11-03T23:05:13.500Z] #32 1.727 + GOPATH=/tmp/tmp.8hhjTLac3h [2020-11-03T23:05:13.500Z] #32 1.727 + RM_GOPATH=1 [2020-11-03T23:05:13.500Z] #32 1.727 + case "$(go env GOARCH)" in [2020-11-03T23:05:13.500Z] #32 1.727 ++ go env GOARCH [2020-11-03T23:05:13.500Z] #32 1.748 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:13.500Z] #32 1.748 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:13.500Z] #32 1.748 ++ dirname /tmp/install/install.sh [2020-11-03T23:05:13.500Z] #32 1.755 + dir=/tmp/install [2020-11-03T23:05:13.500Z] #32 1.755 + bin=tomlv [2020-11-03T23:05:13.500Z] #32 1.755 + shift [2020-11-03T23:05:13.500Z] #32 1.755 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-03T23:05:13.500Z] #32 1.755 + . /tmp/install/tomlv.installer [2020-11-03T23:05:13.500Z] #32 1.755 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-03T23:05:13.500Z] #32 1.755 + install_tomlv [2020-11-03T23:05:13.500Z] #32 1.755 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-03T23:05:13.500Z] #32 1.755 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.8hhjTLac3h/src/github.com/BurntSushi/toml [2020-11-03T23:05:13.500Z] #32 1.755 Cloning into '/tmp/tmp.8hhjTLac3h/src/github.com/BurntSushi/toml'... [2020-11-03T23:05:13.500Z] #32 1.755 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-03T23:05:13.500Z] #32 2.281 + cd /tmp/tmp.8hhjTLac3h/src/github.com/BurntSushi/toml [2020-11-03T23:05:13.500Z] #32 2.281 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-03T23:05:13.500Z] #32 2.316 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-03T23:05:13.500Z] #32 2.533 runtime/internal/sys [2020-11-03T23:05:13.500Z] #32 2.546 internal/cpu [2020-11-03T23:05:13.500Z] #32 2.597 math/bits [2020-11-03T23:05:13.500Z] #32 2.937 internal/bytealg [2020-11-03T23:05:13.500Z] #32 2.999 math [2020-11-03T23:05:13.500Z] #32 3.311 runtime [2020-11-03T23:05:13.500Z] #32 7.699 internal/testlog [2020-11-03T23:05:13.500Z] #32 7.914 encoding [2020-11-03T23:05:13.500Z] #32 8.206 runtime/cgo [2020-11-03T23:05:13.571Z] 3c370c2e2f82: Pull complete [2020-11-03T23:05:13.571Z] 5ffb2f5886e2: Pull complete [2020-11-03T23:05:13.571Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-11-03T23:05:13.571Z] Status: Downloaded newer image for golang:1.13.15-buster [2020-11-03T23:05:13.571Z] ---> 805dc2d65d1c [2020-11-03T23:05:13.571Z] Step 5/15 : ARG BUILDX_REPO [2020-11-03T23:05:13.571Z] ---> Running in 9221388755b6 [2020-11-03T23:05:13.571Z] Removing intermediate container 9221388755b6 [2020-11-03T23:05:13.571Z] ---> f33573ff9a36 [2020-11-03T23:05:13.571Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2020-11-03T23:05:13.571Z] ---> Running in fca7410d159f [2020-11-03T23:05:13.747Z] [2020-11-03T23:05:13.747Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:05:13.791Z] #32 ... [2020-11-03T23:05:13.791Z] [2020-11-03T23:05:13.791Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-03T23:05:13.791Z] #30 2.533 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-03T23:05:13.791Z] #30 2.533 Cloning into '.'... [2020-11-03T23:05:13.791Z] #30 ... [2020-11-03T23:05:13.791Z] [2020-11-03T23:05:13.791Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:05:13.791Z] #56 2.186 + RM_GOPATH=0 [2020-11-03T23:05:13.791Z] #56 2.186 + TMP_GOPATH= [2020-11-03T23:05:13.791Z] #56 2.186 + : /build [2020-11-03T23:05:13.791Z] #56 2.186 + '[' -z '' ']' [2020-11-03T23:05:13.791Z] #56 2.186 ++ mktemp -d [2020-11-03T23:05:13.791Z] #56 2.186 + export GOPATH=/tmp/tmp.QNpxwfmHlt [2020-11-03T23:05:13.791Z] #56 2.186 + GOPATH=/tmp/tmp.QNpxwfmHlt [2020-11-03T23:05:13.791Z] #56 2.186 + RM_GOPATH=1 [2020-11-03T23:05:13.791Z] #56 2.186 + case "$(go env GOARCH)" in [2020-11-03T23:05:13.791Z] #56 2.186 ++ go env GOARCH [2020-11-03T23:05:13.791Z] #56 2.194 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:13.791Z] #56 2.194 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:13.791Z] #56 2.194 ++ dirname /tmp/install/install.sh [2020-11-03T23:05:13.791Z] #56 2.201 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-03T23:05:13.791Z] #56 2.202 + dir=/tmp/install [2020-11-03T23:05:13.791Z] #56 2.202 + bin=rootlesskit [2020-11-03T23:05:13.791Z] #56 2.202 + shift [2020-11-03T23:05:13.791Z] #56 2.202 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-03T23:05:13.791Z] #56 2.202 + . /tmp/install/rootlesskit.installer [2020-11-03T23:05:13.791Z] #56 2.202 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-03T23:05:13.791Z] #56 2.202 + install_rootlesskit [2020-11-03T23:05:13.791Z] #56 2.202 + case "$1" in [2020-11-03T23:05:13.791Z] #56 2.202 + export CGO_ENABLED=0 [2020-11-03T23:05:13.791Z] #56 2.202 + CGO_ENABLED=0 [2020-11-03T23:05:13.791Z] #56 2.202 + _install_rootlesskit [2020-11-03T23:05:13.791Z] #56 2.202 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-11-03T23:05:13.791Z] #56 2.202 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.QNpxwfmHlt/src/github.com/rootless-containers/rootlesskit [2020-11-03T23:05:13.791Z] #56 2.208 Cloning into '/tmp/tmp.QNpxwfmHlt/src/github.com/rootless-containers/rootlesskit'... [2020-11-03T23:05:13.791Z] #56 6.019 + cd /tmp/tmp.QNpxwfmHlt/src/github.com/rootless-containers/rootlesskit [2020-11-03T23:05:13.791Z] #56 6.019 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-03T23:05:13.791Z] #56 6.507 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-03T23:05:13.791Z] #56 6.508 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-03T23:05:13.791Z] #56 ... [2020-11-03T23:05:13.791Z] [2020-11-03T23:05:13.791Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:05:13.791Z] #27 5.087 0.6% ## 3.5% ### 5.3% ##### 7.2% ###### 9.1% ####### 10.9% ######### 12.8% ########### 15.8% ############# 18.3% ############## 20.1% ############### 21.4% ################ 22.6% ################# 23.9% ################## 25.1% ################### 27.0% #################### 28.2% #################### 28.9% ##################### 30.1% ###################### 31.4% ####################### 32.6% ######################### 35.7% ########################## 37.0% ########################### 38.8% ############################ 40.1% ############################# 41.3% ############################### 44.4% ################################ 44.5% ################################ 45.8% ################################## 47.7% #################################### 50.3% ##################################### 52.2% ###################################### 54.1% ######################################## 55.9% ######################################### 57.8% ########################################## 59.6% ############################################# 62.7% ############################################## 65.2% ################################################ 67.1% ################################################ 67.7% ################################################## 70.2% ##################################################### 73.9% ####################################################### 76.4% ####################################################### 77.0% ######################################################## 78.3% ######################################################### 79.5% ######################################################### 80.1% ########################################################## 81.4% ########################################################### 83.3% ############################################################# 85.1% ############################################################## 87.0% ############################################################### 88.9% ################################################################# 91.4% ################################################################### 93.2% #################################################################### 95.1% ##################################################################### 97.0% ###################################################################### 98.2% ######################################################################## 100.0% [2020-11-03T23:05:13.791Z] #27 12.59 [2020-11-03T23:05:13.871Z] Cloning into '/buildx'... [2020-11-03T23:05:14.690Z] #54 ... [2020-11-03T23:05:14.690Z] [2020-11-03T23:05:14.690Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-03T23:05:14.690Z] #46 DONE 0.1s [2020-11-03T23:05:14.690Z] [2020-11-03T23:05:14.690Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:05:14.822Z] #27 13.48 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-03T23:05:15.113Z] #27 13.83 #=#=# [2020-11-03T23:05:15.693Z] #27 14.01 #=#=# 0.0% ################## 26.0% ###################################################### 75.8% ######################################################################## 100.0% [2020-11-03T23:05:15.693Z] #27 14.46 [2020-11-03T23:05:17.197Z] #27 15.72 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-03T23:05:17.197Z] #27 15.78 skipping existing aab193acf6ba [2020-11-03T23:05:17.197Z] #27 15.86 [2020-11-03T23:05:17.428Z] Removing intermediate container fca7410d159f [2020-11-03T23:05:17.428Z] ---> d3d40c7215a3 [2020-11-03T23:05:17.428Z] Step 7/15 : WORKDIR /buildx [2020-11-03T23:05:17.729Z] ---> Running in 1af7ce2f52e6 [2020-11-03T23:05:17.729Z] Removing intermediate container 1af7ce2f52e6 [2020-11-03T23:05:17.729Z] ---> adf983cfa98f [2020-11-03T23:05:17.729Z] Step 8/15 : ARG BUILDX_COMMIT [2020-11-03T23:05:17.729Z] ---> Running in 19a4e49b53b6 [2020-11-03T23:05:17.729Z] Removing intermediate container 19a4e49b53b6 [2020-11-03T23:05:17.729Z] ---> da710082c1ea [2020-11-03T23:05:17.729Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-11-03T23:05:17.729Z] ---> Running in ef0c7f497a42 [2020-11-03T23:05:17.989Z] #47 ... [2020-11-03T23:05:17.989Z] [2020-11-03T23:05:17.989Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:05:17.989Z] #56 38.71 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-03T23:05:17.989Z] #56 38.71 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-03T23:05:18.229Z] #27 17.09 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-03T23:05:18.229Z] #27 17.14 skipping existing 4d43f82972ce [2020-11-03T23:05:18.366Z] From https://github.com/docker/buildx [2020-11-03T23:05:18.366Z] * [new tag] v0.3.1 -> build [2020-11-03T23:05:18.519Z] #27 17.19 [2020-11-03T23:05:19.008Z] Switched to branch 'build' [2020-11-03T23:05:19.551Z] #27 18.23 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-03T23:05:19.841Z] #27 18.53 [2020-11-03T23:05:19.841Z] #27 18.62 ######################################################################## 100.0% [2020-11-03T23:05:19.841Z] #27 18.64 [2020-11-03T23:05:20.066Z] Removing intermediate container ef0c7f497a42 [2020-11-03T23:05:20.066Z] ---> bd2c68338cf1 [2020-11-03T23:05:20.066Z] Step 10/15 : ARG GOOS [2020-11-03T23:05:20.066Z] ---> Running in e6d6620036b8 [2020-11-03T23:05:20.066Z] Removing intermediate container e6d6620036b8 [2020-11-03T23:05:20.066Z] ---> b9074324bb2e [2020-11-03T23:05:20.066Z] Step 11/15 : ARG GOARCH [2020-11-03T23:05:20.066Z] ---> Running in 736022ee0352 [2020-11-03T23:05:20.066Z] Removing intermediate container 736022ee0352 [2020-11-03T23:05:20.066Z] ---> 4677a6f48152 [2020-11-03T23:05:20.066Z] 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-03T23:05:20.066Z] ---> Running in 40dd375a9731 [2020-11-03T23:05:20.472Z] #27 19.36 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-03T23:05:20.763Z] #27 19.62 [2020-11-03T23:05:21.053Z] #27 19.77 #=#=# ######################################################################## 100.0% [2020-11-03T23:05:21.053Z] #27 19.87 [2020-11-03T23:05:21.290Z] #56 DONE 42.1s [2020-11-03T23:05:21.290Z] [2020-11-03T23:05:21.290Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-03T23:05:21.290Z] #57 DONE 0.0s [2020-11-03T23:05:21.290Z] [2020-11-03T23:05:21.290Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-03T23:05:21.290Z] #58 DONE 0.0s [2020-11-03T23:05:21.290Z] [2020-11-03T23:05:21.290Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:05:21.353Z] #27 19.93 Download of images into '/build' complete. [2020-11-03T23:05:21.353Z] #27 19.93 Use something like the following to load the result into a Docker daemon: [2020-11-03T23:05:21.353Z] #27 19.93 tar -cC '/build' . | docker load [2020-11-03T23:05:21.658Z] #27 DONE 20.3s [2020-11-03T23:05:21.658Z] [2020-11-03T23:05:21.658Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:05:21.658Z] #47 9.879 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-03T23:05:21.658Z] #47 9.957 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-03T23:05:21.658Z] #47 10.07 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-03T23:05:21.658Z] #47 11.86 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-03T23:05:21.658Z] #47 11.88 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-03T23:05:21.658Z] #47 11.88 go: downloading golang.org/x/text v0.3.2 [2020-11-03T23:05:21.658Z] #47 11.89 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-03T23:05:21.658Z] #47 11.89 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-03T23:05:21.658Z] #47 11.89 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-03T23:05:21.658Z] #47 11.89 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-03T23:05:21.658Z] #47 11.89 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-03T23:05:21.658Z] #47 11.89 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-03T23:05:21.658Z] #47 11.90 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-03T23:05:21.658Z] #47 11.93 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-03T23:05:21.658Z] #47 11.95 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-03T23:05:21.658Z] #47 11.95 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-03T23:05:21.658Z] #47 11.96 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-03T23:05:21.658Z] #47 11.98 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-03T23:05:21.658Z] #47 11.98 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-03T23:05:21.658Z] #47 12.08 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-03T23:05:21.658Z] #47 12.10 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-03T23:05:21.658Z] #47 12.10 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-03T23:05:21.658Z] #47 12.10 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-03T23:05:21.658Z] #47 12.11 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-03T23:05:21.658Z] #47 12.12 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-03T23:05:21.658Z] #47 12.12 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-03T23:05:21.658Z] #47 12.13 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-03T23:05:21.658Z] #47 12.19 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-03T23:05:21.658Z] #47 12.23 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-03T23:05:21.658Z] #47 12.25 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-03T23:05:21.658Z] #47 12.26 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-03T23:05:21.658Z] #47 12.38 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-03T23:05:21.658Z] #47 12.38 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-03T23:05:21.658Z] #47 12.41 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-03T23:05:21.658Z] #47 12.41 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-03T23:05:21.658Z] #47 12.45 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-03T23:05:21.658Z] #47 12.45 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-03T23:05:21.658Z] #47 12.45 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-03T23:05:21.658Z] #47 12.46 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-03T23:05:21.658Z] #47 12.46 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-03T23:05:21.658Z] #47 12.63 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-03T23:05:21.658Z] #47 12.72 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-03T23:05:21.658Z] #47 12.77 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-03T23:05:21.658Z] #47 12.80 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-03T23:05:21.658Z] #47 12.86 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-03T23:05:21.658Z] #47 12.86 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-03T23:05:21.658Z] #47 12.90 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-03T23:05:21.658Z] #47 12.92 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-03T23:05:21.658Z] #47 12.93 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-03T23:05:21.658Z] #47 13.03 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-03T23:05:21.658Z] #47 13.03 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-03T23:05:21.658Z] #47 13.08 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-03T23:05:21.658Z] #47 13.09 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-03T23:05:21.658Z] #47 13.14 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-03T23:05:21.658Z] #47 13.17 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-03T23:05:21.658Z] #47 13.25 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-03T23:05:21.658Z] #47 13.27 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-03T23:05:21.658Z] #47 13.35 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-03T23:05:21.658Z] #47 13.37 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-03T23:05:21.658Z] #47 13.41 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-03T23:05:21.658Z] #47 13.41 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-03T23:05:21.658Z] #47 13.60 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-03T23:05:21.658Z] #47 13.63 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-03T23:05:21.658Z] #47 13.67 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-03T23:05:21.658Z] #47 13.67 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-03T23:05:21.658Z] #47 13.72 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-03T23:05:21.658Z] #47 13.72 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-03T23:05:21.658Z] #47 13.72 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-03T23:05:21.658Z] #47 13.75 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-03T23:05:21.658Z] #47 13.76 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-03T23:05:21.658Z] #47 13.82 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-03T23:05:21.658Z] #47 13.85 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-03T23:05:21.658Z] #47 13.87 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-03T23:05:21.658Z] #47 13.88 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-03T23:05:21.658Z] #47 13.91 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-03T23:05:21.658Z] #47 13.92 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-03T23:05:21.658Z] #47 13.93 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-03T23:05:21.658Z] #47 13.95 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-03T23:05:21.658Z] #47 14.07 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-03T23:05:21.658Z] #47 14.08 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-03T23:05:21.658Z] #47 14.09 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-03T23:05:21.658Z] #47 14.16 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-03T23:05:21.658Z] #47 14.21 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-03T23:05:21.658Z] #47 14.27 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-03T23:05:21.658Z] #47 14.57 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-03T23:05:21.658Z] #47 14.67 go: downloading github.com/fatih/color v1.7.0 [2020-11-03T23:05:21.658Z] #47 14.88 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-03T23:05:21.658Z] #47 15.08 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-03T23:05:21.658Z] #47 15.17 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-03T23:05:21.658Z] #47 15.19 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-03T23:05:21.658Z] #47 15.33 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-03T23:05:21.658Z] #47 15.39 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-03T23:05:21.659Z] #47 15.67 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-03T23:05:21.659Z] #47 15.67 go: extracting github.com/fatih/color v1.7.0 [2020-11-03T23:05:21.659Z] #47 15.75 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-03T23:05:21.659Z] #47 15.75 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-03T23:05:21.659Z] #47 15.75 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-03T23:05:21.659Z] #47 15.90 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-03T23:05:21.659Z] #47 15.98 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-03T23:05:21.659Z] #47 16.05 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-03T23:05:21.659Z] #47 16.10 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-03T23:05:21.659Z] #47 16.11 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-03T23:05:21.659Z] #47 16.15 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-03T23:05:21.659Z] #47 16.15 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-03T23:05:21.659Z] #47 16.17 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-03T23:05:21.659Z] #47 16.30 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-03T23:05:21.659Z] #47 16.59 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-03T23:05:21.659Z] #47 16.83 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-03T23:05:21.659Z] #47 17.05 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-03T23:05:21.659Z] #47 17.23 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-03T23:05:21.659Z] #47 18.24 go: extracting golang.org/x/text v0.3.2 [2020-11-03T23:05:23.176Z] #47 ... [2020-11-03T23:05:23.176Z] [2020-11-03T23:05:23.176Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:05:23.176Z] #49 10.46 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-03T23:05:23.176Z] #49 10.49 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-03T23:05:23.176Z] #49 10.57 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-03T23:05:23.176Z] #49 10.67 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-03T23:05:23.176Z] #49 10.67 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-03T23:05:23.176Z] #49 11.13 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-03T23:05:23.176Z] #49 11.62 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-03T23:05:23.176Z] #49 12.35 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-03T23:05:23.176Z] #49 13.22 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-03T23:05:23.176Z] #49 13.28 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-03T23:05:23.176Z] #49 13.41 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-03T23:05:23.176Z] #49 13.44 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-03T23:05:23.176Z] #49 13.85 runtime [2020-11-03T23:05:23.176Z] #49 ... [2020-11-03T23:05:23.176Z] [2020-11-03T23:05:23.176Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:05:23.176Z] #38 14.10 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-03T23:05:23.176Z] #38 15.49 + 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-03T23:05:23.807Z] #38 ... [2020-11-03T23:05:23.807Z] [2020-11-03T23:05:23.807Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:05:23.807Z] #43 11.18 crypto/internal/subtle [2020-11-03T23:05:23.807Z] #43 11.26 crypto/subtle [2020-11-03T23:05:23.807Z] #43 11.36 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-03T23:05:23.807Z] #43 11.43 internal/nettrace [2020-11-03T23:05:23.807Z] #43 11.53 runtime/cgo [2020-11-03T23:05:23.807Z] #43 15.94 vendor/golang.org/x/crypto/internal/subtle [2020-11-03T23:05:23.807Z] #43 ... [2020-11-03T23:05:23.807Z] [2020-11-03T23:05:23.808Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-03T23:05:23.808Z] #53 13.64 Fetched 8085 kB in 11s (757 kB/s) [2020-11-03T23:05:23.808Z] #53 13.64 Reading package lists... [2020-11-03T23:05:23.808Z] #53 16.90 Reading package lists... [2020-11-03T23:05:23.808Z] #53 20.07 Building dependency tree... [2020-11-03T23:05:23.808Z] #53 21.10 The following additional packages will be installed: [2020-11-03T23:05:23.808Z] #53 21.10 libbtrfs0 [2020-11-03T23:05:23.808Z] #53 21.16 The following NEW packages will be installed: [2020-11-03T23:05:23.808Z] #53 21.19 libbtrfs-dev libbtrfs0 [2020-11-03T23:05:23.808Z] #53 21.30 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:05:23.808Z] #53 21.30 Need to get 118 kB of archives. [2020-11-03T23:05:23.808Z] #53 21.30 After this operation, 390 kB of additional disk space will be used. [2020-11-03T23:05:23.808Z] #53 21.30 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-11-03T23:05:23.808Z] #53 21.32 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-11-03T23:05:24.098Z] #53 ... [2020-11-03T23:05:24.098Z] [2020-11-03T23:05:24.098Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:05:24.098Z] #11 13.22 Fetched 8085 kB in 11s (762 kB/s) [2020-11-03T23:05:24.098Z] #11 13.22 Reading package lists... [2020-11-03T23:05:24.098Z] #11 16.53 Reading package lists... [2020-11-03T23:05:24.098Z] #11 19.47 Building dependency tree... [2020-11-03T23:05:24.098Z] #11 20.61 The following additional packages will be installed: [2020-11-03T23:05:24.098Z] #11 20.61 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-03T23:05:24.098Z] #11 20.61 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-03T23:05:24.098Z] #11 20.62 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-03T23:05:24.098Z] #11 20.62 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-03T23:05:24.098Z] #11 20.62 Suggested packages: [2020-11-03T23:05:24.098Z] #11 20.62 gcc-8-locales seccomp wine64 [2020-11-03T23:05:24.098Z] #11 21.55 The following NEW packages will be installed: [2020-11-03T23:05:24.098Z] #11 21.55 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-03T23:05:24.098Z] #11 21.55 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-03T23:05:24.098Z] #11 21.55 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-03T23:05:24.098Z] #11 21.55 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-03T23:05:24.098Z] #11 21.55 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-03T23:05:24.098Z] #11 21.56 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-03T23:05:24.389Z] #11 21.70 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:05:24.389Z] #11 21.70 Need to get 73.3 MB of archives. [2020-11-03T23:05:24.389Z] #11 21.70 After this operation, 494 MB of additional disk space will be used. [2020-11-03T23:05:24.389Z] #11 21.70 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-03T23:05:24.389Z] #11 ... [2020-11-03T23:05:24.389Z] [2020-11-03T23:05:24.389Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-03T23:05:24.389Z] #53 21.95 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:05:24.389Z] #53 21.99 Fetched 118 kB in 0s (1143 kB/s) [2020-11-03T23:05:24.389Z] #53 22.04 Selecting previously unselected package libbtrfs0. [2020-11-03T23:05:24.679Z] #53 22.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-11-03T23:05:24.679Z] #53 22.10 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-11-03T23:05:24.679Z] #53 22.11 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-03T23:05:24.679Z] #53 22.19 Selecting previously unselected package libbtrfs-dev. [2020-11-03T23:05:24.679Z] #53 22.19 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-11-03T23:05:24.679Z] #53 22.19 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-03T23:05:24.679Z] #53 22.28 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-03T23:05:24.679Z] #53 22.30 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-03T23:05:24.974Z] #53 22.31 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:05:25.267Z] #53 DONE 22.7s [2020-11-03T23:05:25.267Z] [2020-11-03T23:05:25.267Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:05:25.267Z] #47 22.18 go: finding github.com/fatih/color v1.7.0 [2020-11-03T23:05:25.267Z] #47 22.20 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-03T23:05:25.267Z] #47 22.24 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-03T23:05:25.267Z] #47 22.27 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-03T23:05:25.267Z] #47 22.34 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-03T23:05:25.267Z] #47 22.36 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-03T23:05:25.267Z] #47 22.38 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-03T23:05:25.267Z] #47 22.40 go: finding github.com/pkg/errors v0.8.1 [2020-11-03T23:05:25.267Z] #47 22.40 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-03T23:05:25.267Z] #47 22.43 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-03T23:05:25.267Z] #47 22.43 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-03T23:05:25.267Z] #47 22.43 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-03T23:05:25.267Z] #47 22.44 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-03T23:05:25.267Z] #47 22.44 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-03T23:05:25.267Z] #47 22.44 go: finding github.com/stretchr/testify v1.4.0 [2020-11-03T23:05:25.267Z] #47 22.46 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-03T23:05:25.267Z] #47 22.47 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-03T23:05:25.267Z] #47 22.47 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-03T23:05:25.267Z] #47 22.47 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-03T23:05:25.267Z] #47 22.47 go: finding github.com/stretchr/objx v0.2.0 [2020-11-03T23:05:25.267Z] #47 22.48 go: finding github.com/spf13/viper v1.6.1 [2020-11-03T23:05:25.267Z] #47 22.50 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-03T23:05:25.267Z] #47 22.51 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-03T23:05:25.267Z] #47 22.60 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-03T23:05:25.267Z] #47 22.70 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-03T23:05:25.267Z] #47 22.74 go: finding github.com/spf13/cobra v0.0.5 [2020-11-03T23:05:25.267Z] #47 22.74 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-03T23:05:25.267Z] #47 22.82 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-03T23:05:25.267Z] #47 22.83 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-03T23:05:25.267Z] #47 22.87 go: finding github.com/gobwas/glob v0.2.3 [2020-11-03T23:05:25.267Z] #47 22.87 go: finding github.com/spf13/pflag v1.0.5 [2020-11-03T23:05:25.267Z] #47 22.91 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-03T23:05:25.558Z] #47 22.95 go: finding github.com/magiconair/properties v1.8.1 [2020-11-03T23:05:25.558Z] #47 22.95 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-03T23:05:25.558Z] #47 22.99 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-03T23:05:25.558Z] #47 23.00 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-03T23:05:25.558Z] #47 23.02 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-03T23:05:25.558Z] #47 23.10 go: finding github.com/spf13/afero v1.1.2 [2020-11-03T23:05:25.558Z] #47 23.11 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-03T23:05:25.558Z] #47 23.11 go: finding github.com/spf13/cast v1.3.0 [2020-11-03T23:05:25.558Z] #47 23.12 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-03T23:05:25.558Z] #47 23.12 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-03T23:05:25.558Z] #47 23.12 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-03T23:05:25.558Z] #47 23.12 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-03T23:05:25.850Z] #47 23.14 go: finding golang.org/x/text v0.3.2 [2020-11-03T23:05:25.850Z] #47 23.19 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-03T23:05:25.850Z] #47 23.19 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-03T23:05:25.850Z] #47 23.24 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-03T23:05:25.850Z] #47 23.24 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-03T23:05:25.850Z] #47 23.28 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-03T23:05:25.850Z] #47 23.29 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-03T23:05:25.850Z] #47 23.29 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-03T23:05:25.850Z] #47 23.30 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-03T23:05:25.850Z] #47 23.32 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-03T23:05:25.850Z] #47 23.34 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-03T23:05:25.850Z] #47 23.35 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-03T23:05:25.850Z] #47 23.35 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-03T23:05:25.850Z] #47 23.35 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-03T23:05:25.850Z] #47 23.44 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-03T23:05:25.850Z] #47 23.45 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-03T23:05:26.141Z] #47 23.48 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-03T23:05:26.141Z] #47 23.49 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-03T23:05:26.141Z] #47 23.49 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-03T23:05:26.141Z] #47 23.49 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-03T23:05:26.141Z] #47 23.51 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-03T23:05:26.141Z] #47 23.52 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-03T23:05:26.141Z] #47 23.54 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-03T23:05:26.141Z] #47 23.55 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-03T23:05:26.141Z] #47 ... [2020-11-03T23:05:26.141Z] [2020-11-03T23:05:26.141Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:05:26.141Z] #34 13.49 Fetched 8085 kB in 11s (750 kB/s) [2020-11-03T23:05:26.141Z] #34 13.49 Reading package lists... [2020-11-03T23:05:26.141Z] #34 16.86 Reading package lists... [2020-11-03T23:05:26.141Z] #34 20.43 Building dependency tree... [2020-11-03T23:05:26.141Z] #34 21.37 The following additional packages will be installed: [2020-11-03T23:05:26.141Z] #34 21.40 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-03T23:05:26.141Z] #34 21.41 Suggested packages: [2020-11-03T23:05:26.141Z] #34 21.41 cmake-doc ninja-build lrzip [2020-11-03T23:05:26.141Z] #34 21.41 Recommended packages: [2020-11-03T23:05:26.141Z] #34 21.41 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-03T23:05:26.141Z] #34 22.08 The following NEW packages will be installed: [2020-11-03T23:05:26.141Z] #34 22.08 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-03T23:05:26.141Z] #34 22.08 vim-common xxd [2020-11-03T23:05:26.141Z] #34 22.19 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:05:26.141Z] #34 22.19 Need to get 14.0 MB of archives. [2020-11-03T23:05:26.141Z] #34 22.19 After this operation, 62.1 MB of additional disk space will be used. [2020-11-03T23:05:26.141Z] #34 22.19 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-11-03T23:05:26.141Z] #34 22.24 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-11-03T23:05:26.141Z] #34 22.25 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-11-03T23:05:26.141Z] #34 22.36 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-11-03T23:05:26.141Z] #34 22.82 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB] [2020-11-03T23:05:26.141Z] #34 22.87 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-11-03T23:05:26.141Z] #34 22.87 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-11-03T23:05:26.141Z] #34 22.89 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-11-03T23:05:26.141Z] #34 22.90 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-11-03T23:05:26.141Z] #34 22.92 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-11-03T23:05:26.141Z] #34 ... [2020-11-03T23:05:26.141Z] [2020-11-03T23:05:26.141Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:05:26.141Z] #47 23.57 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-03T23:05:26.141Z] #47 23.64 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-03T23:05:26.141Z] #47 23.65 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-03T23:05:26.141Z] #47 23.68 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-03T23:05:26.141Z] #47 23.73 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-03T23:05:26.141Z] #47 23.78 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-03T23:05:26.432Z] #47 ... [2020-11-03T23:05:26.432Z] [2020-11-03T23:05:26.432Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:05:26.432Z] #40 13.91 Fetched 8085 kB in 11s (727 kB/s) [2020-11-03T23:05:26.432Z] #40 13.91 Reading package lists... [2020-11-03T23:05:26.432Z] #40 17.38 Reading package lists... [2020-11-03T23:05:26.432Z] #40 20.79 Building dependency tree... [2020-11-03T23:05:26.432Z] #40 21.54 The following additional packages will be installed: [2020-11-03T23:05:26.432Z] #40 21.54 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-03T23:05:26.432Z] #40 21.54 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-03T23:05:26.432Z] #40 21.54 Suggested packages: [2020-11-03T23:05:26.432Z] #40 21.54 manpages-dev python-setuptools [2020-11-03T23:05:26.432Z] #40 22.35 The following NEW packages will be installed: [2020-11-03T23:05:26.432Z] #40 22.36 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-03T23:05:26.432Z] #40 22.36 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-03T23:05:26.432Z] #40 22.36 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-03T23:05:26.432Z] #40 22.36 python-six zlib1g-dev [2020-11-03T23:05:26.432Z] #40 22.48 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:05:26.432Z] #40 22.48 Need to get 3742 kB of archives. [2020-11-03T23:05:26.432Z] #40 22.48 After this operation, 22.0 MB of additional disk space will be used. [2020-11-03T23:05:26.432Z] #40 22.48 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-11-03T23:05:26.432Z] #40 22.50 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-03T23:05:26.432Z] #40 22.52 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-03T23:05:26.432Z] #40 22.53 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-03T23:05:26.432Z] #40 22.53 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-03T23:05:26.432Z] #40 22.54 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-03T23:05:26.432Z] #40 22.54 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-03T23:05:26.432Z] #40 22.54 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-03T23:05:26.432Z] #40 22.55 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-11-03T23:05:26.432Z] #40 22.58 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-11-03T23:05:26.432Z] #40 22.58 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-11-03T23:05:26.432Z] #40 22.68 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-11-03T23:05:26.432Z] #40 22.70 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-03T23:05:26.432Z] #40 22.70 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-03T23:05:26.432Z] #40 22.70 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-03T23:05:26.432Z] #40 22.71 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-11-03T23:05:26.432Z] #40 22.71 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-11-03T23:05:26.432Z] #40 23.41 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:05:26.432Z] #40 23.47 Fetched 3742 kB in 0s (11.4 MB/s) [2020-11-03T23:05:26.432Z] #40 23.49 Selecting previously unselected package libcap-dev:s390x. [2020-11-03T23:05:26.432Z] #40 23.49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-11-03T23:05:26.432Z] #40 23.56 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-11-03T23:05:26.432Z] #40 23.56 Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-11-03T23:05:26.432Z] #40 23.64 Selecting previously unselected package libnet1:s390x. [2020-11-03T23:05:26.432Z] #40 23.64 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-11-03T23:05:26.432Z] #40 23.64 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-11-03T23:05:26.432Z] #40 23.72 Selecting previously unselected package libnet1-dev. [2020-11-03T23:05:26.432Z] #40 23.72 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-11-03T23:05:26.432Z] #40 23.72 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-03T23:05:26.432Z] #40 23.85 Selecting previously unselected package libnl-3-200:s390x. [2020-11-03T23:05:26.432Z] #40 23.85 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-11-03T23:05:26.432Z] #40 23.85 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-11-03T23:05:26.432Z] #40 23.95 Selecting previously unselected package libnl-3-dev:s390x. [2020-11-03T23:05:26.432Z] #40 23.95 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-11-03T23:05:26.432Z] #40 23.95 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-11-03T23:05:26.432Z] #40 ... [2020-11-03T23:05:26.432Z] [2020-11-03T23:05:26.432Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:05:26.432Z] #34 23.94 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:05:26.432Z] #34 24.01 Fetched 14.0 MB in 1s (14.1 MB/s) [2020-11-03T23:05:26.432Z] #34 24.07 Selecting previously unselected package xxd. [2020-11-03T23:05:26.724Z] #34 24.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-11-03T23:05:26.724Z] #34 24.11 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-11-03T23:05:26.724Z] #34 24.12 Unpacking xxd (2:8.1.0875-5) ... [2020-11-03T23:05:26.724Z] #34 ... [2020-11-03T23:05:26.724Z] [2020-11-03T23:05:26.724Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:05:26.724Z] #61 14.07 + cd /tmp/tmp.klJWrzMEY8/src/github.com/docker/libnetwork [2020-11-03T23:05:26.724Z] #61 14.07 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-03T23:05:26.724Z] #61 14.41 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-03T23:05:26.724Z] #61 ... [2020-11-03T23:05:26.724Z] [2020-11-03T23:05:26.724Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:05:26.724Z] #40 24.08 Selecting previously unselected package libprotobuf-c1:s390x. [2020-11-03T23:05:26.724Z] #40 24.08 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-11-03T23:05:26.724Z] #40 24.08 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-11-03T23:05:26.724Z] #40 24.17 Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-11-03T23:05:26.724Z] #40 24.17 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-11-03T23:05:26.724Z] #40 24.17 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-11-03T23:05:27.014Z] #40 24.31 Selecting previously unselected package zlib1g-dev:s390x. [2020-11-03T23:05:27.014Z] #40 24.31 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-11-03T23:05:27.014Z] #40 24.32 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-11-03T23:05:27.014Z] #40 24.45 Selecting previously unselected package libprotobuf17:s390x. [2020-11-03T23:05:27.014Z] #40 24.45 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-11-03T23:05:27.014Z] #40 24.46 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-11-03T23:05:27.653Z] #40 25.01 Selecting previously unselected package libprotobuf-lite17:s390x. [2020-11-03T23:05:27.653Z] #40 25.01 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-11-03T23:05:27.653Z] #40 ... [2020-11-03T23:05:27.653Z] [2020-11-03T23:05:27.653Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:05:27.653Z] #61 DONE 25.1s [2020-11-03T23:05:27.653Z] [2020-11-03T23:05:27.653Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:05:27.653Z] #40 25.01 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-11-03T23:05:27.653Z] #40 25.19 Selecting previously unselected package libprotobuf-dev:s390x. [2020-11-03T23:05:27.653Z] #40 25.21 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-11-03T23:05:27.653Z] #40 25.21 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-11-03T23:05:28.684Z] #40 26.29 Selecting previously unselected package libprotoc17:s390x. [2020-11-03T23:05:28.684Z] #40 26.29 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-11-03T23:05:28.684Z] #40 26.29 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-11-03T23:05:29.315Z] #40 26.75 Selecting previously unselected package protobuf-c-compiler. [2020-11-03T23:05:29.315Z] #40 26.75 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-11-03T23:05:29.315Z] #40 26.76 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-03T23:05:29.315Z] #40 26.89 Selecting previously unselected package protobuf-compiler. [2020-11-03T23:05:29.606Z] #40 26.89 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-11-03T23:05:29.606Z] #40 26.89 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-03T23:05:29.606Z] #40 26.95 Selecting previously unselected package python-pkg-resources. [2020-11-03T23:05:29.606Z] #40 26.95 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-03T23:05:29.606Z] #40 26.96 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-03T23:05:29.606Z] #40 27.08 Selecting previously unselected package python-six. [2020-11-03T23:05:29.606Z] #40 27.08 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-03T23:05:29.606Z] #40 27.09 Unpacking python-six (1.12.0-1) ... [2020-11-03T23:05:29.606Z] #40 27.16 Selecting previously unselected package python-protobuf. [2020-11-03T23:05:29.896Z] #40 27.17 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-11-03T23:05:29.896Z] #40 27.17 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-03T23:05:30.187Z] #40 27.63 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-03T23:05:32.293Z] #40 29.48 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-11-03T23:05:32.293Z] #40 29.49 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-11-03T23:05:32.293Z] #40 29.50 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-11-03T23:05:32.293Z] #40 29.51 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-11-03T23:05:32.293Z] #40 29.51 Setting up python-six (1.12.0-1) ... [2020-11-03T23:05:33.324Z] #40 30.89 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-11-03T23:05:33.324Z] #40 30.90 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-11-03T23:05:33.324Z] #40 30.91 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-11-03T23:05:33.614Z] #40 30.92 Setting up libcap-dev:s390x (1:2.25-2) ... [2020-11-03T23:05:33.614Z] #40 30.92 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-11-03T23:05:33.614Z] #40 30.93 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-03T23:05:33.614Z] #40 30.94 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-03T23:05:33.614Z] #40 30.94 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-11-03T23:05:33.614Z] #40 30.95 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-03T23:05:33.614Z] #40 30.96 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-03T23:05:34.267Z] #40 ... [2020-11-03T23:05:34.267Z] [2020-11-03T23:05:34.267Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:05:34.267Z] #11 21.97 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-03T23:05:34.267Z] #11 22.09 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-03T23:05:34.267Z] #11 22.10 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-03T23:05:34.267Z] #11 22.10 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-11-03T23:05:34.267Z] #11 22.13 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-03T23:05:34.267Z] #11 22.41 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-03T23:05:34.267Z] #11 22.59 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-03T23:05:34.267Z] #11 22.60 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-03T23:05:34.267Z] #11 24.14 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-03T23:05:34.267Z] #11 25.32 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-11-03T23:05:34.267Z] #11 25.32 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-11-03T23:05:34.267Z] #11 25.33 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-11-03T23:05:34.267Z] #11 25.33 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-11-03T23:05:34.267Z] #11 25.33 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-03T23:05:34.267Z] #11 25.33 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u4 [110 kB] [2020-11-03T23:05:34.267Z] #11 25.34 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-11-03T23:05:34.267Z] #11 25.35 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-11-03T23:05:34.267Z] #11 25.35 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-11-03T23:05:34.267Z] #11 25.38 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-11-03T23:05:34.267Z] #11 25.39 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-11-03T23:05:34.267Z] #11 25.42 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-11-03T23:05:34.267Z] #11 25.44 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-03T23:05:34.267Z] #11 25.44 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-11-03T23:05:34.267Z] #11 25.45 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u4 [322 kB] [2020-11-03T23:05:34.267Z] #11 26.06 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:05:34.267Z] #11 26.09 Fetched 73.3 MB in 4s (19.0 MB/s) [2020-11-03T23:05:34.267Z] #11 26.18 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-03T23:05:34.267Z] #11 26.18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-11-03T23:05:34.267Z] #11 26.20 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-11-03T23:05:34.267Z] #11 26.20 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-03T23:05:34.267Z] #11 27.53 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-03T23:05:34.267Z] #11 27.54 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-11-03T23:05:34.267Z] #11 27.54 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-03T23:05:34.267Z] #11 29.61 Selecting previously unselected package binutils-mingw-w64. [2020-11-03T23:05:34.267Z] #11 29.62 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-03T23:05:34.267Z] #11 29.62 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-03T23:05:34.267Z] #11 29.71 Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-11-03T23:05:34.267Z] #11 29.71 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-11-03T23:05:34.267Z] #11 29.71 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-11-03T23:05:34.267Z] #11 29.80 Selecting previously unselected package dmsetup. [2020-11-03T23:05:34.267Z] #11 29.80 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-11-03T23:05:34.267Z] #11 29.81 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-03T23:05:34.267Z] #11 29.91 Selecting previously unselected package mingw-w64-common. [2020-11-03T23:05:34.267Z] #11 29.91 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-03T23:05:34.267Z] #11 29.91 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-03T23:05:34.320Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0fc00b190730d7fae) in /home/ubuntu/workspace/moby_PR-41604 [Pipeline] { [Pipeline] checkout [2020-11-03T23:05:34.898Z] #11 ... [2020-11-03T23:05:34.899Z] [2020-11-03T23:05:34.899Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:05:34.899Z] #32 22.35 sync [2020-11-03T23:05:34.899Z] #32 22.35 internal/reflectlite [2020-11-03T23:05:34.899Z] #32 24.30 errors [2020-11-03T23:05:34.899Z] #32 24.31 sort [2020-11-03T23:05:34.899Z] #32 24.58 strconv [2020-11-03T23:05:34.899Z] #32 25.47 io [2020-11-03T23:05:34.899Z] #32 25.94 internal/oserror [2020-11-03T23:05:34.899Z] #32 25.98 syscall [2020-11-03T23:05:34.899Z] #32 27.63 reflect [2020-11-03T23:05:34.899Z] #32 31.71 time [2020-11-03T23:05:35.190Z] #32 ... [2020-11-03T23:05:35.190Z] [2020-11-03T23:05:35.190Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:05:35.190Z] #34 24.25 Selecting previously unselected package vim-common. [2020-11-03T23:05:35.190Z] #34 24.25 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-03T23:05:35.190Z] #34 24.31 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-03T23:05:35.190Z] #34 24.48 Selecting previously unselected package cmake-data. [2020-11-03T23:05:35.190Z] #34 24.48 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-03T23:05:35.190Z] #34 24.48 Unpacking cmake-data (3.13.4-1) ... [2020-11-03T23:05:35.190Z] #34 26.78 Selecting previously unselected package libicu63:s390x. [2020-11-03T23:05:35.190Z] #34 26.81 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-11-03T23:05:35.190Z] #34 26.82 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-11-03T23:05:35.190Z] #34 31.07 Selecting previously unselected package libxml2:s390x. [2020-11-03T23:05:35.190Z] #34 31.07 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ... [2020-11-03T23:05:35.190Z] #34 31.07 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-11-03T23:05:35.190Z] #34 31.51 Selecting previously unselected package libarchive13:s390x. [2020-11-03T23:05:35.190Z] #34 31.51 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-11-03T23:05:35.190Z] #34 31.51 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-11-03T23:05:35.190Z] #34 31.70 Selecting previously unselected package libjsoncpp1:s390x. [2020-11-03T23:05:35.190Z] #34 31.70 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-11-03T23:05:35.190Z] #34 31.70 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-11-03T23:05:35.190Z] #34 31.78 Selecting previously unselected package librhash0:s390x. [2020-11-03T23:05:35.190Z] #34 31.78 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-11-03T23:05:35.190Z] #34 31.78 Unpacking librhash0:s390x (1.3.8-1) ... [2020-11-03T23:05:35.190Z] #34 31.89 Selecting previously unselected package libuv1:s390x. [2020-11-03T23:05:35.190Z] #34 31.89 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-11-03T23:05:35.190Z] #34 31.89 Unpacking libuv1:s390x (1.24.1-1) ... [2020-11-03T23:05:35.190Z] #34 32.07 Selecting previously unselected package cmake. [2020-11-03T23:05:35.190Z] #34 32.07 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-11-03T23:05:35.190Z] #34 32.07 Unpacking cmake (3.13.4-1) ... [2020-11-03T23:05:35.190Z] #34 ... [2020-11-03T23:05:35.190Z] [2020-11-03T23:05:35.190Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:05:35.190Z] #54 0.802 + RM_GOPATH=0 [2020-11-03T23:05:35.190Z] #54 0.803 + TMP_GOPATH= [2020-11-03T23:05:35.190Z] #54 0.803 + : /build [2020-11-03T23:05:35.190Z] #54 0.803 + '[' -z '' ']' [2020-11-03T23:05:35.190Z] #54 0.804 ++ mktemp -d [2020-11-03T23:05:35.190Z] #54 0.805 + export GOPATH=/tmp/tmp.mkPObTup0c [2020-11-03T23:05:35.190Z] #54 0.805 + GOPATH=/tmp/tmp.mkPObTup0c [2020-11-03T23:05:35.190Z] #54 0.805 + RM_GOPATH=1 [2020-11-03T23:05:35.190Z] #54 0.805 + case "$(go env GOARCH)" in [2020-11-03T23:05:35.190Z] #54 0.807 ++ go env GOARCH [2020-11-03T23:05:35.190Z] #54 0.812 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:35.190Z] #54 0.813 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:35.190Z] #54 0.813 ++ dirname /tmp/install/install.sh [2020-11-03T23:05:35.190Z] #54 0.814 + dir=/tmp/install [2020-11-03T23:05:35.190Z] #54 0.814 + bin=containerd [2020-11-03T23:05:35.190Z] #54 0.814 + shift [2020-11-03T23:05:35.190Z] #54 0.815 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-03T23:05:35.190Z] #54 0.815 + . /tmp/install/containerd.installer [2020-11-03T23:05:35.190Z] #54 0.815 ++ set -e [2020-11-03T23:05:35.190Z] #54 0.816 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-03T23:05:35.190Z] #54 0.818 + install_containerd [2020-11-03T23:05:35.190Z] #54 0.821 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-03T23:05:35.190Z] #54 0.821 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-03T23:05:35.190Z] #54 0.821 + git clone https://github.com/containerd/containerd.git /tmp/tmp.mkPObTup0c/src/github.com/containerd/containerd [2020-11-03T23:05:35.190Z] #54 0.823 Cloning into '/tmp/tmp.mkPObTup0c/src/github.com/containerd/containerd'... [2020-11-03T23:05:35.822Z] #54 ... [2020-11-03T23:05:35.822Z] [2020-11-03T23:05:35.822Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:05:35.822Z] #43 23.34 sync [2020-11-03T23:05:35.822Z] #43 23.35 internal/reflectlite [2020-11-03T23:05:35.822Z] #43 24.79 github.com/LK4D4/vndr/godl/singleflight [2020-11-03T23:05:35.822Z] #43 24.80 io [2020-11-03T23:05:35.822Z] #43 25.01 strconv [2020-11-03T23:05:35.822Z] #43 25.99 bytes [2020-11-03T23:05:35.822Z] #43 27.51 reflect [2020-11-03T23:05:35.822Z] #43 27.84 bufio [2020-11-03T23:05:35.822Z] #43 29.19 syscall [2020-11-03T23:05:36.114Z] #43 ... [2020-11-03T23:05:36.114Z] [2020-11-03T23:05:36.114Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-03T23:05:36.114Z] #30 27.81 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-11-03T23:05:36.114Z] #30 28.04 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-03T23:05:36.114Z] #30 28.41 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-03T23:05:36.417Z] #30 ... [2020-11-03T23:05:36.417Z] [2020-11-03T23:05:36.417Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:05:36.417Z] #45 DONE 33.8s [2020-11-03T23:05:36.417Z] [2020-11-03T23:05:36.417Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:05:36.417Z] #49 27.38 syscall [2020-11-03T23:05:36.417Z] #49 27.38 bytes [2020-11-03T23:05:36.417Z] #49 28.87 reflect [2020-11-03T23:05:36.417Z] #49 32.63 time [2020-11-03T23:05:36.417Z] #49 ... [2020-11-03T23:05:36.417Z] [2020-11-03T23:05:36.417Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:05:36.417Z] #34 33.85 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-11-03T23:05:36.417Z] #34 33.89 Setting up xxd (2:8.1.0875-5) ... [2020-11-03T23:05:36.417Z] #34 33.89 Setting up libuv1:s390x (1.24.1-1) ... [2020-11-03T23:05:36.417Z] #34 33.89 Setting up vim-common (2:8.1.0875-5) ... [2020-11-03T23:05:36.417Z] #34 33.92 Setting up librhash0:s390x (1.3.8-1) ... [2020-11-03T23:05:36.417Z] #34 33.93 Setting up cmake-data (3.13.4-1) ... [2020-11-03T23:05:36.417Z] #34 33.94 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-11-03T23:05:36.417Z] #34 33.95 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-11-03T23:05:36.417Z] #34 33.98 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-11-03T23:05:36.417Z] #34 33.98 Setting up cmake (3.13.4-1) ... [2020-11-03T23:05:36.417Z] #34 33.99 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:05:36.417Z] #34 34.02 Processing triggers for mime-support (3.62) ... [2020-11-03T23:05:36.720Z] #34 DONE 34.3s [2020-11-03T23:05:36.720Z] [2020-11-03T23:05:36.720Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:05:36.720Z] #40 33.85 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-11-03T23:05:36.720Z] #40 33.87 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:05:37.018Z] #40 DONE 34.4s [2020-11-03T23:05:37.018Z] [2020-11-03T23:05:37.018Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:05:37.675Z] #35 0.952 + RM_GOPATH=0 [2020-11-03T23:05:37.676Z] #35 0.952 + TMP_GOPATH= [2020-11-03T23:05:37.676Z] #35 0.952 + : /build [2020-11-03T23:05:37.676Z] #35 0.952 + '[' -z '' ']' [2020-11-03T23:05:37.967Z] #35 0.958 ++ mktemp -d [2020-11-03T23:05:37.967Z] #35 0.958 + export GOPATH=/tmp/tmp.ati3cdNkne [2020-11-03T23:05:37.967Z] #35 0.958 + GOPATH=/tmp/tmp.ati3cdNkne [2020-11-03T23:05:37.967Z] #35 0.958 + RM_GOPATH=1 [2020-11-03T23:05:37.967Z] #35 0.958 + case "$(go env GOARCH)" in [2020-11-03T23:05:37.967Z] #35 0.958 ++ go env GOARCH [2020-11-03T23:05:37.967Z] #35 0.991 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:37.967Z] #35 0.991 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:05:37.967Z] #35 0.991 ++ dirname /tmp/install/install.sh [2020-11-03T23:05:37.967Z] #35 0.992 + dir=/tmp/install [2020-11-03T23:05:37.967Z] #35 0.992 + bin=tini [2020-11-03T23:05:37.967Z] #35 0.992 + shift [2020-11-03T23:05:37.967Z] #35 0.992 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-03T23:05:37.967Z] #35 0.992 + . /tmp/install/tini.installer [2020-11-03T23:05:37.967Z] #35 0.992 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-03T23:05:37.967Z] #35 0.992 + install_tini [2020-11-03T23:05:37.967Z] #35 0.992 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-03T23:05:37.967Z] #35 0.992 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-03T23:05:37.967Z] #35 0.992 + git clone https://github.com/krallin/tini.git /tmp/tmp.ati3cdNkne/tini [2020-11-03T23:05:37.967Z] #35 0.993 Cloning into '/tmp/tmp.ati3cdNkne/tini'... [2020-11-03T23:05:38.601Z] #35 1.576 + cd /tmp/tmp.ati3cdNkne/tini [2020-11-03T23:05:38.601Z] #35 1.586 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-03T23:05:38.601Z] #35 1.589 + cmake . [2020-11-03T23:05:38.891Z] #35 1.948 -- The C compiler identification is GNU 8.3.0 [2020-11-03T23:05:38.891Z] #35 1.969 -- Check for working C compiler: /usr/bin/cc [2020-11-03T23:05:39.183Z] #35 2.311 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-03T23:05:39.183Z] #35 2.311 -- Detecting C compiler ABI info [2020-11-03T23:05:39.270Z] using credential docker-jenkins-github-credentials [2020-11-03T23:05:39.282Z] Cloning the remote Git repository [2020-11-03T23:05:39.282Z] Cloning with configured refspecs honoured and without tags [2020-11-03T23:05:39.474Z] #35 2.602 -- Detecting C compiler ABI info - done [2020-11-03T23:05:39.474Z] #35 2.633 -- Detecting C compile features [2020-11-03T23:05:39.095Z] Cloning repository https://github.com/moby/moby.git [2020-11-03T23:05:39.156Z] > git init /home/ubuntu/workspace/moby_PR-41604 # timeout=10 [2020-11-03T23:05:39.661Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-03T23:05:39.662Z] > git --version # timeout=10 [2020-11-03T23:05:39.675Z] > git --version # 'git version 2.7.4' [2020-11-03T23:05:39.676Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:05:39.679Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41604/head:refs/remotes/origin/PR-41604 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:05:40.505Z] #35 3.663 -- Detecting C compile features - done [2020-11-03T23:05:40.505Z] #35 3.686 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-03T23:05:40.796Z] #35 3.910 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-03T23:05:40.796Z] #35 3.946 -- Configuring done [2020-11-03T23:05:40.796Z] #35 3.969 -- Generating done [2020-11-03T23:05:40.796Z] #35 3.971 -- Build files have been written to: /tmp/tmp.ati3cdNkne/tini [2020-11-03T23:05:40.796Z] #35 3.978 + make tini-static [2020-11-03T23:05:41.087Z] #35 4.264 Scanning dependencies of target tini-static [2020-11-03T23:05:41.087Z] #35 4.379 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-03T23:05:42.122Z] #35 5.013 [100%] Linking C executable tini-static [2020-11-03T23:05:42.122Z] #35 5.287 [100%] Built target tini-static [2020-11-03T23:05:42.122Z] #35 5.349 + mkdir -p /build [2020-11-03T23:05:42.122Z] #35 5.354 + cp tini-static /build/docker-init [2020-11-03T23:05:42.412Z] #35 DONE 5.6s [2020-11-03T23:05:42.412Z] [2020-11-03T23:05:42.412Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:05:42.412Z] #41 1.873 Note: Building without setproctitle() and strlcpy() support. [2020-11-03T23:05:42.412Z] #41 1.873 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-03T23:05:42.412Z] #41 1.880 Note: Building without GnuTLS support [2020-11-03T23:05:42.412Z] #41 1.885 Makefile.config:39: Warn: you have no libnftables installed [2020-11-03T23:05:42.412Z] #41 1.885 Makefile.config:40: Warn: Building without nftables support [2020-11-03T23:05:42.412Z] #41 2.911 fatal: not a git repository (or any of the parent directories): .git [2020-11-03T23:05:42.412Z] #41 2.941 GEN .gitid [2020-11-03T23:05:42.412Z] #41 2.948 GEN criu/include/version.h [2020-11-03T23:05:42.412Z] #41 2.965 GEN include/common/asm [2020-11-03T23:05:42.412Z] #41 3.788 PBCC images/timens.pb-c.c [2020-11-03T23:05:42.412Z] #41 3.819 DEP images/timens.pb-c.d [2020-11-03T23:05:42.412Z] #41 3.869 PBCC images/fown.pb-c.c [2020-11-03T23:05:42.412Z] #41 3.875 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-03T23:05:42.412Z] #41 3.911 PBCC images/opts.pb-c.c [2020-11-03T23:05:42.412Z] #41 3.948 PBCC images/memfd.pb-c.c [2020-11-03T23:05:42.412Z] #41 3.974 DEP images/fown.pb-c.d [2020-11-03T23:05:42.412Z] #41 3.981 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-03T23:05:42.412Z] #41 4.039 DEP images/opts.pb-c.d [2020-11-03T23:05:42.412Z] #41 4.056 DEP images/memfd.pb-c.d [2020-11-03T23:05:42.412Z] #41 4.096 PBCC images/sit.pb-c.c [2020-11-03T23:05:42.412Z] #41 4.116 DEP images/sit.pb-c.d [2020-11-03T23:05:42.412Z] #41 4.131 PBCC images/macvlan.pb-c.c [2020-11-03T23:05:42.412Z] #41 4.153 DEP images/macvlan.pb-c.d [2020-11-03T23:05:42.412Z] #41 4.180 PBCC images/autofs.pb-c.c [2020-11-03T23:05:42.412Z] #41 4.240 DEP images/autofs.pb-c.d [2020-11-03T23:05:42.412Z] #41 4.266 PBCC images/sysctl.pb-c.c [2020-11-03T23:05:42.412Z] #41 4.273 DEP images/sysctl.pb-c.d [2020-11-03T23:05:42.412Z] #41 4.302 PBCC images/time.pb-c.c [2020-11-03T23:05:42.412Z] #41 4.326 DEP images/time.pb-c.d [2020-11-03T23:05:42.412Z] #41 4.352 PBCC images/binfmt-misc.pb-c.c [2020-11-03T23:05:42.412Z] #41 4.358 DEP images/binfmt-misc.pb-c.d [2020-11-03T23:05:42.412Z] #41 4.397 PBCC images/seccomp.pb-c.c [2020-11-03T23:05:42.412Z] #41 4.403 DEP images/seccomp.pb-c.d [2020-11-03T23:05:42.412Z] #41 4.421 PBCC images/userns.pb-c.c [2020-11-03T23:05:42.412Z] #41 4.427 DEP images/userns.pb-c.d [2020-11-03T23:05:42.412Z] #41 4.467 PBCC images/cgroup.pb-c.c [2020-11-03T23:05:42.412Z] #41 4.471 DEP images/cgroup.pb-c.d [2020-11-03T23:05:42.412Z] #41 4.495 PBCC images/ext-file.pb-c.c [2020-11-03T23:05:42.412Z] #41 4.500 DEP images/ext-file.pb-c.d [2020-11-03T23:05:42.412Z] #41 4.533 PBCC images/rpc.pb-c.c [2020-11-03T23:05:42.412Z] #41 4.562 DEP images/rpc.pb-c.d [2020-11-03T23:05:42.412Z] #41 4.608 PBCC images/siginfo.pb-c.c [2020-11-03T23:05:42.413Z] #41 4.611 DEP images/siginfo.pb-c.d [2020-11-03T23:05:42.413Z] #41 4.629 PBCC images/pagemap.pb-c.c [2020-11-03T23:05:42.413Z] #41 4.638 DEP images/pagemap.pb-c.d [2020-11-03T23:05:42.413Z] #41 4.679 PBCC images/rlimit.pb-c.c [2020-11-03T23:05:42.413Z] #41 4.684 DEP images/rlimit.pb-c.d [2020-11-03T23:05:42.413Z] #41 4.702 PBCC images/file-lock.pb-c.c [2020-11-03T23:05:42.413Z] #41 4.710 DEP images/file-lock.pb-c.d [2020-11-03T23:05:42.413Z] #41 4.728 PBCC images/tty.pb-c.c [2020-11-03T23:05:42.413Z] #41 4.753 DEP images/tty.pb-c.d [2020-11-03T23:05:42.413Z] #41 4.803 PBCC images/tun.pb-c.c [2020-11-03T23:05:42.413Z] #41 4.846 PBCC images/netdev.pb-c.c [2020-11-03T23:05:42.413Z] #41 4.854 DEP images/tun.pb-c.d [2020-11-03T23:05:42.413Z] #41 4.876 DEP images/netdev.pb-c.d [2020-11-03T23:05:42.413Z] #41 4.913 PBCC images/vma.pb-c.c [2020-11-03T23:05:42.413Z] #41 4.928 DEP images/vma.pb-c.d [2020-11-03T23:05:42.413Z] #41 4.948 PBCC images/creds.pb-c.c [2020-11-03T23:05:42.413Z] #41 4.956 DEP images/creds.pb-c.d [2020-11-03T23:05:42.413Z] #41 4.981 PBCC images/utsns.pb-c.c [2020-11-03T23:05:42.413Z] #41 4.992 DEP images/utsns.pb-c.d [2020-11-03T23:05:42.413Z] #41 5.015 PBCC images/ipc-desc.pb-c.c [2020-11-03T23:05:42.413Z] #41 5.018 PBCC images/ipc-sem.pb-c.c [2020-11-03T23:05:42.413Z] #41 5.048 DEP images/ipc-desc.pb-c.d [2020-11-03T23:05:42.413Z] #41 5.066 DEP images/ipc-sem.pb-c.d [2020-11-03T23:05:42.413Z] #41 5.080 PBCC images/ipc-msg.pb-c.c [2020-11-03T23:05:42.413Z] #41 5.088 DEP images/ipc-msg.pb-c.d [2020-11-03T23:05:42.413Z] #41 5.104 PBCC images/ipc-shm.pb-c.c [2020-11-03T23:05:42.413Z] #41 5.131 DEP images/ipc-shm.pb-c.d [2020-11-03T23:05:42.413Z] #41 5.167 PBCC images/ipc-var.pb-c.c [2020-11-03T23:05:42.413Z] #41 5.204 DEP images/ipc-var.pb-c.d [2020-11-03T23:05:42.413Z] #41 5.236 PBCC images/sk-opts.pb-c.c [2020-11-03T23:05:42.413Z] #41 5.247 PBCC images/packet-sock.pb-c.c [2020-11-03T23:05:42.413Z] #41 5.301 DEP images/sk-opts.pb-c.d [2020-11-03T23:05:42.413Z] #41 5.335 DEP images/packet-sock.pb-c.d [2020-11-03T23:05:42.413Z] #41 5.371 PBCC images/sk-netlink.pb-c.c [2020-11-03T23:05:42.413Z] #41 5.490 DEP images/sk-netlink.pb-c.d [2020-11-03T23:05:42.413Z] #41 5.527 PBCC images/sk-inet.pb-c.c [2020-11-03T23:05:42.703Z] #41 5.536 DEP images/sk-inet.pb-c.d [2020-11-03T23:05:42.703Z] #41 5.634 PBCC images/sk-unix.pb-c.c [2020-11-03T23:05:42.703Z] #41 5.654 DEP images/sk-unix.pb-c.d [2020-11-03T23:05:42.703Z] #41 5.678 PBCC images/mm.pb-c.c [2020-11-03T23:05:42.703Z] #41 5.732 DEP images/mm.pb-c.d [2020-11-03T23:05:42.703Z] #41 5.777 PBCC images/timerfd.pb-c.c [2020-11-03T23:05:42.703Z] #41 5.833 DEP images/timerfd.pb-c.d [2020-11-03T23:05:42.994Z] #41 5.920 PBCC images/timer.pb-c.c [2020-11-03T23:05:42.994Z] #41 6.017 DEP images/timer.pb-c.d [2020-11-03T23:05:42.995Z] #41 6.047 PBCC images/sa.pb-c.c [2020-11-03T23:05:42.995Z] #41 6.086 DEP images/sa.pb-c.d [2020-11-03T23:05:42.995Z] #41 6.139 PBCC images/pipe-data.pb-c.c [2020-11-03T23:05:42.995Z] #41 6.142 DEP images/pipe-data.pb-c.d [2020-11-03T23:05:42.995Z] #41 6.182 PBCC images/mnt.pb-c.c [2020-11-03T23:05:43.285Z] #41 6.212 DEP images/mnt.pb-c.d [2020-11-03T23:05:43.285Z] #41 6.257 PBCC images/sk-packet.pb-c.c [2020-11-03T23:05:43.285Z] #41 6.267 DEP images/sk-packet.pb-c.d [2020-11-03T23:05:43.285Z] #41 6.288 PBCC images/tcp-stream.pb-c.c [2020-11-03T23:05:43.285Z] #41 6.300 DEP images/tcp-stream.pb-c.d [2020-11-03T23:05:43.285Z] #41 6.328 PBCC images/pipe.pb-c.c [2020-11-03T23:05:43.285Z] #41 6.333 DEP images/pipe.pb-c.d [2020-11-03T23:05:43.285Z] #41 6.400 PBCC images/pstree.pb-c.c [2020-11-03T23:05:43.575Z] #41 6.438 DEP images/pstree.pb-c.d [2020-11-03T23:05:43.575Z] #41 6.464 PBCC images/fs.pb-c.c [2020-11-03T23:05:43.575Z] #41 6.467 DEP images/fs.pb-c.d [2020-11-03T23:05:43.575Z] #41 6.495 PBCC images/signalfd.pb-c.c [2020-11-03T23:05:43.575Z] #41 6.520 DEP images/signalfd.pb-c.d [2020-11-03T23:05:43.575Z] #41 6.568 PBCC images/fh.pb-c.c [2020-11-03T23:05:43.575Z] #41 6.578 PBCC images/fsnotify.pb-c.c [2020-11-03T23:05:43.576Z] #41 6.607 DEP images/fh.pb-c.d [2020-11-03T23:05:43.576Z] #41 6.678 DEP images/fsnotify.pb-c.d [2020-11-03T23:05:43.576Z] #41 6.731 PBCC images/eventpoll.pb-c.c [2020-11-03T23:05:43.576Z] #41 6.734 DEP images/eventpoll.pb-c.d [2020-11-03T23:05:43.576Z] #41 6.744 PBCC images/eventfd.pb-c.c [2020-11-03T23:05:43.576Z] #41 6.750 DEP images/eventfd.pb-c.d [2020-11-03T23:05:43.576Z] #41 6.771 PBCC images/remap-file-path.pb-c.c [2020-11-03T23:05:43.866Z] #41 6.774 DEP images/remap-file-path.pb-c.d [2020-11-03T23:05:43.866Z] #41 6.812 PBCC images/fifo.pb-c.c [2020-11-03T23:05:43.866Z] #41 6.824 DEP images/fifo.pb-c.d [2020-11-03T23:05:43.866Z] #41 6.839 PBCC images/ghost-file.pb-c.c [2020-11-03T23:05:43.866Z] #41 6.890 DEP images/ghost-file.pb-c.d [2020-11-03T23:05:43.866Z] #41 6.920 PBCC images/regfile.pb-c.c [2020-11-03T23:05:43.866Z] #41 6.937 DEP images/regfile.pb-c.d [2020-11-03T23:05:43.866Z] #41 6.960 PBCC images/ns.pb-c.c [2020-11-03T23:05:43.866Z] #41 6.970 DEP images/ns.pb-c.d [2020-11-03T23:05:43.866Z] #41 6.996 PBCC images/fdinfo.pb-c.c [2020-11-03T23:05:44.156Z] #41 7.048 DEP images/fdinfo.pb-c.d [2020-11-03T23:05:44.156Z] #41 7.111 PBCC images/core-aarch64.pb-c.c [2020-11-03T23:05:44.156Z] #41 7.143 PBCC images/core-arm.pb-c.c [2020-11-03T23:05:44.156Z] #41 7.155 PBCC images/core-ppc64.pb-c.c [2020-11-03T23:05:44.156Z] #41 7.175 PBCC images/core-s390.pb-c.c [2020-11-03T23:05:44.156Z] #41 7.227 PBCC images/core-x86.pb-c.c [2020-11-03T23:05:44.156Z] #41 7.308 PBCC images/core.pb-c.c [2020-11-03T23:05:44.156Z] #41 7.347 PBCC images/inventory.pb-c.c [2020-11-03T23:05:44.447Z] #41 7.383 DEP images/core-aarch64.pb-c.d [2020-11-03T23:05:44.447Z] #41 7.427 DEP images/core-arm.pb-c.d [2020-11-03T23:05:44.447Z] #41 7.462 DEP images/core-ppc64.pb-c.d [2020-11-03T23:05:44.447Z] #41 7.489 DEP images/core-s390.pb-c.d [2020-11-03T23:05:44.447Z] #41 7.511 DEP images/core-x86.pb-c.d [2020-11-03T23:05:44.447Z] #41 7.556 DEP images/core.pb-c.d [2020-11-03T23:05:44.447Z] #41 7.581 DEP images/inventory.pb-c.d [2020-11-03T23:05:44.737Z] #41 7.622 PBCC images/cpuinfo.pb-c.c [2020-11-03T23:05:44.737Z] #41 7.651 DEP images/cpuinfo.pb-c.d [2020-11-03T23:05:44.737Z] #41 7.700 PBCC images/stats.pb-c.c [2020-11-03T23:05:44.737Z] #41 7.728 DEP images/stats.pb-c.d [2020-11-03T23:05:45.368Z] #41 8.502 make[1]: Nothing to be done for 'all'. [2020-11-03T23:05:46.401Z] #41 9.346 CC images/stats.o [2020-11-03T23:05:46.692Z] #41 9.702 CC images/core.o [2020-11-03T23:05:46.982Z] #41 9.979 CC images/core-x86.o [2020-11-03T23:05:47.273Z] #41 10.31 CC images/core-arm.o [2020-11-03T23:05:47.563Z] #41 10.46 CC images/core-aarch64.o [2020-11-03T23:05:47.854Z] #41 10.74 CC images/core-ppc64.o [2020-11-03T23:05:47.854Z] #41 ... [2020-11-03T23:05:47.854Z] [2020-11-03T23:05:47.854Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:05:47.854Z] #43 35.10 time [2020-11-03T23:05:47.854Z] #43 37.06 internal/fmtsort [2020-11-03T23:05:47.854Z] #43 37.61 internal/syscall/execenv [2020-11-03T23:05:47.854Z] #43 37.72 internal/syscall/unix [2020-11-03T23:05:47.854Z] #43 37.86 strings [2020-11-03T23:05:47.854Z] #43 38.72 os [2020-11-03T23:05:47.854Z] #43 40.20 regexp/syntax [2020-11-03T23:05:47.854Z] #43 41.51 fmt [2020-11-03T23:05:47.854Z] #43 43.78 regexp [2020-11-03T23:05:47.854Z] #43 44.59 go/token [2020-11-03T23:05:47.854Z] #43 45.20 go/scanner [2020-11-03T23:05:47.854Z] #43 ... [2020-11-03T23:05:47.854Z] [2020-11-03T23:05:47.854Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:05:47.854Z] #11 35.16 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-03T23:05:47.854Z] #11 35.16 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-03T23:05:47.854Z] #11 35.18 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-03T23:05:47.854Z] #11 39.31 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-03T23:05:47.854Z] #11 39.34 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-11-03T23:05:47.854Z] #11 39.34 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:05:47.854Z] #11 39.42 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-03T23:05:47.854Z] #11 39.42 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-11-03T23:05:47.854Z] #11 39.43 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:05:47.873Z] #51 65.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-03T23:05:47.873Z] #51 66.42 + mkdir -p /build [2020-11-03T23:05:47.873Z] #51 66.42 + cp runc /build/runc [2020-11-03T23:05:47.873Z] #51 DONE 67.0s [2020-11-03T23:05:47.873Z] [2020-11-03T23:05:47.873Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:05:48.144Z] #11 ... [2020-11-03T23:05:48.144Z] [2020-11-03T23:05:48.144Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:05:48.144Z] #41 11.07 CC images/core-s390.o [2020-11-03T23:05:48.435Z] #41 11.43 CC images/cpuinfo.o [2020-11-03T23:05:48.726Z] #41 11.71 CC images/inventory.o [2020-11-03T23:05:48.726Z] #41 ... [2020-11-03T23:05:48.726Z] [2020-11-03T23:05:48.726Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:05:48.726Z] #32 36.19 internal/poll [2020-11-03T23:05:48.726Z] #32 37.67 internal/syscall/execenv [2020-11-03T23:05:48.726Z] #32 37.76 internal/syscall/unix [2020-11-03T23:05:48.726Z] #32 37.89 os [2020-11-03T23:05:48.726Z] #32 38.10 strings [2020-11-03T23:05:48.726Z] #32 39.87 path [2020-11-03T23:05:48.726Z] #32 40.30 text/tabwriter [2020-11-03T23:05:48.726Z] #32 40.65 fmt [2020-11-03T23:05:48.726Z] #32 40.87 path/filepath [2020-11-03T23:05:48.726Z] #32 41.73 io/ioutil [2020-11-03T23:05:48.726Z] #32 42.74 github.com/BurntSushi/toml [2020-11-03T23:05:48.726Z] #32 42.74 flag [2020-11-03T23:05:48.726Z] #32 43.49 log [2020-11-03T23:05:48.726Z] #32 45.10 github.com/BurntSushi/toml/cmd/tomlv [2020-11-03T23:05:48.726Z] #32 ... [2020-11-03T23:05:48.726Z] [2020-11-03T23:05:48.726Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:05:48.726Z] #41 11.84 CC images/fdinfo.o [2020-11-03T23:05:49.016Z] #41 11.97 CC images/fown.o [2020-11-03T23:05:49.307Z] #41 12.09 CC images/ns.o [2020-11-03T23:05:49.307Z] #41 12.18 CC images/regfile.o [2020-11-03T23:05:49.307Z] #41 12.29 CC images/ghost-file.o [2020-11-03T23:05:49.307Z] #41 12.48 CC images/fifo.o [2020-11-03T23:05:49.597Z] #41 12.61 CC images/remap-file-path.o [2020-11-03T23:05:49.597Z] #41 12.73 CC images/eventfd.o [2020-11-03T23:05:49.887Z] #41 12.81 CC images/eventpoll.o [2020-11-03T23:05:49.887Z] #41 ... [2020-11-03T23:05:49.887Z] [2020-11-03T23:05:49.887Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:05:49.887Z] #49 37.22 context [2020-11-03T23:05:49.887Z] #49 37.61 internal/poll [2020-11-03T23:05:49.887Z] #49 38.56 encoding/binary [2020-11-03T23:05:49.887Z] #49 38.79 os [2020-11-03T23:05:49.887Z] #49 40.53 encoding/base64 [2020-11-03T23:05:49.887Z] #49 40.96 golang.org/x/sys/unix [2020-11-03T23:05:49.887Z] #49 41.43 fmt [2020-11-03T23:05:49.887Z] #49 43.57 encoding/json [2020-11-03T23:05:49.887Z] #49 46.48 github.com/pkg/diff [2020-11-03T23:05:49.887Z] #49 46.96 go/ast [2020-11-03T23:05:49.887Z] #49 47.42 golang.org/x/crypto/ssh/terminal [2020-11-03T23:05:49.887Z] #49 ... [2020-11-03T23:05:49.887Z] [2020-11-03T23:05:49.887Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:05:49.887Z] #41 12.91 CC images/fh.o [2020-11-03T23:05:50.178Z] #41 13.12 CC images/fsnotify.o [2020-11-03T23:05:50.468Z] #41 13.35 CC images/signalfd.o [2020-11-03T23:05:50.468Z] #41 13.55 CC images/fs.o [2020-11-03T23:05:50.759Z] #41 13.67 CC images/pstree.o [2020-11-03T23:05:50.759Z] #41 ... [2020-11-03T23:05:50.759Z] [2020-11-03T23:05:50.759Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:05:50.759Z] #32 DONE 48.3s [2020-11-03T23:05:50.759Z] [2020-11-03T23:05:50.759Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:05:50.759Z] #41 13.86 CC images/pipe.o [2020-11-03T23:05:51.394Z] #41 14.26 CC images/tcp-stream.o [2020-11-03T23:05:51.394Z] #41 14.44 CC images/sk-packet.o [2020-11-03T23:05:51.696Z] #41 14.78 CC images/mnt.o [2020-11-03T23:05:51.989Z] #41 14.96 CC images/pipe-data.o [2020-11-03T23:05:51.989Z] #41 15.03 CC images/sa.o [2020-11-03T23:05:52.280Z] #41 15.19 CC images/timer.o [2020-11-03T23:05:52.280Z] #41 15.43 CC images/timerfd.o [2020-11-03T23:05:52.571Z] #41 15.57 CC images/mm.o [2020-11-03T23:05:52.571Z] #41 15.71 CC images/sk-opts.o [2020-11-03T23:05:52.861Z] #41 15.81 CC images/sk-unix.o [2020-11-03T23:05:53.202Z] #41 16.02 CC images/sk-inet.o [2020-11-03T23:05:53.202Z] #41 16.16 CC images/tun.o [2020-11-03T23:05:53.492Z] #41 16.31 CC images/sk-netlink.o [2020-11-03T23:05:53.492Z] #41 16.45 CC images/packet-sock.o [2020-11-03T23:05:53.492Z] #41 16.69 CC images/ipc-var.o [2020-11-03T23:05:53.783Z] #41 16.84 CC images/ipc-desc.o [2020-11-03T23:05:54.074Z] #41 16.99 CC images/ipc-shm.o [2020-11-03T23:05:54.074Z] #41 17.10 CC images/ipc-msg.o [2020-11-03T23:05:54.074Z] #41 17.20 CC images/ipc-sem.o [2020-11-03T23:05:54.364Z] #41 17.32 CC images/utsns.o [2020-11-03T23:05:54.364Z] #41 17.43 CC images/creds.o [2020-11-03T23:05:54.655Z] #41 17.56 CC images/vma.o [2020-11-03T23:05:54.655Z] #41 17.66 CC images/netdev.o [2020-11-03T23:05:54.945Z] #41 17.87 CC images/tty.o [2020-11-03T23:05:54.945Z] #41 18.09 CC images/file-lock.o [2020-11-03T23:05:55.236Z] #41 18.18 CC images/rlimit.o [2020-11-03T23:05:55.236Z] #41 18.31 CC images/pagemap.o [2020-11-03T23:05:55.526Z] #41 18.56 CC images/siginfo.o [2020-11-03T23:05:55.526Z] #41 18.65 CC images/rpc.o [2020-11-03T23:05:56.160Z] #41 19.13 CC images/ext-file.o [2020-11-03T23:05:56.160Z] #41 19.29 CC images/cgroup.o [2020-11-03T23:05:56.790Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01f3f888ce1affd34) in /home/ubuntu/workspace/moby_PR-41604 [Pipeline] { [2020-11-03T23:05:56.795Z] #41 19.72 CC images/userns.o [2020-11-03T23:05:56.795Z] #41 19.84 CC images/google/protobuf/descriptor.o [Pipeline] checkout [2020-11-03T23:05:57.428Z] #41 ... [2020-11-03T23:05:57.428Z] [2020-11-03T23:05:57.429Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:05:57.429Z] #11 54.97 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-03T23:05:57.719Z] #11 54.98 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-11-03T23:05:57.719Z] #11 54.98 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:05:58.351Z] #11 ... [2020-11-03T23:05:58.351Z] [2020-11-03T23:05:58.351Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:05:58.351Z] #43 45.90 go/ast [2020-11-03T23:05:58.351Z] #43 46.09 internal/lazyregexp [2020-11-03T23:05:58.351Z] #43 46.33 net/url [2020-11-03T23:05:58.351Z] #43 47.41 text/template/parse [2020-11-03T23:05:58.351Z] #43 48.86 go/parser [2020-11-03T23:05:58.351Z] #43 50.11 text/template [2020-11-03T23:05:58.351Z] #43 51.31 encoding/xml [2020-11-03T23:05:58.351Z] #43 53.52 go/doc [2020-11-03T23:05:58.351Z] #43 54.85 github.com/LK4D4/vndr/versioned [2020-11-03T23:05:58.351Z] #43 54.90 compress/flate [2020-11-03T23:05:58.351Z] #43 55.68 github.com/LK4D4/vndr/build [2020-11-03T23:05:58.641Z] #43 ... [2020-11-03T23:05:58.641Z] [2020-11-03T23:05:58.641Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:05:58.641Z] #41 20.61 CC images/opts.o [2020-11-03T23:05:58.641Z] #41 20.73 CC images/seccomp.o [2020-11-03T23:05:58.641Z] #41 20.88 CC images/binfmt-misc.o [2020-11-03T23:05:58.641Z] #41 21.01 CC images/time.o [2020-11-03T23:05:58.641Z] #41 21.10 CC images/sysctl.o [2020-11-03T23:05:58.641Z] #41 21.20 CC images/autofs.o [2020-11-03T23:05:58.641Z] #41 21.35 CC images/macvlan.o [2020-11-03T23:05:58.641Z] #41 21.48 CC images/sit.o [2020-11-03T23:05:58.641Z] #41 21.66 CC images/memfd.o [2020-11-03T23:05:58.933Z] #41 21.81 CC images/timens.o [2020-11-03T23:05:58.933Z] #41 22.06 LINK images/built-in.o [2020-11-03T23:05:59.226Z] #41 22.16 GEN compel/include/asm [2020-11-03T23:05:59.226Z] #41 22.16 GEN compel/include/version.h [2020-11-03T23:05:59.226Z] #41 ... [2020-11-03T23:05:59.226Z] [2020-11-03T23:05:59.226Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:05:59.226Z] #49 48.43 mvdan.cc/editorconfig [2020-11-03T23:05:59.226Z] #49 49.38 mvdan.cc/sh/v3/fileutil [2020-11-03T23:05:59.226Z] #49 49.50 mvdan.cc/sh/v3/syntax [2020-11-03T23:05:59.226Z] #49 53.47 mvdan.cc/sh/v3/cmd/shfmt [2020-11-03T23:05:59.226Z] #49 DONE 56.7s [2020-11-03T23:05:59.226Z] [2020-11-03T23:05:59.226Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:05:59.226Z] #41 22.17 touch .config [2020-11-03T23:05:59.226Z] #41 22.19 GEN include/common/config.h [2020-11-03T23:05:59.226Z] #41 22.24 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-11-03T23:05:59.226Z] #41 22.29 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-03T23:05:59.516Z] #41 22.32 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-03T23:05:59.516Z] #41 22.33 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-11-03T23:05:59.516Z] #41 22.34 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-11-03T23:05:59.516Z] #41 22.36 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-11-03T23:05:59.516Z] #41 22.36 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-03T23:05:59.516Z] #41 22.36 DEP compel/plugins/std/infect.d [2020-11-03T23:05:59.516Z] #41 22.52 DEP compel/plugins/std/string.d [2020-11-03T23:05:59.516Z] #41 22.72 DEP compel/plugins/std/log.d [2020-11-03T23:05:59.870Z] #41 22.86 DEP compel/plugins/std/fds.d [2020-11-03T23:05:59.870Z] #41 22.88 DEP compel/plugins/std/std.d [2020-11-03T23:06:00.161Z] #41 23.06 DEP compel/plugins/shmem/shmem.d [2020-11-03T23:06:00.161Z] #41 23.08 DEP compel/plugins/fds/fds.d [2020-11-03T23:06:00.161Z] #41 23.14 CC compel/plugins/std/std.o [2020-11-03T23:06:00.161Z] #41 23.27 CC compel/plugins/std/fds.o [2020-11-03T23:06:00.242Z] using credential docker-jenkins-github-credentials [2020-11-03T23:06:00.260Z] Cloning the remote Git repository [2020-11-03T23:06:00.260Z] Cloning with configured refspecs honoured and without tags [2020-11-03T23:06:00.453Z] #41 23.46 CC compel/plugins/std/log.o [2020-11-03T23:06:00.744Z] #41 ... [2020-11-03T23:06:00.744Z] [2020-11-03T23:06:00.744Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:06:00.744Z] #54 25.32 Checking out files: 76% (2624/3430) Checking out files: 77% (2642/3430) Checking out files: 78% (2676/3430) Checking out files: 79% (2710/3430) Checking out files: 80% (2744/3430) Checking out files: 81% (2779/3430) Checking out files: 82% (2813/3430) Checking out files: 83% (2847/3430) Checking out files: 84% (2882/3430) Checking out files: 85% (2916/3430) Checking out files: 86% (2950/3430) Checking out files: 87% (2985/3430) Checking out files: 88% (3019/3430) Checking out files: 89% (3053/3430) Checking out files: 90% (3087/3430) Checking out files: 91% (3122/3430) Checking out files: 92% (3156/3430) Checking out files: 93% (3190/3430) Checking out files: 94% (3225/3430) Checking out files: 95% (3259/3430) Checking out files: 96% (3293/3430) Checking out files: 97% (3328/3430) Checking out files: 98% (3362/3430) Checking out files: 99% (3396/3430) Checking out files: 100% (3430/3430) Checking out files: 100% (3430/3430), done. [2020-11-03T23:06:00.744Z] #54 25.95 + cd /tmp/tmp.mkPObTup0c/src/github.com/containerd/containerd [2020-11-03T23:06:00.744Z] #54 25.95 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-03T23:06:00.744Z] #54 27.05 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-03T23:06:00.744Z] #54 27.05 + BUILDTAGS='netgo osusergo static_build' [2020-11-03T23:06:00.744Z] #54 27.05 + export EXTRA_FLAGS=-buildmode=pie [2020-11-03T23:06:00.744Z] #54 27.05 + EXTRA_FLAGS=-buildmode=pie [2020-11-03T23:06:00.744Z] #54 27.05 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-03T23:06:00.744Z] #54 27.05 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-03T23:06:00.744Z] #54 27.05 + '[' '' = dynamic ']' [2020-11-03T23:06:00.744Z] #54 27.05 + make [2020-11-03T23:06:00.744Z] #54 27.72 + bin/ctr [2020-11-03T23:06:00.744Z] #54 ... [2020-11-03T23:06:00.744Z] [2020-11-03T23:06:00.744Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:06:00.744Z] #41 23.76 CC compel/plugins/std/string.o [2020-11-03T23:06:01.035Z] #41 24.06 CC compel/plugins/std/infect.o [2020-11-03T23:06:01.325Z] #41 24.35 CC compel/arch/s390/plugins/std/parasite-head.o [2020-11-03T23:06:01.325Z] #41 24.38 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-11-03T23:06:01.325Z] #41 24.40 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-11-03T23:06:00.293Z] Cloning repository https://github.com/moby/moby.git [2020-11-03T23:06:00.497Z] > git init /home/ubuntu/workspace/moby_PR-41604 # timeout=10 [2020-11-03T23:06:00.742Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-03T23:06:00.743Z] > git --version # timeout=10 [2020-11-03T23:06:00.776Z] > git --version # 'git version 2.17.1' [2020-11-03T23:06:00.776Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:06:00.802Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41604/head:refs/remotes/origin/PR-41604 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:06:01.515Z] Fetching without tags [2020-11-03T23:06:01.616Z] #41 24.50 AR compel/plugins/std.lib.a [2020-11-03T23:06:01.616Z] #41 24.55 CC compel/plugins/fds/fds.o [2020-11-03T23:06:01.616Z] #41 24.66 AR compel/plugins/fds.lib.a [2020-11-03T23:06:01.616Z] #41 24.68 HOSTDEP compel/src/lib/log-host.d [2020-11-03T23:06:01.616Z] #41 24.74 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-03T23:06:01.907Z] #41 24.82 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-11-03T23:06:01.907Z] #41 24.89 HOSTDEP compel/src/main-host.d [2020-11-03T23:06:01.907Z] #41 24.98 DEP compel/src/lib/ptrace.d [2020-11-03T23:06:01.966Z] Merging remotes/origin/master commit 42855ebc7fdf649d5e555a540078c48676dc665e into PR head commit dfc2d770e47f36ee24ff9b9c3b65683196355ddd [2020-11-03T23:06:02.197Z] #41 25.09 DEP compel/src/lib/infect.d [2020-11-03T23:06:02.197Z] #41 25.17 DEP compel/src/lib/infect-util.d [2020-11-03T23:06:02.197Z] #41 25.25 DEP compel/src/lib/infect-rpc.d [2020-11-03T23:06:02.488Z] #41 25.37 DEP compel/arch/s390/src/lib/infect.d [2020-11-03T23:06:02.488Z] #41 25.46 DEP compel/arch/s390/src/lib/cpu.d [2020-11-03T23:06:02.488Z] #41 25.52 DEP compel/src/lib/log.d [2020-11-03T23:06:02.488Z] #41 25.56 DEP compel/src/main.d [2020-11-03T23:06:02.779Z] #41 25.60 DEP compel/src/lib/handle-elf.d [2020-11-03T23:06:02.779Z] #41 25.66 DEP compel/arch/s390/src/lib/handle-elf.d [2020-11-03T23:06:02.779Z] #41 25.75 CC compel/src/lib/log.o [2020-11-03T23:06:02.779Z] #41 25.86 CC compel/arch/s390/src/lib/cpu.o [2020-11-03T23:06:02.779Z] #41 25.97 CC compel/arch/s390/src/lib/infect.o [2020-11-03T23:06:01.391Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-03T23:06:01.409Z] > git config --add remote.origin.fetch +refs/pull/41604/head:refs/remotes/origin/PR-41604 # timeout=10 [2020-11-03T23:06:01.438Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:06:01.462Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-03T23:06:01.497Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-03T23:06:01.497Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:06:01.499Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41604/head:refs/remotes/origin/PR-41604 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:06:01.950Z] > git config core.sparsecheckout # timeout=10 [2020-11-03T23:06:01.957Z] > git checkout -f dfc2d770e47f36ee24ff9b9c3b65683196355ddd # timeout=10 [2020-11-03T23:06:03.410Z] #41 26.52 CC compel/src/lib/infect-rpc.o [2020-11-03T23:06:03.701Z] #41 26.80 CC compel/src/lib/infect-util.o [2020-11-03T23:06:03.732Z] Merge succeeded, producing a8261f7699822e421258e7fbdf3adaec059647b2 [2020-11-03T23:06:03.732Z] Checking out Revision a8261f7699822e421258e7fbdf3adaec059647b2 (PR-41604) [2020-11-03T23:06:03.991Z] #41 26.99 CC compel/src/lib/infect.o [2020-11-03T23:06:03.216Z] > git remote # timeout=10 [2020-11-03T23:06:03.233Z] > git config --get remote.origin.url # timeout=10 [2020-11-03T23:06:03.243Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:06:03.246Z] > git merge 42855ebc7fdf649d5e555a540078c48676dc665e # timeout=10 [2020-11-03T23:06:03.692Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-03T23:06:03.714Z] > git config core.sparsecheckout # timeout=10 [2020-11-03T23:06:03.735Z] > git checkout -f a8261f7699822e421258e7fbdf3adaec059647b2 # timeout=10 [2020-11-03T23:06:05.495Z] #41 28.18 CC compel/src/lib/ptrace.o [2020-11-03T23:06:05.495Z] #41 28.44 AR compel/libcompel.a [2020-11-03T23:06:05.495Z] #41 28.46 HOSTCC compel/src/main-host.o [2020-11-03T23:06:05.495Z] #41 28.65 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-11-03T23:06:05.787Z] #41 28.74 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-03T23:06:05.787Z] #41 28.90 HOSTCC compel/src/lib/log-host.o [2020-11-03T23:06:06.077Z] #41 29.02 HOSTLINK compel/compel-host-bin [2020-11-03T23:06:06.077Z] #41 29.09 DEP soccr/soccr.d [2020-11-03T23:06:06.077Z] #41 29.19 CC soccr/soccr.o [2020-11-03T23:06:07.109Z] #41 29.99 AR soccr/libsoccr.a [2020-11-03T23:06:07.109Z] #41 30.01 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-03T23:06:07.109Z] #41 30.15 DEP criu/arch/s390/sigframe.d [2020-11-03T23:06:07.400Z] #41 30.29 DEP criu/arch/s390/crtools.d [2020-11-03T23:06:07.400Z] #41 30.46 DEP criu/arch/s390/cpu.d [2020-11-03T23:06:07.559Z] Removing intermediate container 40dd375a9731 [2020-11-03T23:06:07.560Z] ---> 48e1e7fbe86c [2020-11-03T23:06:07.560Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2020-11-03T23:06:07.560Z] ---> 805dc2d65d1c [2020-11-03T23:06:07.560Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-11-03T23:06:07.560Z] ---> 5e8e818cfdca [2020-11-03T23:06:07.560Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2020-11-03T23:06:07.560Z] ---> Running in 0b7101a1ea54 [2020-11-03T23:06:07.560Z] Removing intermediate container 0b7101a1ea54 [2020-11-03T23:06:07.560Z] ---> 78887d9abc58 [2020-11-03T23:06:07.560Z] Successfully built 78887d9abc58 [2020-11-03T23:06:07.560Z] Successfully tagged moby-buildx:latest [2020-11-03T23:06:07.560Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-11-03T23:06:07.560Z] if [ -n "${id}" ]; then \ [2020-11-03T23:06:07.560Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-11-03T23:06:07.560Z] && touch bundles/buildx; \ [2020-11-03T23:06:07.560Z] docker rm -f ${id}; \ [2020-11-03T23:06:07.560Z] fi [2020-11-03T23:06:07.560Z] dce964579ce2d27bae366135c4f8a25a8f71e64abf89762074c90a7085d9d194 [2020-11-03T23:06:07.560Z] bundles/buildx version [2020-11-03T23:06:07.560Z] buildx v0.3.1 6db68d0 [2020-11-03T23:06:07.560Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:94bcfbdcb127d303563f72e7cf500179256c8f56 . [2020-11-03T23:06:07.560Z] #1 [internal] booting buildkit [2020-11-03T23:06:07.560Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-11-03T23:06:07.560Z] #1 pulling image moby/buildkit:buildx-stable-1 2.3s done [2020-11-03T23:06:07.560Z] #1 creating container buildx_buildkit_default [2020-11-03T23:06:07.560Z] #1 creating container buildx_buildkit_default 0.4s done [2020-11-03T23:06:07.560Z] #1 DONE 2.7s [2020-11-03T23:06:07.560Z] [2020-11-03T23:06:07.560Z] #2 [internal] load build definition from Dockerfile [2020-11-03T23:06:07.560Z] #2 transferring dockerfile: [2020-11-03T23:06:07.560Z] #2 transferring dockerfile: 16.58kB done [2020-11-03T23:06:07.560Z] #2 DONE 0.0s [2020-11-03T23:06:07.560Z] [2020-11-03T23:06:07.560Z] #3 [internal] load .dockerignore [2020-11-03T23:06:07.560Z] #3 transferring context: 87B done [2020-11-03T23:06:07.560Z] #3 DONE 0.0s [2020-11-03T23:06:07.560Z] [2020-11-03T23:06:07.560Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-03T23:06:07.560Z] #4 DONE 1.1s [2020-11-03T23:06:07.560Z] [2020-11-03T23:06:07.560Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-03T23:06:07.560Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-03T23:06:07.691Z] #41 30.62 CC criu/arch/s390/cpu.o [2020-11-03T23:06:07.691Z] #41 ... [2020-11-03T23:06:07.691Z] [2020-11-03T23:06:07.691Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:06:07.691Z] #11 65.09 Selecting previously unselected package libapparmor1:s390x. [2020-11-03T23:06:07.691Z] #11 65.10 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2020-11-03T23:06:07.691Z] #11 65.11 Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-11-03T23:06:07.691Z] #11 65.16 Selecting previously unselected package libapparmor-dev:s390x. [2020-11-03T23:06:07.691Z] #11 65.16 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2020-11-03T23:06:07.691Z] #11 65.17 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-11-03T23:06:07.691Z] #11 65.27 Selecting previously unselected package libbtrfs0. [2020-11-03T23:06:07.691Z] #11 65.27 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2020-11-03T23:06:07.691Z] #11 65.28 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-03T23:06:07.691Z] #11 65.31 Selecting previously unselected package libbtrfs-dev. [2020-11-03T23:06:07.691Z] #11 65.31 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-11-03T23:06:07.691Z] #11 65.31 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-03T23:06:07.981Z] #11 65.39 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-11-03T23:06:07.981Z] #11 65.39 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-11-03T23:06:07.981Z] #11 65.39 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-11-03T23:06:07.981Z] #11 65.42 Selecting previously unselected package libudev-dev:s390x. [2020-11-03T23:06:07.981Z] #11 65.42 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_s390x.deb ... [2020-11-03T23:06:07.981Z] #11 65.43 Unpacking libudev-dev:s390x (241-7~deb10u4) ... [2020-11-03T23:06:07.981Z] #11 65.49 Selecting previously unselected package libsepol1-dev:s390x. [2020-11-03T23:06:07.981Z] #11 65.50 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2020-11-03T23:06:07.981Z] #11 65.50 Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-11-03T23:06:08.271Z] #11 65.70 Selecting previously unselected package libpcre16-3:s390x. [2020-11-03T23:06:08.271Z] #11 65.70 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-11-03T23:06:08.271Z] #11 65.72 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-11-03T23:06:08.271Z] #11 65.82 Selecting previously unselected package libpcre32-3:s390x. [2020-11-03T23:06:08.275Z] Commit message: "Merge commit '42855ebc7fdf649d5e555a540078c48676dc665e' into HEAD" [2020-11-03T23:06:08.291Z] First time build. Skipping changelog. [2020-11-03T23:06:08.562Z] #11 65.82 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-11-03T23:06:08.562Z] #11 65.83 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-11-03T23:06:08.562Z] #11 65.90 Selecting previously unselected package libpcrecpp0v5:s390x. [2020-11-03T23:06:08.562Z] #11 65.91 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-11-03T23:06:08.562Z] #11 65.91 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-11-03T23:06:08.562Z] #11 66.01 Selecting previously unselected package libpcre3-dev:s390x. [2020-11-03T23:06:08.562Z] #11 66.01 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-11-03T23:06:08.562Z] #11 66.02 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-11-03T23:06:08.562Z] #11 66.23 Selecting previously unselected package libselinux1-dev:s390x. [2020-11-03T23:06:08.597Z] #5 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-03T23:06:08.597Z] #5 sha256:c0fe20821d527e147784f7e782513880bf31b0060b2a7da7a94582ecde81c85f 521B / 521B done [2020-11-03T23:06:08.597Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.1s [2020-11-03T23:06:08.597Z] #5 sha256:e1129f819954dd9547d093183a562609478c4f521a06a1f6eba6c532e105f730 899B / 899B done [2020-11-03T23:06:08.597Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.4s done [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-03T23:06:08.853Z] #11 66.23 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-11-03T23:06:08.853Z] #11 66.23 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-11-03T23:06:08.853Z] #11 66.41 Selecting previously unselected package libdevmapper-dev:s390x. [2020-11-03T23:06:08.853Z] #11 66.42 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-11-03T23:06:08.853Z] #11 66.42 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-11-03T23:06:08.853Z] #11 66.49 Selecting previously unselected package libseccomp-dev:s390x. [2020-11-03T23:06:08.892Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2020-11-03T23:06:09.143Z] #11 66.49 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2020-11-03T23:06:09.143Z] #11 66.50 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-11-03T23:06:09.143Z] #11 66.60 Selecting previously unselected package libsystemd-dev:s390x. [2020-11-03T23:06:09.143Z] #11 ... [2020-11-03T23:06:09.143Z] [2020-11-03T23:06:09.143Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:06:09.143Z] #43 56.57 hash/crc32 [2020-11-03T23:06:09.143Z] #43 57.14 compress/gzip [2020-11-03T23:06:09.143Z] #43 57.46 net [2020-11-03T23:06:09.143Z] #43 57.54 vendor/golang.org/x/text/transform [2020-11-03T23:06:09.143Z] #43 58.02 vendor/golang.org/x/text/unicode/bidi [2020-11-03T23:06:09.143Z] #43 59.17 vendor/golang.org/x/text/secure/bidirule [2020-11-03T23:06:09.143Z] #43 59.37 vendor/golang.org/x/text/unicode/norm [2020-11-03T23:06:09.143Z] #43 61.60 vendor/golang.org/x/net/idna [2020-11-03T23:06:09.143Z] #43 63.01 vendor/golang.org/x/net/http2/hpack [2020-11-03T23:06:09.143Z] #43 63.69 mime [2020-11-03T23:06:09.143Z] #43 64.82 mime/quotedprintable [2020-11-03T23:06:09.143Z] #43 65.08 net/http/internal [2020-11-03T23:06:09.143Z] #43 ... [2020-11-03T23:06:09.143Z] [2020-11-03T23:06:09.143Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:06:09.143Z] #11 66.60 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_s390x.deb ... [2020-11-03T23:06:09.143Z] #11 66.61 Unpacking libsystemd-dev:s390x (241-7~deb10u4) ... [2020-11-03T23:06:09.186Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 0.3s done [2020-11-03T23:06:09.186Z] #5 DONE 2.0s [2020-11-03T23:06:09.186Z] [2020-11-03T23:06:09.186Z] #8 [internal] load metadata for docker.io/library/debian:buster [2020-11-03T23:06:09.353Z] + docker version [2020-11-03T23:06:09.434Z] #11 66.95 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-11-03T23:06:09.434Z] #11 66.96 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-11-03T23:06:09.434Z] #11 66.96 Setting up libapparmor1:s390x (2.13.2-10) ... [2020-11-03T23:06:09.434Z] #11 66.97 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-03T23:06:09.434Z] #11 66.98 Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-11-03T23:06:09.434Z] #11 66.98 Setting up libsepol1-dev:s390x (2.8-1) ... [2020-11-03T23:06:09.434Z] #11 66.99 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:06:09.434Z] #11 67.00 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-03T23:06:09.434Z] #11 67.01 Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-11-03T23:06:09.724Z] #11 67.01 Setting up libudev-dev:s390x (241-7~deb10u4) ... [2020-11-03T23:06:09.724Z] #11 67.02 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-03T23:06:09.724Z] #11 67.03 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-03T23:06:09.724Z] #11 67.03 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-11-03T23:06:09.724Z] #11 67.04 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-03T23:06:09.724Z] #11 67.05 Setting up libsystemd-dev:s390x (241-7~deb10u4) ... [2020-11-03T23:06:09.724Z] #11 67.06 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-03T23:06:09.724Z] #11 67.06 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-11-03T23:06:09.724Z] #11 67.07 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:06:09.724Z] #11 67.08 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-03T23:06:09.724Z] #11 67.08 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-03T23:06:09.724Z] #11 67.08 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:06:09.724Z] #11 67.09 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-03T23:06:09.724Z] #11 67.09 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-03T23:06:09.724Z] #11 67.09 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-03T23:06:09.724Z] #11 67.10 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-11-03T23:06:09.724Z] #11 67.11 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-11-03T23:06:09.724Z] #11 67.11 Setting up dmsetup (2:1.02.155-3) ... [2020-11-03T23:06:09.724Z] #11 67.12 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-11-03T23:06:09.724Z] #11 67.13 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-11-03T23:06:09.724Z] #11 67.14 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:06:09.821Z] #8 ... [2020-11-03T23:06:09.821Z] [2020-11-03T23:06:09.821Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-03T23:06:09.821Z] #7 DONE 0.6s [2020-11-03T23:06:09.821Z] [2020-11-03T23:06:09.821Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-03T23:06:09.837Z] #47 ... [2020-11-03T23:06:09.838Z] [2020-11-03T23:06:09.838Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:06:09.838Z] #54 89.64 + bin/containerd [2020-11-03T23:06:09.838Z] #54 ... [2020-11-03T23:06:09.838Z] [2020-11-03T23:06:09.838Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:06:09.838Z] #47 89.91 + /build/golangci-lint --version [2020-11-03T23:06:09.838Z] #47 90.10 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-03T23:06:09.838Z] #47 DONE 90.7s [2020-11-03T23:06:09.838Z] [2020-11-03T23:06:09.838Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:06:10.015Z] #11 DONE 67.6s [2020-11-03T23:06:10.015Z] [2020-11-03T23:06:10.015Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:06:10.113Z] #6 DONE 0.9s [2020-11-03T23:06:10.113Z] [2020-11-03T23:06:10.113Z] #8 [internal] load metadata for docker.io/library/debian:buster [2020-11-03T23:06:10.306Z] #51 ... [2020-11-03T23:06:10.306Z] [2020-11-03T23:06:10.306Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:06:10.306Z] #56 64.04 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-03T23:06:10.306Z] #56 64.04 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-03T23:06:10.306Z] #56 DONE 67.8s [2020-11-03T23:06:08.263Z] > git rev-list --no-walk 018a3132e344c27ef1324fa089025d11c9d99793 # timeout=10 [2020-11-03T23:06:10.621Z] [2020-11-03T23:06:10.621Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-03T23:06:10.621Z] #57 DONE 0.1s [2020-11-03T23:06:10.621Z] [2020-11-03T23:06:10.621Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-03T23:06:10.621Z] #58 DONE 0.1s [2020-11-03T23:06:10.621Z] [2020-11-03T23:06:10.621Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:06:10.621Z] #41 30.86 CC criu/arch/s390/crtools.o [2020-11-03T23:06:10.621Z] #41 31.68 CC criu/arch/s390/sigframe.o [2020-11-03T23:06:10.621Z] #41 31.80 LINK criu/arch/s390/crtools.built-in.o [2020-11-03T23:06:10.621Z] #41 31.83 DEP criu/pie/util-vdso.d [2020-11-03T23:06:10.621Z] #41 31.93 DEP criu/pie/util.d [2020-11-03T23:06:10.621Z] #41 32.06 CC criu/pie/util.o [2020-11-03T23:06:10.621Z] #41 32.20 CC criu/pie/util-vdso.o [2020-11-03T23:06:10.621Z] #41 32.71 AR criu/pie/pie.lib.a [2020-11-03T23:06:10.621Z] #41 32.74 DEP criu/pie/restorer.d [2020-11-03T23:06:10.621Z] #41 32.89 DEP criu/arch/s390/restorer.d [2020-11-03T23:06:10.621Z] #41 32.98 DEP criu/arch/s390/vdso-pie.d [2020-11-03T23:06:10.621Z] #41 33.07 DEP criu/pie/parasite-vdso.d [2020-11-03T23:06:10.621Z] #41 33.19 DEP criu/pie/parasite.d [2020-11-03T23:06:10.621Z] #41 33.44 CC criu/pie/parasite.o [2020-11-03T23:06:11.156Z] #8 DONE 2.0s [2020-11-03T23:06:11.156Z] [2020-11-03T23:06:11.156Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:06:11.156Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-03T23:06:11.280Z] #41 ... [2020-11-03T23:06:11.280Z] [2020-11-03T23:06:11.280Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-03T23:06:11.280Z] #12 DONE 1.2s [2020-11-03T23:06:11.591Z] [2020-11-03T23:06:11.591Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:06:11.591Z] #41 34.56 LINK criu/pie/parasite.built-in.o [2020-11-03T23:06:11.591Z] #41 34.56 GEN criu/pie/parasite-blob.h [2020-11-03T23:06:11.591Z] #41 34.59 CC criu/pie/parasite-vdso.o [2020-11-03T23:06:11.753Z] #54 ... [2020-11-03T23:06:11.753Z] [2020-11-03T23:06:11.753Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-03T23:06:11.753Z] #48 DONE 0.6s [2020-11-03T23:06:11.753Z] [2020-11-03T23:06:11.753Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-03T23:06:11.753Z] #50 DONE 0.0s [2020-11-03T23:06:11.753Z] [2020-11-03T23:06:11.753Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-03T23:06:11.878Z] #9 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0B / 157B 0.1s [2020-11-03T23:06:11.878Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0B / 8.25MB 0.1s [2020-11-03T23:06:11.878Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 0B / 73.58MB 0.1s [2020-11-03T23:06:11.878Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 0B / 57.46MB 0.1s [2020-11-03T23:06:11.878Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 0B / 96.52MB 0.1s [2020-11-03T23:06:11.878Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-03T23:06:11.878Z] #9 sha256:587befacd090e4ee03242580889fab674e092756cd0b584eb63fac8383feb77a 1.79kB / 1.79kB done [2020-11-03T23:06:11.878Z] #9 sha256:805dc2d65d1cf4b9c47496eb9479547c38989024ec07ff55aafff7a0f7b16fb7 6.20kB / 6.20kB done [2020-11-03T23:06:11.878Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 0B / 54.14MB 0.1s [2020-11-03T23:06:11.878Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0B / 10.73MB 0.1s [2020-11-03T23:06:11.878Z] #9 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.4s done [2020-11-03T23:06:11.878Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 670.69kB / 8.25MB 0.4s [2020-11-03T23:06:11.878Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 698.80kB / 10.73MB 0.4s [2020-11-03T23:06:12.014Z] #52 DONE 0.3s [2020-11-03T23:06:12.014Z] [2020-11-03T23:06:12.014Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:06:12.222Z] #41 35.10 CC criu/arch/s390/vdso-pie.o [2020-11-03T23:06:12.222Z] #41 35.23 CC criu/arch/s390/restorer.o [2020-11-03T23:06:12.222Z] #41 ... [2020-11-03T23:06:12.222Z] [2020-11-03T23:06:12.222Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-03T23:06:12.222Z] #13 DONE 1.0s [2020-11-03T23:06:12.222Z] [2020-11-03T23:06:12.222Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:06:12.222Z] #41 35.40 CC criu/pie/restorer.o [2020-11-03T23:06:12.295Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 3.02MB / 8.25MB 0.6s [2020-11-03T23:06:12.295Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 3.20MB / 54.14MB 0.6s [2020-11-03T23:06:12.295Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 2.48MB / 10.73MB 0.6s [2020-11-03T23:06:12.295Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 5.19MB / 8.25MB 0.7s [2020-11-03T23:06:12.295Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 3.63MB / 10.73MB 0.7s [2020-11-03T23:06:12.671Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 7.45MB / 8.25MB 0.9s [2020-11-03T23:06:12.671Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 5.52MB / 10.73MB 0.9s [2020-11-03T23:06:12.671Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.0s done [2020-11-03T23:06:12.671Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 5.68MB / 73.58MB 1.2s [2020-11-03T23:06:12.671Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 5.19MB / 57.46MB 1.2s [2020-11-03T23:06:12.671Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 7.80MB / 96.52MB 1.2s [2020-11-03T23:06:12.671Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 7.68MB / 54.14MB 1.2s [2020-11-03T23:06:12.671Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.2s done [2020-11-03T23:06:13.039Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 9.55MB / 73.58MB 1.5s [2020-11-03T23:06:13.039Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 10.57MB / 57.46MB 1.5s [2020-11-03T23:06:13.039Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 13.37MB / 96.52MB 1.5s [2020-11-03T23:06:13.039Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 13.77MB / 54.14MB 1.5s [2020-11-03T23:06:13.256Z] #41 ... [2020-11-03T23:06:13.256Z] [2020-11-03T23:06:13.256Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-03T23:06:13.256Z] #14 0.805 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-03T23:06:13.256Z] #14 DONE 1.0s [2020-11-03T23:06:13.547Z] [2020-11-03T23:06:13.547Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-03T23:06:13.921Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 14.70MB / 73.58MB 1.8s [2020-11-03T23:06:13.921Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 15.27MB / 57.46MB 1.8s [2020-11-03T23:06:13.921Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 17.93MB / 54.14MB 1.8s [2020-11-03T23:06:13.921Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 19.65MB / 73.58MB 2.1s [2020-11-03T23:06:13.921Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 21.67MB / 57.46MB 2.1s [2020-11-03T23:06:13.921Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 24.51MB / 96.52MB 2.1s [2020-11-03T23:06:13.921Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 23.43MB / 54.14MB 2.1s [2020-11-03T23:06:14.186Z] #15 DONE 0.9s [2020-11-03T23:06:14.186Z] [2020-11-03T23:06:14.186Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:06:14.186Z] #41 37.17 LINK criu/pie/restorer.built-in.o [2020-11-03T23:06:14.186Z] #41 37.17 GEN criu/pie/restorer-blob.h [2020-11-03T23:06:14.186Z] #41 37.22 DEP criu/vdso.d [2020-11-03T23:06:14.361Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 24.36MB / 73.58MB 2.4s [2020-11-03T23:06:14.361Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 26.54MB / 57.46MB 2.4s [2020-11-03T23:06:14.361Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 29.39MB / 96.52MB 2.4s [2020-11-03T23:06:14.361Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 29.35MB / 54.14MB 2.4s [2020-11-03T23:06:14.361Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 32.69MB / 54.14MB 2.8s [2020-11-03T23:06:14.361Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 28.68MB / 73.58MB 2.9s [2020-11-03T23:06:14.361Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 30.08MB / 57.46MB 2.9s [2020-11-03T23:06:14.361Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 34.97MB / 96.52MB 2.9s [2020-11-03T23:06:14.477Z] #41 37.45 DEP criu/uts_ns.d [2020-11-03T23:06:14.477Z] #41 37.58 DEP criu/util.d [2020-11-03T23:06:14.671Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 35.61MB / 54.14MB 3.2s [2020-11-03T23:06:14.771Z] #41 37.68 DEP criu/uffd.d [2020-11-03T23:06:14.771Z] #41 37.80 DEP criu/tun.d [2020-11-03T23:06:15.062Z] #41 37.89 DEP criu/tty.d [2020-11-03T23:06:15.062Z] #41 38.01 DEP criu/timerfd.d [2020-11-03T23:06:15.062Z] #41 ... [2020-11-03T23:06:15.062Z] [2020-11-03T23:06:15.062Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-03T23:06:15.062Z] #16 DONE 0.8s [2020-11-03T23:06:15.062Z] [2020-11-03T23:06:15.062Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:06:15.062Z] #41 38.09 DEP criu/timens.d [2020-11-03T23:06:15.062Z] #41 38.27 DEP criu/sysfs_parse.d [2020-11-03T23:06:15.352Z] #41 38.36 DEP criu/sysctl.d [2020-11-03T23:06:15.352Z] #41 38.49 DEP criu/string.d [2020-11-03T23:06:15.352Z] #41 38.52 DEP criu/stats.d [2020-11-03T23:06:15.661Z] #41 38.63 DEP criu/sockets.d [2020-11-03T23:06:15.661Z] #41 38.76 DEP criu/sk-unix.d [2020-11-03T23:06:15.796Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 33.95MB / 57.46MB 3.3s [2020-11-03T23:06:15.796Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 33.91MB / 73.58MB 3.4s [2020-11-03T23:06:15.796Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 37.52MB / 57.46MB 3.4s [2020-11-03T23:06:15.796Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 40.48MB / 96.52MB 3.4s [2020-11-03T23:06:15.796Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 39.79MB / 54.14MB 3.4s [2020-11-03T23:06:15.796Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 42.85MB / 54.14MB 3.6s [2020-11-03T23:06:15.796Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 43.80MB / 57.46MB 3.7s [2020-11-03T23:06:15.796Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 46.61MB / 96.52MB 3.7s [2020-11-03T23:06:15.796Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 38.12MB / 73.58MB 3.9s [2020-11-03T23:06:15.796Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 46.35MB / 54.14MB 3.9s [2020-11-03T23:06:15.796Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 42.41MB / 73.58MB 4.2s [2020-11-03T23:06:15.796Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 53.47MB / 96.52MB 4.2s [2020-11-03T23:06:15.796Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 50.26MB / 54.14MB 4.2s [2020-11-03T23:06:15.963Z] #41 ... [2020-11-03T23:06:15.963Z] [2020-11-03T23:06:15.963Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-03T23:06:15.963Z] #17 DONE 0.9s [2020-11-03T23:06:15.963Z] [2020-11-03T23:06:15.963Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:06:15.963Z] #41 38.92 DEP criu/sk-tcp.d [2020-11-03T23:06:16.130Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 48.27MB / 73.58MB 4.5s [2020-11-03T23:06:16.130Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 47.43MB / 57.46MB 4.5s [2020-11-03T23:06:16.130Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 4.5s [2020-11-03T23:06:16.130Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 61.60MB / 96.52MB 4.6s [2020-11-03T23:06:16.130Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 4.5s done [2020-11-03T23:06:16.254Z] #41 39.11 DEP criu/sk-queue.d [2020-11-03T23:06:16.545Z] #41 39.38 DEP criu/sk-packet.d [2020-11-03T23:06:16.545Z] #41 39.51 DEP criu/sk-netlink.d [2020-11-03T23:06:16.545Z] #41 39.68 DEP criu/sk-inet.d [2020-11-03T23:06:16.697Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 54.17MB / 73.58MB 4.8s [2020-11-03T23:06:16.697Z] #9 ... [2020-11-03T23:06:16.697Z] [2020-11-03T23:06:16.697Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-03T23:06:16.697Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-03T23:06:16.697Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-03T23:06:16.697Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.2s done [2020-11-03T23:06:16.697Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-03T23:06:16.697Z] #61 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 3.6s done [2020-11-03T23:06:16.697Z] #61 DONE 5.3s [2020-11-03T23:06:16.697Z] [2020-11-03T23:06:16.697Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:06:16.697Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 50.40MB / 57.46MB 4.9s [2020-11-03T23:06:16.697Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 68.61MB / 96.52MB 4.9s [2020-11-03T23:06:16.697Z] #9 ... [2020-11-03T23:06:16.697Z] [2020-11-03T23:06:16.697Z] #22 [internal] load build context [2020-11-03T23:06:16.697Z] #22 transferring context: 28.40MB 5.3s [2020-11-03T23:06:16.835Z] #41 39.91 DEP criu/signalfd.d [2020-11-03T23:06:16.835Z] #41 40.03 DEP criu/sigframe.d [2020-11-03T23:06:17.126Z] #41 40.13 DEP criu/shmem.d [2020-11-03T23:06:17.126Z] #41 40.21 DEP criu/servicefd.d [2020-11-03T23:06:17.416Z] #41 40.34 DEP criu/seize.d [2020-11-03T23:06:17.416Z] #41 40.42 DEP criu/seccomp.d [2020-11-03T23:06:17.707Z] #41 40.61 DEP criu/rst-malloc.d [2020-11-03T23:06:17.707Z] #41 40.69 DEP criu/rbtree.d [2020-11-03T23:06:17.707Z] #41 40.71 DEP criu/pstree.d [2020-11-03T23:06:18.000Z] #41 40.89 DEP criu/protobuf.d [2020-11-03T23:06:18.000Z] #41 40.97 GEN criu/protobuf-desc-gen.h [2020-11-03T23:06:18.879Z] #22 transferring context: 51.99MB 7.3s done [2020-11-03T23:06:18.879Z] #22 DONE 7.4s [2020-11-03T23:06:18.879Z] [2020-11-03T23:06:18.879Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:06:18.879Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 6.2s done [2020-11-03T23:06:18.879Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 5.4s done [2020-11-03T23:06:18.879Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 6.2s done [2020-11-03T23:06:18.879Z] #9 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-11-03T23:06:19.035Z] #41 41.92 DEP criu/protobuf-desc.d [2020-11-03T23:06:19.035Z] #41 42.05 DEP criu/proc_parse.d [2020-11-03T23:06:19.035Z] #41 42.15 DEP criu/plugin.d [2020-11-03T23:06:19.326Z] #41 42.23 DEP criu/pipes.d [2020-11-03T23:06:19.326Z] #41 42.44 DEP criu/pie-util.d [2020-11-03T23:06:19.616Z] #41 42.53 DEP criu/pie-util-vdso.d [2020-11-03T23:06:19.616Z] #41 ... [2020-11-03T23:06:19.616Z] [2020-11-03T23:06:19.616Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:06:19.616Z] #43 66.99 net/textproto [2020-11-03T23:06:19.616Z] #43 67.00 crypto/x509 [2020-11-03T23:06:19.616Z] #43 67.69 vendor/golang.org/x/net/http/httpguts [2020-11-03T23:06:19.616Z] #43 67.92 vendor/golang.org/x/net/http/httpproxy [2020-11-03T23:06:19.616Z] #43 68.40 mime/multipart [2020-11-03T23:06:19.616Z] #43 69.73 crypto/tls [2020-11-03T23:06:19.616Z] #43 74.05 net/http/httptrace [2020-11-03T23:06:19.616Z] #43 74.29 net/http [2020-11-03T23:06:19.616Z] #43 ... [2020-11-03T23:06:19.616Z] [2020-11-03T23:06:19.616Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:06:19.616Z] #41 42.63 DEP criu/path.d [2020-11-03T23:06:19.907Z] #41 42.75 DEP criu/parasite-syscall.d [2020-11-03T23:06:19.907Z] #41 42.97 DEP criu/pagemap.d [2020-11-03T23:06:20.197Z] #41 43.12 DEP criu/pagemap-cache.d [2020-11-03T23:06:20.197Z] #41 43.27 DEP criu/page-xfer.d [2020-11-03T23:06:20.488Z] #41 43.46 DEP criu/page-pipe.d [2020-11-03T23:06:20.488Z] #41 43.56 DEP criu/netfilter.d [2020-11-03T23:06:20.779Z] #41 43.74 DEP criu/net.d [2020-11-03T23:06:21.070Z] #41 43.94 DEP criu/namespaces.d [2020-11-03T23:06:21.070Z] #41 44.08 DEP criu/mount.d [2020-11-03T23:06:21.360Z] #41 44.24 DEP criu/memfd.d [2020-11-03T23:06:21.360Z] #41 ... [2020-11-03T23:06:21.360Z] [2020-11-03T23:06:21.360Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:06:21.360Z] #51 1.128 + RM_GOPATH=0 [2020-11-03T23:06:21.360Z] #51 1.128 + TMP_GOPATH= [2020-11-03T23:06:21.360Z] #51 1.128 + : /build [2020-11-03T23:06:21.360Z] #51 1.128 + '[' -z '' ']' [2020-11-03T23:06:21.360Z] #51 1.128 ++ mktemp -d [2020-11-03T23:06:21.360Z] #51 1.128 + export GOPATH=/tmp/tmp.gXmK4L8JZ3 [2020-11-03T23:06:21.360Z] #51 1.128 + GOPATH=/tmp/tmp.gXmK4L8JZ3 [2020-11-03T23:06:21.360Z] #51 1.128 + RM_GOPATH=1 [2020-11-03T23:06:21.360Z] #51 1.128 + case "$(go env GOARCH)" in [2020-11-03T23:06:21.360Z] #51 1.128 ++ go env GOARCH [2020-11-03T23:06:21.360Z] #51 1.149 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:06:21.360Z] #51 1.149 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:06:21.360Z] #51 1.149 ++ dirname /tmp/install/install.sh [2020-11-03T23:06:21.360Z] #51 1.161 + dir=/tmp/install [2020-11-03T23:06:21.360Z] #51 1.161 + bin=runc [2020-11-03T23:06:21.360Z] #51 1.161 + shift [2020-11-03T23:06:21.360Z] #51 1.161 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-03T23:06:21.360Z] #51 1.161 + . /tmp/install/runc.installer [2020-11-03T23:06:21.360Z] #51 1.161 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-03T23:06:21.360Z] #51 1.161 + install_runc [2020-11-03T23:06:21.360Z] #51 1.161 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-03T23:06:21.360Z] #51 1.161 + uname -r [2020-11-03T23:06:21.360Z] #51 1.161 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-03T23:06:21.360Z] #51 1.161 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-03T23:06:21.360Z] #51 1.161 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.gXmK4L8JZ3/src/github.com/opencontainers/runc [2020-11-03T23:06:21.360Z] #51 1.161 Cloning into '/tmp/tmp.gXmK4L8JZ3/src/github.com/opencontainers/runc'... [2020-11-03T23:06:21.360Z] #51 1.161 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-03T23:06:21.360Z] #51 6.389 + cd /tmp/tmp.gXmK4L8JZ3/src/github.com/opencontainers/runc [2020-11-03T23:06:21.360Z] #51 6.390 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-03T23:06:21.360Z] #51 6.588 + '[' -z '' ']' [2020-11-03T23:06:21.360Z] #51 6.589 + target=static [2020-11-03T23:06:21.360Z] #51 6.589 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-03T23:06:21.360Z] #51 6.923 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-03T23:06:21.360Z] #51 ... [2020-11-03T23:06:21.360Z] [2020-11-03T23:06:21.360Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:06:21.360Z] #41 44.40 DEP criu/mem.d [2020-11-03T23:06:21.627Z] Client: Docker Engine - Community [2020-11-03T23:06:21.627Z] Version: 19.03.13 [2020-11-03T23:06:21.627Z] API version: 1.40 [2020-11-03T23:06:21.627Z] Go version: go1.13.15 [2020-11-03T23:06:21.627Z] Git commit: 4484c46 [2020-11-03T23:06:21.627Z] Built: Wed Sep 16 17:03:45 2020 [2020-11-03T23:06:21.627Z] OS/Arch: linux/arm64 [2020-11-03T23:06:21.627Z] Experimental: false [2020-11-03T23:06:21.627Z] [2020-11-03T23:06:21.627Z] Server: Docker Engine - Community [2020-11-03T23:06:21.627Z] Engine: [2020-11-03T23:06:21.627Z] Version: 19.03.13 [2020-11-03T23:06:21.627Z] API version: 1.40 (minimum version 1.12) [2020-11-03T23:06:21.627Z] Go version: go1.13.15 [2020-11-03T23:06:21.627Z] Git commit: 4484c46 [2020-11-03T23:06:21.627Z] Built: Wed Sep 16 17:02:17 2020 [2020-11-03T23:06:21.627Z] OS/Arch: linux/arm64 [2020-11-03T23:06:21.627Z] Experimental: true [2020-11-03T23:06:21.627Z] containerd: [2020-11-03T23:06:21.627Z] Version: 1.3.7 [2020-11-03T23:06:21.627Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-03T23:06:21.627Z] runc: [2020-11-03T23:06:21.627Z] Version: 1.0.0-rc10 [2020-11-03T23:06:21.627Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-03T23:06:21.627Z] docker-init: [2020-11-03T23:06:21.627Z] Version: 0.18.0 [2020-11-03T23:06:21.627Z] GitCommit: fec3683 [2020-11-03T23:06:21.632Z] #9 ... [2020-11-03T23:06:21.632Z] [2020-11-03T23:06:21.632Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-03T23:06:21.632Z] #25 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done [2020-11-03T23:06:21.632Z] #25 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done [2020-11-03T23:06:21.632Z] #25 sha256:718fa89ee697814e223b7b407029d1ebc1d8316f9d26c0ae1e9168d9b5ba893c 529B / 529B done [2020-11-03T23:06:21.632Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 54.14MB / 54.14MB 6.0s done [2020-11-03T23:06:21.632Z] #25 sha256:2946fdcd38d09692b95ae44ef5aa4a608d852cd56565f6ac040208e9c12e661e 1.50kB / 1.50kB done [2020-11-03T23:06:21.632Z] #25 unpacking docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 [2020-11-03T23:06:21.651Z] #41 44.62 DEP criu/lsm.d [Pipeline] sh [2020-11-03T23:06:21.941Z] #41 44.82 DEP criu/log.d [2020-11-03T23:06:21.941Z] #41 44.93 DEP criu/libnetlink.d [2020-11-03T23:06:21.941Z] #41 45.01 DEP criu/kerndat.d [2020-11-03T23:06:21.969Z] + docker info [2020-11-03T23:06:22.232Z] #41 45.14 DEP criu/kcmp-ids.d [2020-11-03T23:06:22.232Z] #41 45.19 DEP criu/irmap.d [2020-11-03T23:06:22.232Z] #41 45.26 DEP criu/ipc_ns.d [2020-11-03T23:06:22.523Z] #41 45.43 DEP criu/image.d [2020-11-03T23:06:22.523Z] #41 45.59 DEP criu/image-desc.d [2020-11-03T23:06:22.688Z] #25 unpacking docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 5.2s done [2020-11-03T23:06:22.688Z] #25 DONE 11.4s [2020-11-03T23:06:22.688Z] [2020-11-03T23:06:22.688Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-03T23:06:22.813Z] #41 45.65 DEP criu/fsnotify.d [2020-11-03T23:06:22.814Z] #41 45.84 DEP criu/filesystems.d [2020-11-03T23:06:22.814Z] #41 45.99 DEP criu/files.d [2020-11-03T23:06:22.988Z] #26 0.244 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:06:22.988Z] #26 0.266 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:06:22.988Z] #26 0.300 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:06:23.105Z] #41 46.24 DEP criu/files-reg.d [2020-11-03T23:06:23.287Z] #26 0.453 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB] [2020-11-03T23:06:23.287Z] #26 0.678 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-03T23:06:23.395Z] #41 46.36 DEP criu/files-ext.d [2020-11-03T23:06:23.395Z] #41 46.44 DEP criu/file-lock.d [2020-11-03T23:06:23.685Z] #41 46.58 DEP criu/file-ids.d [2020-11-03T23:06:23.685Z] #41 46.72 DEP criu/fifo.d [2020-11-03T23:06:23.927Z] #26 1.025 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-03T23:06:23.976Z] #41 46.87 DEP criu/fdstore.d [2020-11-03T23:06:23.976Z] #41 46.96 DEP criu/fault-injection.d [2020-11-03T23:06:23.976Z] #41 46.97 DEP criu/external.d [2020-11-03T23:06:23.976Z] #41 47.07 DEP criu/eventpoll.d [2020-11-03T23:06:24.266Z] #41 47.30 DEP criu/eventfd.d [2020-11-03T23:06:24.646Z] #41 47.49 DEP criu/crtools.d [2020-11-03T23:06:24.646Z] #41 47.57 DEP criu/cr-service.d [2020-11-03T23:06:24.646Z] #41 47.72 DEP criu/cr-restore.d [2020-11-03T23:06:24.936Z] #41 47.98 DEP criu/cr-errno.d [2020-11-03T23:06:24.936Z] #41 47.98 DEP criu/cr-dump.d [2020-11-03T23:06:25.240Z] #41 48.24 DEP criu/cr-dedup.d [2020-11-03T23:06:25.351Z] Fetching without tags [2020-11-03T23:06:25.453Z] #26 2.744 Fetched 8171 kB in 3s (3249 kB/s) [2020-11-03T23:06:25.530Z] #41 48.41 DEP criu/cr-check.d [2020-11-03T23:06:25.530Z] #41 48.53 DEP criu/config.d [2020-11-03T23:06:25.665Z] Merging remotes/origin/master commit 42855ebc7fdf649d5e555a540078c48676dc665e into PR head commit dfc2d770e47f36ee24ff9b9c3b65683196355ddd [2020-11-03T23:06:25.820Z] #41 48.67 DEP criu/clone-noasan.d [2020-11-03T23:06:25.820Z] #41 48.72 DEP criu/cgroup.d [2020-11-03T23:06:25.820Z] #41 48.90 DEP criu/cgroup-props.d [2020-11-03T23:06:26.127Z] #41 48.94 DEP criu/bitmap.d [2020-11-03T23:06:26.127Z] #41 48.96 DEP criu/bfd.d [2020-11-03T23:06:26.127Z] #41 ... [2020-11-03T23:06:26.127Z] [2020-11-03T23:06:26.127Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:06:26.127Z] #18 0.669 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:06:26.127Z] #18 0.788 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:06:26.127Z] #18 0.883 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:06:26.127Z] #18 1.003 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-03T23:06:26.127Z] #18 1.625 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB] [2020-11-03T23:06:26.127Z] #18 2.680 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-03T23:06:26.127Z] #18 5.710 Fetched 8085 kB in 5s (1556 kB/s) [2020-11-03T23:06:26.127Z] #18 5.710 Reading package lists... [2020-11-03T23:06:26.127Z] #18 7.270 Reading package lists... [2020-11-03T23:06:26.127Z] #18 8.887 Building dependency tree... [2020-11-03T23:06:26.127Z] #18 9.090 libcap2-bin is already the newest version (1:2.25-2). [2020-11-03T23:06:26.127Z] #18 9.090 The following additional packages will be installed: [2020-11-03T23:06:26.127Z] #18 9.094 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-03T23:06:26.127Z] #18 9.094 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-03T23:06:26.127Z] #18 9.094 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-03T23:06:26.127Z] #18 9.094 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-03T23:06:26.127Z] #18 9.094 python3.7 python3.7-minimal vim-runtime xxd [2020-11-03T23:06:26.127Z] #18 9.095 Suggested packages: [2020-11-03T23:06:26.127Z] #18 9.095 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-03T23:06:26.127Z] #18 9.095 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-03T23:06:26.127Z] #18 9.095 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-03T23:06:26.127Z] #18 9.095 Recommended packages: [2020-11-03T23:06:26.127Z] #18 9.095 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-03T23:06:26.127Z] #18 9.095 python3-keyrings.alt python3-xdg unzip [2020-11-03T23:06:26.127Z] #18 10.11 The following NEW packages will be installed: [2020-11-03T23:06:26.127Z] #18 10.11 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-03T23:06:26.127Z] #18 10.11 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-03T23:06:26.127Z] #18 10.11 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-03T23:06:26.127Z] #18 10.11 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-03T23:06:26.127Z] #18 10.11 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-03T23:06:26.127Z] #18 10.11 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-03T23:06:26.127Z] #18 10.11 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-03T23:06:26.127Z] #18 10.11 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-03T23:06:26.127Z] #18 10.11 xz-utils zip [2020-11-03T23:06:26.127Z] #18 10.22 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:06:26.127Z] #18 10.22 Need to get 27.7 MB of archives. [2020-11-03T23:06:26.127Z] #18 10.22 After this operation, 117 MB of additional disk space will be used. [2020-11-03T23:06:26.127Z] #18 10.22 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-11-03T23:06:26.127Z] #18 ... [2020-11-03T23:06:26.127Z] [2020-11-03T23:06:26.127Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:06:26.127Z] #41 49.09 DEP criu/autofs.d [2020-11-03T23:06:26.127Z] #41 49.28 DEP criu/aio.d [2020-11-03T23:06:26.418Z] #41 49.44 DEP criu/action-scripts.d [2020-11-03T23:06:26.500Z] #26 2.744 Reading package lists... [2020-11-03T23:06:26.709Z] #41 49.60 CC criu/action-scripts.o [2020-11-03T23:06:27.001Z] #41 49.93 CC criu/aio.o [2020-11-03T23:06:27.138Z] Merge succeeded, producing 8993dd94323c37d10e2ceb7cb61a70c3b77db6a9 [2020-11-03T23:06:27.138Z] Checking out Revision 8993dd94323c37d10e2ceb7cb61a70c3b77db6a9 (PR-41604) [2020-11-03T23:06:27.291Z] #41 50.20 CC criu/autofs.o [2020-11-03T23:06:27.550Z] #26 3.792 Reading package lists... [2020-11-03T23:06:25.260Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-03T23:06:25.292Z] > git config --add remote.origin.fetch +refs/pull/41604/head:refs/remotes/origin/PR-41604 # timeout=10 [2020-11-03T23:06:25.317Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:06:25.329Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-03T23:06:25.357Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-03T23:06:25.357Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:06:25.359Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41604/head:refs/remotes/origin/PR-41604 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:06:25.670Z] > git config core.sparsecheckout # timeout=10 [2020-11-03T23:06:25.698Z] > git checkout -f dfc2d770e47f36ee24ff9b9c3b65683196355ddd # timeout=10 [2020-11-03T23:06:26.516Z] > git remote # timeout=10 [2020-11-03T23:06:26.527Z] > git config --get remote.origin.url # timeout=10 [2020-11-03T23:06:26.539Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:06:26.547Z] > git merge 42855ebc7fdf649d5e555a540078c48676dc665e # timeout=10 [2020-11-03T23:06:27.093Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-03T23:06:27.144Z] > git config core.sparsecheckout # timeout=10 [2020-11-03T23:06:27.164Z] > git checkout -f 8993dd94323c37d10e2ceb7cb61a70c3b77db6a9 # timeout=10 [2020-11-03T23:06:27.847Z] #26 4.987 Building dependency tree... [2020-11-03T23:06:27.922Z] #41 51.12 CC criu/bfd.o [2020-11-03T23:06:28.145Z] #26 5.423 The following additional packages will be installed: [2020-11-03T23:06:28.145Z] #26 5.423 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-03T23:06:28.145Z] #26 5.424 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-03T23:06:28.145Z] #26 5.424 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-03T23:06:28.145Z] #26 5.426 Suggested packages: [2020-11-03T23:06:28.145Z] #26 5.426 krb5-doc krb5-user [2020-11-03T23:06:28.145Z] #26 5.426 Recommended packages: [2020-11-03T23:06:28.145Z] #26 5.426 krb5-locales publicsuffix libsasl2-modules [2020-11-03T23:06:28.443Z] #26 5.642 The following NEW packages will be installed: [2020-11-03T23:06:28.443Z] #26 5.642 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-03T23:06:28.443Z] #26 5.642 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-03T23:06:28.443Z] #26 5.642 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-03T23:06:28.443Z] #26 5.643 libssh2-1 libssl1.1 openssl [2020-11-03T23:06:28.443Z] #26 5.694 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-11-03T23:06:28.443Z] #26 5.694 Need to get 5165 kB of archives. [2020-11-03T23:06:28.443Z] #26 5.694 After this operation, 14.6 MB of additional disk space will be used. [2020-11-03T23:06:28.443Z] #26 5.694 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-03T23:06:28.443Z] #26 5.710 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-03T23:06:28.443Z] #26 5.726 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-03T23:06:28.443Z] #26 5.758 Get:4 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB] [2020-11-03T23:06:28.443Z] #26 5.774 Get:5 http://deb.debian.org/debian buster/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u3 [1526 kB] [2020-11-03T23:06:28.553Z] #41 51.49 CC criu/bitmap.o [2020-11-03T23:06:28.553Z] #41 51.61 CC criu/cgroup-props.o [2020-11-03T23:06:28.740Z] #26 5.978 Get:6 http://deb.debian.org/debian buster/main ppc64el openssl ppc64el 1.1.1d-0+deb10u3 [843 kB] [2020-11-03T23:06:28.740Z] #26 6.076 Get:7 http://deb.debian.org/debian buster-updates/main ppc64el ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-03T23:06:28.740Z] #26 6.092 Get:8 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB] [2020-11-03T23:06:28.740Z] #26 6.095 Get:9 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3 [69.2 kB] [2020-11-03T23:06:28.740Z] #26 6.101 Get:10 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3 [134 kB] [2020-11-03T23:06:28.740Z] #26 6.117 Get:11 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3 [400 kB] [2020-11-03T23:06:28.740Z] #26 6.158 Get:12 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3 [172 kB] [2020-11-03T23:06:28.740Z] #26 6.176 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB] [2020-11-03T23:06:28.740Z] #26 6.185 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB] [2020-11-03T23:06:28.740Z] #26 6.191 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB] [2020-11-03T23:06:28.740Z] #26 6.197 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB] [2020-11-03T23:06:29.049Z] #26 6.212 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB] [2020-11-03T23:06:29.049Z] #26 6.246 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB] [2020-11-03T23:06:29.049Z] #26 6.273 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-11-03T23:06:29.049Z] #26 6.290 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-11-03T23:06:29.049Z] #26 6.301 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-11-03T23:06:29.188Z] #41 52.16 CC criu/cgroup.o [2020-11-03T23:06:29.344Z] #26 6.521 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:06:29.344Z] #26 6.551 Fetched 5165 kB in 1s (8256 kB/s) [2020-11-03T23:06:29.344Z] #26 6.566 Selecting previously unselected package libsasl2-modules-db:ppc64el. [2020-11-03T23:06:29.344Z] #26 6.566 (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-03T23:06:29.344Z] #26 6.582 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2020-11-03T23:06:29.344Z] #26 6.582 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-03T23:06:29.344Z] #26 6.608 Selecting previously unselected package libsasl2-2:ppc64el. [2020-11-03T23:06:29.344Z] #26 6.611 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2020-11-03T23:06:29.344Z] #26 6.613 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-03T23:06:29.344Z] #26 6.644 Selecting previously unselected package libldap-common. [2020-11-03T23:06:29.344Z] #26 6.647 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ... [2020-11-03T23:06:29.344Z] #26 6.648 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ... [2020-11-03T23:06:29.344Z] #26 6.676 Selecting previously unselected package libldap-2.4-2:ppc64el. [2020-11-03T23:06:29.344Z] #26 6.679 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_ppc64el.deb ... [2020-11-03T23:06:29.344Z] #26 6.681 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u3) ... [2020-11-03T23:06:29.344Z] #26 6.764 Selecting previously unselected package libssl1.1:ppc64el. [2020-11-03T23:06:29.344Z] #26 6.767 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_ppc64el.deb ... [2020-11-03T23:06:29.344Z] #26 6.769 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u3) ... [2020-11-03T23:06:29.641Z] #26 6.943 Selecting previously unselected package openssl. [2020-11-03T23:06:29.642Z] #26 6.945 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_ppc64el.deb ... [2020-11-03T23:06:29.642Z] #26 6.947 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-03T23:06:29.642Z] #26 7.052 Selecting previously unselected package ca-certificates. [2020-11-03T23:06:29.882Z] #41 ... [2020-11-03T23:06:29.882Z] [2020-11-03T23:06:29.882Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:06:29.882Z] #43 81.42 github.com/LK4D4/vndr/godl [2020-11-03T23:06:29.882Z] #43 81.87 github.com/LK4D4/vndr [2020-11-03T23:06:29.882Z] #43 DONE 87.3s [2020-11-03T23:06:29.882Z] [2020-11-03T23:06:29.882Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:06:29.882Z] #18 10.25 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-03T23:06:29.882Z] #18 10.35 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-03T23:06:29.882Z] #18 11.13 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-11-03T23:06:29.882Z] #18 11.13 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-11-03T23:06:29.883Z] #18 11.21 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-03T23:06:29.883Z] #18 11.39 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB] [2020-11-03T23:06:29.883Z] #18 11.40 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-11-03T23:06:29.883Z] #18 11.40 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-11-03T23:06:29.883Z] #18 11.44 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-11-03T23:06:29.883Z] #18 11.58 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-11-03T23:06:29.883Z] #18 11.58 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-11-03T23:06:29.883Z] #18 11.58 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-11-03T23:06:29.883Z] #18 11.58 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-11-03T23:06:29.883Z] #18 11.59 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-11-03T23:06:29.883Z] #18 11.59 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-11-03T23:06:29.883Z] #18 11.60 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-11-03T23:06:29.883Z] #18 11.60 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-11-03T23:06:29.883Z] #18 11.61 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-11-03T23:06:29.883Z] #18 11.61 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2020-11-03T23:06:29.883Z] #18 11.61 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-11-03T23:06:29.883Z] #18 11.62 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-11-03T23:06:29.883Z] #18 11.63 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-11-03T23:06:29.883Z] #18 11.77 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-11-03T23:06:29.883Z] #18 11.89 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-11-03T23:06:29.883Z] #18 11.90 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-11-03T23:06:29.883Z] #18 11.90 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-11-03T23:06:29.883Z] #18 11.90 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-11-03T23:06:29.883Z] #18 11.90 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-11-03T23:06:29.883Z] #18 12.17 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-03T23:06:29.883Z] #18 12.19 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-03T23:06:29.883Z] #18 12.19 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-03T23:06:29.883Z] #18 12.19 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-11-03T23:06:29.883Z] #18 12.19 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-11-03T23:06:29.883Z] #18 12.20 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-11-03T23:06:29.883Z] #18 12.28 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-03T23:06:29.883Z] #18 12.28 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-11-03T23:06:29.883Z] #18 12.28 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-11-03T23:06:29.883Z] #18 12.28 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-03T23:06:29.883Z] #18 12.31 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-11-03T23:06:29.883Z] #18 12.31 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-03T23:06:29.883Z] #18 12.44 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB] [2020-11-03T23:06:29.883Z] #18 13.10 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-03T23:06:29.883Z] #18 13.10 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2020-11-03T23:06:29.883Z] #18 13.11 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-03T23:06:29.883Z] #18 13.36 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-11-03T23:06:29.883Z] #18 13.95 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-11-03T23:06:29.938Z] #26 7.054 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-03T23:06:29.938Z] #26 7.056 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-03T23:06:29.938Z] #26 7.242 Selecting previously unselected package libkeyutils1:ppc64el. [2020-11-03T23:06:29.938Z] #26 7.245 Preparing to unpack .../07-libkeyutils1_1.6-6_ppc64el.deb ... [2020-11-03T23:06:29.938Z] #26 7.246 Unpacking libkeyutils1:ppc64el (1.6-6) ... [2020-11-03T23:06:29.938Z] #26 7.266 Selecting previously unselected package libkrb5support0:ppc64el. [2020-11-03T23:06:29.938Z] #26 7.268 Preparing to unpack .../08-libkrb5support0_1.17-3_ppc64el.deb ... [2020-11-03T23:06:29.938Z] #26 7.270 Unpacking libkrb5support0:ppc64el (1.17-3) ... [2020-11-03T23:06:29.938Z] #26 7.296 Selecting previously unselected package libk5crypto3:ppc64el. [2020-11-03T23:06:29.938Z] #26 7.299 Preparing to unpack .../09-libk5crypto3_1.17-3_ppc64el.deb ... [2020-11-03T23:06:29.938Z] #26 7.300 Unpacking libk5crypto3:ppc64el (1.17-3) ... [2020-11-03T23:06:29.938Z] #26 7.334 Selecting previously unselected package libkrb5-3:ppc64el. [2020-11-03T23:06:30.186Z] #18 14.17 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-11-03T23:06:30.235Z] #26 7.336 Preparing to unpack .../10-libkrb5-3_1.17-3_ppc64el.deb ... [2020-11-03T23:06:30.235Z] #26 7.338 Unpacking libkrb5-3:ppc64el (1.17-3) ... [2020-11-03T23:06:30.235Z] #26 7.415 Selecting previously unselected package libgssapi-krb5-2:ppc64el. [2020-11-03T23:06:30.235Z] #26 7.417 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_ppc64el.deb ... [2020-11-03T23:06:30.235Z] #26 7.418 Unpacking libgssapi-krb5-2:ppc64el (1.17-3) ... [2020-11-03T23:06:30.235Z] #26 7.461 Selecting previously unselected package libnghttp2-14:ppc64el. [2020-11-03T23:06:30.235Z] #26 7.463 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ... [2020-11-03T23:06:30.235Z] #26 7.465 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2020-11-03T23:06:30.235Z] #26 7.494 Selecting previously unselected package libpsl5:ppc64el. [2020-11-03T23:06:30.235Z] #26 7.496 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ... [2020-11-03T23:06:30.235Z] #26 7.497 Unpacking libpsl5:ppc64el (0.20.2-2) ... [2020-11-03T23:06:30.235Z] #26 7.521 Selecting previously unselected package librtmp1:ppc64el. [2020-11-03T23:06:30.235Z] #26 7.523 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ... [2020-11-03T23:06:30.235Z] #26 7.524 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2020-11-03T23:06:30.235Z] #26 7.551 Selecting previously unselected package libssh2-1:ppc64el. [2020-11-03T23:06:30.235Z] #26 7.553 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ... [2020-11-03T23:06:30.235Z] #26 7.555 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ... [2020-11-03T23:06:30.235Z] #26 7.591 Selecting previously unselected package libcurl4:ppc64el. [2020-11-03T23:06:30.235Z] #26 7.593 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ... [2020-11-03T23:06:30.235Z] #26 7.595 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2020-11-03T23:06:30.235Z] #26 7.652 Selecting previously unselected package curl. [2020-11-03T23:06:30.235Z] #26 7.654 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ... [2020-11-03T23:06:30.235Z] #26 7.655 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-03T23:06:30.235Z] #26 7.699 Selecting previously unselected package libonig5:ppc64el. [2020-11-03T23:06:30.534Z] #26 7.701 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ... [2020-11-03T23:06:30.534Z] #26 7.703 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-11-03T23:06:30.534Z] #26 7.752 Selecting previously unselected package libjq1:ppc64el. [2020-11-03T23:06:30.534Z] #26 7.752 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-03T23:06:30.534Z] #26 7.753 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-03T23:06:30.534Z] #26 7.788 Selecting previously unselected package jq. [2020-11-03T23:06:30.534Z] #26 7.790 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-03T23:06:30.534Z] #26 7.791 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-03T23:06:30.534Z] #26 7.821 Setting up libkeyutils1:ppc64el (1.6-6) ... [2020-11-03T23:06:30.534Z] #26 7.825 Setting up libpsl5:ppc64el (0.20.2-2) ... [2020-11-03T23:06:30.534Z] #26 7.828 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u3) ... [2020-11-03T23:06:30.832Z] #26 7.981 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2020-11-03T23:06:30.832Z] #26 7.985 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ... [2020-11-03T23:06:30.832Z] #26 7.990 Setting up libkrb5support0:ppc64el (1.17-3) ... [2020-11-03T23:06:30.832Z] #26 7.993 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-03T23:06:30.832Z] #26 7.996 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2020-11-03T23:06:30.832Z] #26 7.999 Setting up libk5crypto3:ppc64el (1.17-3) ... [2020-11-03T23:06:30.832Z] #26 8.002 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-03T23:06:30.832Z] #26 8.005 Setting up libssh2-1:ppc64el (1.8.0-2.1) ... [2020-11-03T23:06:30.832Z] #26 8.008 Setting up libkrb5-3:ppc64el (1.17-3) ... [2020-11-03T23:06:30.832Z] #26 8.011 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-03T23:06:30.832Z] #26 8.016 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-11-03T23:06:30.832Z] #26 8.021 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-03T23:06:30.832Z] #26 8.024 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u3) ... [2020-11-03T23:06:30.832Z] #26 8.027 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-03T23:06:30.834Z] #18 14.80 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:06:30.834Z] #18 14.83 Fetched 27.7 MB in 4s (6910 kB/s) [2020-11-03T23:06:30.834Z] #18 14.94 Selecting previously unselected package pigz. [2020-11-03T23:06:30.834Z] #18 14.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23199 files and directories currently installed.) [2020-11-03T23:06:30.834Z] #18 14.96 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-11-03T23:06:30.834Z] #18 14.97 Unpacking pigz (2.4-1) ... [2020-11-03T23:06:30.834Z] #18 15.06 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-11-03T23:06:31.013Z] Commit message: "Merge commit '42855ebc7fdf649d5e555a540078c48676dc665e' into HEAD" [2020-11-03T23:06:31.058Z] First time build. Skipping changelog. [2020-11-03T23:06:31.124Z] #18 15.07 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-11-03T23:06:31.124Z] #18 15.07 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-11-03T23:06:31.415Z] #18 15.36 Selecting previously unselected package python3.7-minimal. [2020-11-03T23:06:31.415Z] #18 15.36 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-11-03T23:06:31.415Z] #18 15.37 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-03T23:06:31.473Z] #26 8.585 Updating certificates in /etc/ssl/certs... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-03T23:06:31.706Z] #18 15.88 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-11-03T23:06:31.706Z] #18 15.90 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-03T23:06:32.114Z] #26 9.231 126 added, 0 removed; done. [2020-11-03T23:06:32.114Z] #26 9.255 Setting up libgssapi-krb5-2:ppc64el (1.17-3) ... [2020-11-03T23:06:32.114Z] #26 9.260 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-03T23:06:32.114Z] #26 9.262 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2020-11-03T23:06:32.114Z] #26 9.265 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-03T23:06:32.114Z] #26 9.269 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:06:32.114Z] #26 9.279 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-03T23:06:32.114Z] #26 9.285 Updating certificates in /etc/ssl/certs... [2020-11-03T23:06:32.139Z] + docker version [2020-11-03T23:06:32.337Z] #18 ... [2020-11-03T23:06:32.337Z] [2020-11-03T23:06:32.337Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-03T23:06:32.337Z] #30 DONE 89.7s [2020-11-03T23:06:32.337Z] [2020-11-03T23:06:32.337Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:06:32.337Z] #41 54.14 CC criu/clone-noasan.o [2020-11-03T23:06:32.337Z] #41 54.34 CC criu/config.o [2020-11-03T23:06:32.337Z] #41 55.29 CC criu/cr-check.o [2020-11-03T23:06:32.409Z] #26 9.781 0 added, 0 removed; done. [2020-11-03T23:06:32.409Z] #26 9.781 Running hooks in /etc/ca-certificates/update.d... [2020-11-03T23:06:32.409Z] #26 9.782 done. [2020-11-03T23:06:32.409Z] #26 DONE 9.9s [2020-11-03T23:06:32.409Z] [2020-11-03T23:06:32.409Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:06:32.702Z] #9 ... [2020-11-03T23:06:32.702Z] [2020-11-03T23:06:32.702Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-03T23:06:32.702Z] #27 DONE 0.1s [2020-11-03T23:06:32.702Z] [2020-11-03T23:06:32.702Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:06:31.014Z] > git rev-list --no-walk 018a3132e344c27ef1324fa089025d11c9d99793 # timeout=10 [2020-11-03T23:06:33.370Z] #41 56.41 CC criu/cr-dedup.o [2020-11-03T23:06:33.661Z] #41 56.62 CC criu/cr-dump.o [2020-11-03T23:06:33.747Z] #28 0.970 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-03T23:06:33.748Z] #28 1.128 [2020-11-03T23:06:34.692Z] #41 57.83 CC criu/cr-errno.o [2020-11-03T23:06:34.692Z] #41 57.85 CC criu/cr-restore.o [2020-11-03T23:06:35.013Z] #28 1.247 ## 3.8% ######### 13.4% ################# 23.7% ######################## 33.5% ############################### 43.1% #################################### 50.5% ########################################## 58.6% ##################################################### 73.7% ############################################################# 85.2% ################################################################### 93.9% ######################################################################## 100.0% [2020-11-03T23:06:35.013Z] #28 2.388 [2020-11-03T23:06:35.315Z] #28 2.542 ##################### 30.1% ######################################################################## 100.0% [2020-11-03T23:06:35.609Z] #28 2.807 [2020-11-03T23:06:35.609Z] #28 2.931 ##################### 30.3% ######################################################################## 100.0% [2020-11-03T23:06:35.911Z] #28 3.169 [2020-11-03T23:06:36.511Z] #28 3.293 ## 2.8% ############# 18.7% ######################### 35.9% ###################################### 53.2% ################################################### 71.0% ############################################################## 87.2% ######################################################################## 100.0% [2020-11-03T23:06:36.755Z] #41 ... [2020-11-03T23:06:36.755Z] [2020-11-03T23:06:36.755Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:06:36.755Z] #18 17.40 Selecting previously unselected package python3-minimal. [2020-11-03T23:06:36.755Z] #18 17.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 ... 23448 files and directories currently installed.) [2020-11-03T23:06:36.755Z] #18 17.45 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-11-03T23:06:36.755Z] #18 17.46 Unpacking python3-minimal (3.7.3-1) ... [2020-11-03T23:06:36.755Z] #18 17.53 Selecting previously unselected package libmpdec2:s390x. [2020-11-03T23:06:36.755Z] #18 17.53 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-11-03T23:06:36.755Z] #18 17.53 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-11-03T23:06:36.755Z] #18 17.59 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-11-03T23:06:36.755Z] #18 17.59 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ... [2020-11-03T23:06:36.755Z] #18 17.59 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-11-03T23:06:36.755Z] #18 18.06 Selecting previously unselected package python3.7. [2020-11-03T23:06:36.755Z] #18 18.06 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ... [2020-11-03T23:06:36.755Z] #18 18.07 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-03T23:06:36.755Z] #18 18.16 Selecting previously unselected package libpython3-stdlib:s390x. [2020-11-03T23:06:36.755Z] #18 18.16 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-11-03T23:06:36.755Z] #18 18.16 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-11-03T23:06:36.755Z] #18 18.19 Setting up python3-minimal (3.7.3-1) ... [2020-11-03T23:06:36.755Z] #18 18.60 Selecting previously unselected package python3. [2020-11-03T23:06:36.755Z] #18 18.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 ... 23860 files and directories currently installed.) [2020-11-03T23:06:36.755Z] #18 18.63 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-11-03T23:06:36.755Z] #18 18.63 Unpacking python3 (3.7.3-1) ... [2020-11-03T23:06:36.755Z] #18 18.70 Selecting previously unselected package libip4tc0:s390x. [2020-11-03T23:06:36.755Z] #18 18.70 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-11-03T23:06:36.755Z] #18 18.70 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-11-03T23:06:36.755Z] #18 18.75 Selecting previously unselected package libip6tc0:s390x. [2020-11-03T23:06:36.755Z] #18 18.75 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-11-03T23:06:36.755Z] #18 18.76 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-11-03T23:06:36.755Z] #18 18.82 Selecting previously unselected package libiptc0:s390x. [2020-11-03T23:06:36.755Z] #18 18.82 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-11-03T23:06:36.755Z] #18 18.83 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-11-03T23:06:36.755Z] #18 18.85 Selecting previously unselected package libnfnetlink0:s390x. [2020-11-03T23:06:36.755Z] #18 18.85 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-11-03T23:06:36.755Z] #18 18.86 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-11-03T23:06:36.755Z] #18 18.88 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-11-03T23:06:36.755Z] #18 18.88 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-11-03T23:06:36.755Z] #18 18.88 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-11-03T23:06:36.755Z] #18 18.92 Selecting previously unselected package libnftnl11:s390x. [2020-11-03T23:06:36.755Z] #18 18.92 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-11-03T23:06:36.755Z] #18 18.93 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-11-03T23:06:36.755Z] #18 18.96 Selecting previously unselected package iptables. [2020-11-03T23:06:36.755Z] #18 18.96 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-11-03T23:06:36.755Z] #18 18.96 Unpacking iptables (1.8.2-4) ... [2020-11-03T23:06:36.755Z] #18 19.17 Selecting previously unselected package xxd. [2020-11-03T23:06:36.755Z] #18 19.18 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-11-03T23:06:36.755Z] #18 19.18 Unpacking xxd (2:8.1.0875-5) ... [2020-11-03T23:06:36.755Z] #18 19.25 Selecting previously unselected package vim-common. [2020-11-03T23:06:36.755Z] #18 19.25 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-03T23:06:36.755Z] #18 19.25 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-03T23:06:36.755Z] #18 19.38 Selecting previously unselected package bash-completion. [2020-11-03T23:06:36.755Z] #18 19.38 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-03T23:06:36.755Z] #18 20.67 Unpacking bash-completion (1:2.8-6) ... [2020-11-03T23:06:36.755Z] #18 20.94 Selecting previously unselected package bzip2. [2020-11-03T23:06:36.813Z] #28 4.034 [2020-11-03T23:06:36.906Z] Client: [2020-11-03T23:06:36.906Z] Debug Mode: false [2020-11-03T23:06:36.906Z] [2020-11-03T23:06:36.906Z] Server: [2020-11-03T23:06:36.906Z] Containers: 0 [2020-11-03T23:06:36.906Z] Running: 0 [2020-11-03T23:06:36.906Z] Paused: 0 [2020-11-03T23:06:36.906Z] Stopped: 0 [2020-11-03T23:06:36.906Z] Images: 0 [2020-11-03T23:06:36.906Z] Server Version: 19.03.13 [2020-11-03T23:06:36.906Z] Storage Driver: overlay2 [2020-11-03T23:06:36.906Z] Backing Filesystem: extfs [2020-11-03T23:06:36.906Z] Supports d_type: true [2020-11-03T23:06:36.906Z] Native Overlay Diff: true [2020-11-03T23:06:36.906Z] Logging Driver: json-file [2020-11-03T23:06:36.906Z] Cgroup Driver: cgroupfs [2020-11-03T23:06:36.906Z] Plugins: [2020-11-03T23:06:36.906Z] Volume: local [2020-11-03T23:06:36.906Z] Network: bridge host ipvlan macvlan null overlay [2020-11-03T23:06:36.906Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-03T23:06:36.906Z] Swarm: inactive [2020-11-03T23:06:36.906Z] Runtimes: runc [2020-11-03T23:06:36.906Z] Default Runtime: runc [2020-11-03T23:06:36.906Z] Init Binary: docker-init [2020-11-03T23:06:36.906Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-03T23:06:36.906Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-03T23:06:36.906Z] init version: fec3683 [2020-11-03T23:06:36.906Z] Security Options: [2020-11-03T23:06:36.906Z] apparmor [2020-11-03T23:06:36.906Z] seccomp [2020-11-03T23:06:36.906Z] Profile: default [2020-11-03T23:06:36.906Z] Kernel Version: 4.15.0-1083-aws [2020-11-03T23:06:36.906Z] Operating System: Ubuntu 16.04.7 LTS [2020-11-03T23:06:36.906Z] OSType: linux [2020-11-03T23:06:36.906Z] Architecture: aarch64 [2020-11-03T23:06:36.906Z] CPUs: 4 [2020-11-03T23:06:36.906Z] Total Memory: 7.525GiB [2020-11-03T23:06:36.906Z] Name: ip-10-100-51-70 [2020-11-03T23:06:36.906Z] ID: Y7CY:OBXM:64JR:IATL:K5XK:3QN2:NY4M:WSP4:5UNB:OI7D:IVLF:RPVW [2020-11-03T23:06:36.906Z] Docker Root Dir: /var/lib/docker [2020-11-03T23:06:36.906Z] Debug Mode: false [2020-11-03T23:06:36.906Z] Registry: https://index.docker.io/v1/ [2020-11-03T23:06:36.906Z] Labels: [2020-11-03T23:06:36.906Z] Experimental: true [2020-11-03T23:06:36.906Z] Insecure Registries: [2020-11-03T23:06:36.906Z] 127.0.0.0/8 [2020-11-03T23:06:36.906Z] Live Restore Enabled: true [2020-11-03T23:06:36.906Z] [2020-11-03T23:06:36.906Z] WARNING: No swap limit support [Pipeline] sh [2020-11-03T23:06:37.046Z] #18 20.94 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-11-03T23:06:37.046Z] #18 20.95 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-03T23:06:37.046Z] #18 20.99 Selecting previously unselected package xz-utils. [2020-11-03T23:06:37.046Z] #18 20.99 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-11-03T23:06:37.046Z] #18 20.99 Unpacking xz-utils (5.2.4-1) ... [2020-11-03T23:06:37.046Z] #18 21.08 Selecting previously unselected package apparmor. [2020-11-03T23:06:37.046Z] #18 21.08 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-11-03T23:06:37.046Z] #18 21.12 Unpacking apparmor (2.13.2-10) ... [2020-11-03T23:06:37.213Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-03T23:06:37.214Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-03T23:06:37.214Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41604/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-03T23:06:37.214Z] + bash /home/ubuntu/workspace/moby_PR-41604/check-config.sh [2020-11-03T23:06:37.214Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-03T23:06:37.214Z] info: reading kernel config from /boot/config-4.15.0-1083-aws ... [2020-11-03T23:06:37.214Z] [2020-11-03T23:06:37.214Z] Generally Necessary: [2020-11-03T23:06:37.214Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-03T23:06:37.214Z] - apparmor: enabled and tools installed [2020-11-03T23:06:37.336Z] #18 21.34 Selecting previously unselected package aufs-tools. [2020-11-03T23:06:37.336Z] #18 21.35 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-11-03T23:06:37.336Z] #18 21.35 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-03T23:06:37.336Z] #18 21.42 Selecting previously unselected package libonig5:s390x. [2020-11-03T23:06:37.336Z] #18 21.42 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-11-03T23:06:37.336Z] #18 21.42 Unpacking libonig5:s390x (6.9.1-1) ... [2020-11-03T23:06:37.336Z] #18 21.49 Selecting previously unselected package libjq1:s390x. [2020-11-03T23:06:37.477Z] - CONFIG_NAMESPACES: enabled [2020-11-03T23:06:37.477Z] - CONFIG_NET_NS: enabled [2020-11-03T23:06:37.477Z] - CONFIG_PID_NS: enabled [2020-11-03T23:06:37.477Z] - CONFIG_IPC_NS: enabled [2020-11-03T23:06:37.477Z] - CONFIG_UTS_NS: enabled [2020-11-03T23:06:37.477Z] - CONFIG_CGROUPS: enabled [2020-11-03T23:06:37.477Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-03T23:06:37.477Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-03T23:06:37.477Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-03T23:06:37.477Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-03T23:06:37.477Z] - CONFIG_CPUSETS: enabled [2020-11-03T23:06:37.477Z] - CONFIG_MEMCG: enabled [2020-11-03T23:06:37.477Z] - CONFIG_KEYS: enabled [2020-11-03T23:06:37.477Z] - CONFIG_VETH: enabled (as module) [2020-11-03T23:06:37.477Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-03T23:06:37.477Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-03T23:06:37.477Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-11-03T23:06:37.477Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-03T23:06:37.477Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-03T23:06:37.477Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-03T23:06:37.477Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-03T23:06:37.477Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-03T23:06:37.477Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-03T23:06:37.477Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-03T23:06:37.477Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-11-03T23:06:37.477Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-03T23:06:37.477Z] [2020-11-03T23:06:37.477Z] Optional Features: [2020-11-03T23:06:37.627Z] #18 21.49 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-11-03T23:06:37.627Z] #18 21.50 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-11-03T23:06:37.627Z] #18 21.55 Selecting previously unselected package jq. [2020-11-03T23:06:37.627Z] #18 21.55 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-11-03T23:06:37.627Z] #18 21.55 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-03T23:06:37.627Z] #18 21.61 Selecting previously unselected package libaio1:s390x. [2020-11-03T23:06:37.627Z] #18 21.61 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-11-03T23:06:37.627Z] #18 21.61 Unpacking libaio1:s390x (0.3.112-3) ... [2020-11-03T23:06:37.627Z] #18 21.65 Selecting previously unselected package libgpm2:s390x. [2020-11-03T23:06:37.627Z] #18 21.65 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-11-03T23:06:37.627Z] #18 21.65 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-11-03T23:06:37.627Z] #18 21.68 Selecting previously unselected package libicu63:s390x. [2020-11-03T23:06:37.627Z] #18 21.68 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-11-03T23:06:37.627Z] #18 21.68 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-11-03T23:06:37.749Z] - CONFIG_USER_NS: enabled [2020-11-03T23:06:37.749Z] - CONFIG_SECCOMP: enabled [2020-11-03T23:06:37.749Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-03T23:06:37.749Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-03T23:06:37.749Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-03T23:06:37.749Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-03T23:06:37.749Z] - CONFIG_BLK_CGROUP: enabled [2020-11-03T23:06:37.749Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-03T23:06:37.749Z] - CONFIG_IOSCHED_CFQ: enabled [2020-11-03T23:06:37.749Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-11-03T23:06:37.749Z] - CONFIG_CGROUP_PERF: enabled [2020-11-03T23:06:37.749Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-03T23:06:37.749Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-03T23:06:37.749Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-03T23:06:37.749Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-03T23:06:37.749Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-03T23:06:37.749Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-03T23:06:37.749Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-03T23:06:37.749Z] - CONFIG_IP_VS: enabled (as module) [2020-11-03T23:06:37.749Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-03T23:06:37.749Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-03T23:06:37.749Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-03T23:06:37.749Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-03T23:06:37.749Z] - CONFIG_EXT4_FS: enabled [2020-11-03T23:06:37.749Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-03T23:06:37.749Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-03T23:06:38.012Z] - Network Drivers: [2020-11-03T23:06:38.012Z] - "overlay": [2020-11-03T23:06:38.012Z] - CONFIG_VXLAN: enabled (as module) [2020-11-03T23:06:38.012Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-03T23:06:38.012Z] Optional (for encrypted networks): [2020-11-03T23:06:38.012Z] - CONFIG_CRYPTO: enabled [2020-11-03T23:06:38.012Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-03T23:06:38.012Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-03T23:06:38.012Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-03T23:06:38.012Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-03T23:06:38.012Z] - CONFIG_XFRM: enabled [2020-11-03T23:06:38.012Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-03T23:06:38.012Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-03T23:06:38.012Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-03T23:06:38.012Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-11-03T23:06:38.012Z] - "ipvlan": [2020-11-03T23:06:38.012Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-03T23:06:38.012Z] - "macvlan": [2020-11-03T23:06:38.012Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-03T23:06:38.012Z] - CONFIG_DUMMY: enabled (as module) [2020-11-03T23:06:38.012Z] - "ftp,tftp client in container": [2020-11-03T23:06:38.012Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-03T23:06:38.012Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-03T23:06:38.012Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-03T23:06:38.012Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-03T23:06:38.012Z] - Storage Drivers: [2020-11-03T23:06:38.012Z] - "aufs": [2020-11-03T23:06:38.012Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-03T23:06:38.012Z] - "btrfs": [2020-11-03T23:06:38.276Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-03T23:06:38.276Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-03T23:06:38.276Z] - "devicemapper": [2020-11-03T23:06:38.276Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-03T23:06:38.276Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-03T23:06:38.276Z] - "overlay": [2020-11-03T23:06:38.276Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-03T23:06:38.276Z] - "zfs": [2020-11-03T23:06:38.276Z] - /dev/zfs: missing [2020-11-03T23:06:38.276Z] - zfs command: missing [2020-11-03T23:06:38.276Z] - zpool command: missing [2020-11-03T23:06:38.276Z] [2020-11-03T23:06:38.276Z] Limits: [2020-11-03T23:06:38.276Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-03T23:06:38.276Z] [2020-11-03T23:06:38.276Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-03T23:06:38.669Z] #54 118.4 + bin/containerd-stress [2020-11-03T23:06:38.762Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:94bcfbdcb127d303563f72e7cf500179256c8f56 . [2020-11-03T23:06:38.762Z] #1 [internal] load .dockerignore [2020-11-03T23:06:39.240Z] #54 120.5 + bin/containerd-shim [2020-11-03T23:06:39.689Z] #18 23.61 Selecting previously unselected package libnet1:s390x. [2020-11-03T23:06:39.689Z] #18 23.61 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-11-03T23:06:39.689Z] #18 23.62 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-11-03T23:06:39.689Z] #18 23.65 Selecting previously unselected package libnl-3-200:s390x. [2020-11-03T23:06:39.689Z] #18 23.65 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-11-03T23:06:39.689Z] #18 23.65 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-11-03T23:06:39.689Z] #18 23.69 Selecting previously unselected package libprotobuf-c1:s390x. [2020-11-03T23:06:39.689Z] #18 23.69 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-11-03T23:06:39.689Z] #18 23.70 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-11-03T23:06:39.689Z] #18 23.72 Selecting previously unselected package libreadline5:s390x. [2020-11-03T23:06:39.689Z] #18 23.72 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-11-03T23:06:39.689Z] #18 23.73 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-11-03T23:06:39.689Z] #18 23.77 Selecting previously unselected package net-tools. [2020-11-03T23:06:39.689Z] #18 23.77 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-11-03T23:06:39.689Z] #18 23.77 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-03T23:06:39.879Z] #28 4.157 1.1% ### 5.2% ####### 10.7% ########## 15.0% ############# 18.3% ################ 22.6% ################## 25.9% ##################### 29.7% ######################## 34.2% ########################## 36.4% ############################ 39.7% ############################### 43.5% ################################# 46.8% #################################### 50.6% ######################################## 56.1% ############################################ 61.5% ############################################### 65.3% ################################################## 70.8% #################################################### 73.4% ####################################################### 77.0% ######################################################### 79.3% ########################################################### 82.6% ############################################################# 85.6% ############################################################### 88.3% ################################################################# 90.4% ################################################################## 92.9% ##################################################################### 95.9% ####################################################################### 99.3% ######################################################################## 100.0% [2020-11-03T23:06:39.879Z] #28 7.134 [2020-11-03T23:06:39.996Z] #18 23.86 Selecting previously unselected package python-pip-whl. [2020-11-03T23:06:39.996Z] #18 23.86 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-03T23:06:39.996Z] #18 23.86 Unpacking python-pip-whl (18.1-5) ... [2020-11-03T23:06:40.158Z] #1 transferring context: 87B done [2020-11-03T23:06:40.158Z] #1 ... [2020-11-03T23:06:40.158Z] [2020-11-03T23:06:40.158Z] #2 [internal] load build definition from Dockerfile [2020-11-03T23:06:40.158Z] #2 transferring dockerfile: 16.58kB 0.0s done [2020-11-03T23:06:40.158Z] #2 DONE 1.5s [2020-11-03T23:06:40.273Z] Client: Docker Engine - Community [2020-11-03T23:06:40.273Z] Version: 19.03.13 [2020-11-03T23:06:40.273Z] API version: 1.40 [2020-11-03T23:06:40.273Z] Go version: go1.13.15 [2020-11-03T23:06:40.273Z] Git commit: 4484c46d9d [2020-11-03T23:06:40.273Z] Built: Wed Sep 16 17:02:36 2020 [2020-11-03T23:06:40.273Z] OS/Arch: linux/amd64 [2020-11-03T23:06:40.273Z] Experimental: false [2020-11-03T23:06:40.273Z] [2020-11-03T23:06:40.273Z] Server: Docker Engine - Community [2020-11-03T23:06:40.273Z] Engine: [2020-11-03T23:06:40.273Z] Version: 19.03.13 [2020-11-03T23:06:40.273Z] API version: 1.40 (minimum version 1.12) [2020-11-03T23:06:40.273Z] Go version: go1.13.15 [2020-11-03T23:06:40.273Z] Git commit: 4484c46d9d [2020-11-03T23:06:40.273Z] Built: Wed Sep 16 17:01:06 2020 [2020-11-03T23:06:40.273Z] OS/Arch: linux/amd64 [2020-11-03T23:06:40.273Z] Experimental: true [2020-11-03T23:06:40.273Z] containerd: [2020-11-03T23:06:40.273Z] Version: 1.3.7 [2020-11-03T23:06:40.273Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-03T23:06:40.273Z] runc: [2020-11-03T23:06:40.273Z] Version: 1.0.0-rc10 [2020-11-03T23:06:40.273Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-03T23:06:40.273Z] docker-init: [2020-11-03T23:06:40.273Z] Version: 0.18.0 [2020-11-03T23:06:40.273Z] GitCommit: fec3683 [2020-11-03T23:06:40.286Z] #18 24.31 Selecting previously unselected package python3-lib2to3. [2020-11-03T23:06:40.286Z] #18 24.31 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-03T23:06:40.286Z] #18 24.31 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-03T23:06:40.286Z] #18 24.40 Selecting previously unselected package python3-distutils. [2020-11-03T23:06:40.286Z] #18 24.40 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-03T23:06:40.286Z] #18 24.41 Unpacking python3-distutils (3.7.3-1) ... [Pipeline] sh [2020-11-03T23:06:40.420Z] [2020-11-03T23:06:40.420Z] #1 [internal] load .dockerignore [2020-11-03T23:06:40.420Z] #1 DONE 1.7s [2020-11-03T23:06:40.518Z] #28 7.897 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-03T23:06:40.577Z] #18 24.47 Selecting previously unselected package python3-pip. [2020-11-03T23:06:40.577Z] #18 24.47 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-03T23:06:40.577Z] #18 24.48 Unpacking python3-pip (18.1-5) ... [2020-11-03T23:06:40.577Z] #18 24.60 Selecting previously unselected package python3-pkg-resources. [2020-11-03T23:06:40.577Z] #18 24.60 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-03T23:06:40.577Z] #18 24.60 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-03T23:06:40.577Z] #18 24.67 Selecting previously unselected package python3-setuptools. [2020-11-03T23:06:40.577Z] #18 24.67 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-03T23:06:40.577Z] #18 24.67 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-03T23:06:40.618Z] + docker info [2020-11-03T23:06:40.683Z] [2020-11-03T23:06:40.683Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-03T23:06:40.813Z] #28 8.046 [2020-11-03T23:06:40.813Z] #28 8.168 ############################ 39.2% ######################################################################## 100.0% [2020-11-03T23:06:40.813Z] #28 8.227 [2020-11-03T23:06:40.867Z] #18 24.78 Selecting previously unselected package python3-wheel. [2020-11-03T23:06:40.867Z] #18 24.78 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-03T23:06:40.867Z] #18 24.78 Unpacking python3-wheel (0.32.3-2) ... [2020-11-03T23:06:40.867Z] #18 24.83 Selecting previously unselected package sudo. [2020-11-03T23:06:40.867Z] #18 24.83 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ... [2020-11-03T23:06:40.867Z] #18 24.84 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-03T23:06:41.157Z] #18 25.05 Selecting previously unselected package thin-provisioning-tools. [2020-11-03T23:06:41.157Z] #18 25.05 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-11-03T23:06:41.157Z] #18 25.06 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-03T23:06:41.157Z] #18 25.16 Selecting previously unselected package uidmap. [2020-11-03T23:06:41.157Z] #18 25.16 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2020-11-03T23:06:41.157Z] #18 25.16 Unpacking uidmap (1:4.5-1.1) ... [2020-11-03T23:06:41.157Z] #18 25.22 Selecting previously unselected package vim-runtime. [2020-11-03T23:06:41.157Z] #18 25.22 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-03T23:06:41.157Z] #18 25.23 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-03T23:06:41.157Z] #18 25.24 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-03T23:06:41.157Z] #18 25.24 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-03T23:06:41.454Z] #28 8.712 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-03T23:06:41.454Z] #28 8.729 skipping existing 5cb8031fd95d [2020-11-03T23:06:41.454Z] #28 8.754 [2020-11-03T23:06:41.633Z] #3 DONE 1.1s [2020-11-03T23:06:41.634Z] [2020-11-03T23:06:41.634Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-03T23:06:41.634Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-03T23:06:41.750Z] #28 9.265 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-03T23:06:41.897Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-03T23:06:41.897Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done [2020-11-03T23:06:41.897Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done [2020-11-03T23:06:41.897Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 5.89MB / 8.28MB 0.2s [2020-11-03T23:06:42.046Z] #28 9.283 skipping existing 283607eaa57e [2020-11-03T23:06:42.046Z] #28 9.311 [2020-11-03T23:06:42.161Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.4s [2020-11-03T23:06:42.448Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.5s done [2020-11-03T23:06:42.448Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.1s [2020-11-03T23:06:42.710Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done [2020-11-03T23:06:42.710Z] #4 DONE 1.0s [2020-11-03T23:06:42.973Z] [2020-11-03T23:06:42.973Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-11-03T23:06:43.096Z] #28 10.18 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-03T23:06:43.096Z] #28 10.36 [2020-11-03T23:06:43.096Z] #28 10.51 #=#=# ######################################################################## 100.0% [2020-11-03T23:06:43.096Z] #28 10.54 [2020-11-03T23:06:43.221Z] #18 27.03 Selecting previously unselected package vim. [2020-11-03T23:06:43.221Z] #18 27.04 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2020-11-03T23:06:43.221Z] #18 27.04 Unpacking vim (2:8.1.0875-5) ... [2020-11-03T23:06:43.236Z] #6 ... [2020-11-03T23:06:43.236Z] [2020-11-03T23:06:43.236Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-03T23:06:43.236Z] #7 DONE 0.4s [2020-11-03T23:06:43.499Z] [2020-11-03T23:06:43.499Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-03T23:06:43.523Z] #18 27.42 Selecting previously unselected package xfsprogs. [2020-11-03T23:06:43.523Z] #18 27.42 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2020-11-03T23:06:43.523Z] #18 27.43 Unpacking xfsprogs (4.20.0-1) ... [2020-11-03T23:06:43.523Z] #18 27.78 Selecting previously unselected package zip. [2020-11-03T23:06:43.738Z] #28 10.96 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-03T23:06:43.738Z] [2020-11-03T23:06:43.738Z] #28 ... [2020-11-03T23:06:43.738Z] [2020-11-03T23:06:43.738Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:06:43.738Z] #9 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 26.0s done [2020-11-03T23:06:43.738Z] #9 DONE 32.5s [2020-11-03T23:06:43.738Z] [2020-11-03T23:06:43.738Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:06:43.738Z] #28 11.11 [2020-11-03T23:06:43.738Z] #28 11.18 [2020-11-03T23:06:43.738Z] #28 ... [2020-11-03T23:06:43.738Z] [2020-11-03T23:06:43.738Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-03T23:06:43.813Z] #18 27.78 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2020-11-03T23:06:43.813Z] #18 27.78 Unpacking zip (3.0-11+b1) ... [2020-11-03T23:06:43.813Z] #18 27.99 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-03T23:06:43.813Z] #18 28.00 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-03T23:06:43.813Z] #18 28.00 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-11-03T23:06:43.813Z] #18 28.01 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-11-03T23:06:43.813Z] #18 28.02 Setting up libgpm2:s390x (1.20.7-5) ... [2020-11-03T23:06:43.813Z] #18 28.02 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-11-03T23:06:43.813Z] #18 28.03 Setting up uidmap (1:4.5-1.1) ... [2020-11-03T23:06:43.813Z] #18 28.03 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-11-03T23:06:44.035Z] #10 ... [2020-11-03T23:06:44.035Z] [2020-11-03T23:06:44.035Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:06:44.035Z] #28 11.18 ######################################################################## 100.0% [2020-11-03T23:06:44.035Z] #28 11.20 [2020-11-03T23:06:44.035Z] #28 11.22 Download of images into '/build' complete. [2020-11-03T23:06:44.035Z] #28 11.22 Use something like the following to load the result into a Docker daemon: [2020-11-03T23:06:44.035Z] #28 11.22 tar -cC '/build' . | docker load [2020-11-03T23:06:44.035Z] #28 DONE 11.3s [2020-11-03T23:06:44.035Z] [2020-11-03T23:06:44.035Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-03T23:06:44.035Z] #10 DONE 0.2s [2020-11-03T23:06:44.035Z] [2020-11-03T23:06:44.035Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-03T23:06:44.075Z] #5 ... [2020-11-03T23:06:44.075Z] [2020-11-03T23:06:44.075Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-11-03T23:06:44.075Z] #6 DONE 1.0s [2020-11-03T23:06:44.075Z] [2020-11-03T23:06:44.075Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-03T23:06:44.075Z] #5 DONE 1.1s [2020-11-03T23:06:44.075Z] [2020-11-03T23:06:44.075Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-03T23:06:44.075Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done [2020-11-03T23:06:44.104Z] #18 28.04 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-11-03T23:06:44.104Z] #18 28.05 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-03T23:06:44.104Z] #18 28.05 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-11-03T23:06:44.104Z] #18 28.06 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-11-03T23:06:44.104Z] #18 28.07 Setting up xxd (2:8.1.0875-5) ... [2020-11-03T23:06:44.104Z] #18 28.08 Setting up zip (3.0-11+b1) ... [2020-11-03T23:06:44.104Z] #18 28.08 Setting up vim-common (2:8.1.0875-5) ... [2020-11-03T23:06:44.104Z] #18 28.10 Setting up bash-completion (1:2.8-6) ... [2020-11-03T23:06:44.332Z] #11 DONE 0.2s [2020-11-03T23:06:44.332Z] [2020-11-03T23:06:44.332Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-03T23:06:44.332Z] #30 DONE 0.1s [2020-11-03T23:06:44.332Z] [2020-11-03T23:06:44.332Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:06:44.332Z] #41 ... [2020-11-03T23:06:44.332Z] [2020-11-03T23:06:44.332Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-03T23:06:44.332Z] #38 DONE 0.1s [2020-11-03T23:06:44.340Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done [2020-11-03T23:06:44.340Z] #24 sha256:463210399eaa08582f27278fdc40d21705648b1fbf5aba088b4b835e39c52ce0 529B / 529B done [2020-11-03T23:06:44.340Z] #24 sha256:fcdd5d3014e4e669c40ba051441fa73e2d68e27894ec5fcc392a12bcde643f1d 1.50kB / 1.50kB done [2020-11-03T23:06:44.340Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 273.79kB / 49.18MB 0.3s [2020-11-03T23:06:44.340Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 8.48MB / 49.18MB 0.4s [2020-11-03T23:06:44.605Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 12.55MB / 49.18MB 0.6s [2020-11-03T23:06:44.605Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 16.47MB / 49.18MB 0.7s [2020-11-03T23:06:44.629Z] [2020-11-03T23:06:44.629Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:06:44.870Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 20.64MB / 49.18MB 0.9s [2020-11-03T23:06:45.135Z] #18 29.25 Setting up libiptc0:s390x (1.8.2-4) ... [2020-11-03T23:06:45.135Z] #18 29.26 Setting up xz-utils (5.2.4-1) ... [2020-11-03T23:06:45.135Z] #18 29.26 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-03T23:06:45.135Z] #18 29.27 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-03T23:06:45.135Z] #18 29.32 invoke-rc.d: could not determine current runlevel [2020-11-03T23:06:45.224Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 30.68MB / 49.18MB 1.1s [2020-11-03T23:06:45.224Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 37.48MB / 49.18MB 1.2s [2020-11-03T23:06:45.425Z] #18 29.32 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-03T23:06:45.425Z] #18 29.33 Setting up pigz (2.4-1) ... [2020-11-03T23:06:45.425Z] #18 29.33 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-11-03T23:06:45.425Z] #18 29.34 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-11-03T23:06:45.425Z] #18 29.35 Setting up python-pip-whl (18.1-5) ... [2020-11-03T23:06:45.425Z] #18 29.36 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-11-03T23:06:45.425Z] #18 29.36 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-03T23:06:45.425Z] #18 29.61 Setting up libaio1:s390x (0.3.112-3) ... [2020-11-03T23:06:45.487Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 41.12MB / 49.18MB 1.3s [2020-11-03T23:06:45.487Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 44.40MB / 49.18MB 1.4s [2020-11-03T23:06:45.487Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 49.18MB / 49.18MB 1.5s [2020-11-03T23:06:45.685Z] #39 1.152 + git clone https://github.com/docker/distribution.git . [2020-11-03T23:06:45.685Z] #39 1.159 Cloning into '.'... [2020-11-03T23:06:45.716Z] #18 29.61 Setting up libonig5:s390x (6.9.1-1) ... [2020-11-03T23:06:45.716Z] #18 29.62 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-11-03T23:06:45.716Z] #18 29.63 Setting up vim (2:8.1.0875-5) ... [2020-11-03T23:06:45.716Z] #18 29.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-03T23:06:45.716Z] #18 29.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-03T23:06:45.716Z] #18 29.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-03T23:06:45.716Z] #18 29.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-03T23:06:45.716Z] #18 29.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-03T23:06:45.716Z] #18 29.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-03T23:06:45.716Z] #18 29.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-03T23:06:45.716Z] #18 29.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-03T23:06:45.716Z] #18 29.67 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-11-03T23:06:45.716Z] #18 29.68 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-03T23:06:45.716Z] #18 29.69 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-11-03T23:06:45.716Z] #18 29.69 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-03T23:06:45.716Z] #18 29.70 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-11-03T23:06:45.716Z] #18 29.71 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-03T23:06:47.219Z] #18 ... [2020-11-03T23:06:47.219Z] [2020-11-03T23:06:47.219Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:06:47.219Z] #41 60.23 CC criu/cr-service.o [2020-11-03T23:06:47.219Z] #41 61.21 CC criu/crtools.o [2020-11-03T23:06:47.219Z] #41 61.60 CC criu/eventfd.o [2020-11-03T23:06:47.219Z] #41 61.84 CC criu/eventpoll.o [2020-11-03T23:06:47.219Z] #41 62.29 CC criu/external.o [2020-11-03T23:06:47.219Z] #41 62.46 CC criu/fault-injection.o [2020-11-03T23:06:47.219Z] #41 62.53 CC criu/fdstore.o [2020-11-03T23:06:47.219Z] #41 62.81 CC criu/fifo.o [2020-11-03T23:06:47.219Z] #41 63.03 CC criu/file-ids.o [2020-11-03T23:06:47.219Z] #41 63.34 CC criu/file-lock.o [2020-11-03T23:06:47.219Z] #41 63.88 CC criu/files-ext.o [2020-11-03T23:06:47.219Z] #41 64.22 CC criu/files-reg.o [2020-11-03T23:06:47.219Z] #41 65.72 CC criu/files.o [2020-11-03T23:06:47.219Z] #41 67.08 CC criu/filesystems.o [2020-11-03T23:06:47.219Z] #41 67.38 CC criu/fsnotify.o [2020-11-03T23:06:47.219Z] #41 68.01 CC criu/image-desc.o [2020-11-03T23:06:47.219Z] #41 68.06 CC criu/image.o [2020-11-03T23:06:47.219Z] #41 68.48 CC criu/ipc_ns.o [2020-11-03T23:06:47.219Z] #41 69.24 CC criu/irmap.o [2020-11-03T23:06:47.219Z] #41 69.72 CC criu/kcmp-ids.o [2020-11-03T23:06:47.219Z] #41 69.90 CC criu/kerndat.o [2020-11-03T23:06:47.219Z] #41 ... [2020-11-03T23:06:47.219Z] [2020-11-03T23:06:47.219Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:06:47.219Z] #18 31.40 Setting up iptables (1.8.2-4) ... [2020-11-03T23:06:47.219Z] #18 31.41 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-03T23:06:47.219Z] #18 31.41 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-03T23:06:47.219Z] #18 31.42 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-03T23:06:47.219Z] #18 31.43 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-03T23:06:47.375Z] #54 127.2 + bin/containerd-shim-runc-v1 [2020-11-03T23:06:47.511Z] #18 31.44 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-03T23:06:47.511Z] #18 31.44 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-03T23:06:47.511Z] #18 31.45 Setting up python3 (3.7.3-1) ... [2020-11-03T23:06:47.802Z] #18 31.75 Setting up python3-wheel (0.32.3-2) ... [2020-11-03T23:06:48.054Z] #24 ... [2020-11-03T23:06:48.054Z] [2020-11-03T23:06:48.054Z] #21 [internal] load build context [2020-11-03T23:06:48.054Z] #21 transferring context: 51.99MB 3.4s done [2020-11-03T23:06:48.054Z] #21 DONE 3.9s [2020-11-03T23:06:48.054Z] [2020-11-03T23:06:48.054Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-03T23:06:48.054Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-03T23:06:48.054Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-03T23:06:48.054Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-03T23:06:48.054Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.7s done [2020-11-03T23:06:48.054Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.5s done [2020-11-03T23:06:48.054Z] #60 DONE 3.9s [2020-11-03T23:06:48.054Z] [2020-11-03T23:06:48.054Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-03T23:06:48.054Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 49.18MB / 49.18MB 3.8s done [2020-11-03T23:06:48.054Z] #24 extracting sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 [2020-11-03T23:06:48.092Z] #18 32.14 Setting up apparmor (2.13.2-10) ... [2020-11-03T23:06:49.123Z] #18 33.14 Setting up xfsprogs (4.20.0-1) ... [2020-11-03T23:06:49.123Z] #18 33.15 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-03T23:06:49.414Z] #18 33.33 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-03T23:06:49.704Z] #18 33.82 Setting up python3-distutils (3.7.3-1) ... [2020-11-03T23:06:49.995Z] #18 34.13 Setting up python3-setuptools (40.8.0-1) ... [2020-11-03T23:06:50.214Z] #39 ... [2020-11-03T23:06:50.214Z] [2020-11-03T23:06:50.214Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:06:50.214Z] #46 0.893 + RM_GOPATH=0 [2020-11-03T23:06:50.214Z] #46 0.893 + TMP_GOPATH= [2020-11-03T23:06:50.214Z] #46 0.893 + : /build [2020-11-03T23:06:50.214Z] #46 0.893 + '[' -z '' ']' [2020-11-03T23:06:50.214Z] #46 0.894 ++ mktemp -d [2020-11-03T23:06:50.214Z] #46 0.895 + export GOPATH=/tmp/tmp.7WWE07H6uL [2020-11-03T23:06:50.214Z] #46 0.895 + GOPATH=/tmp/tmp.7WWE07H6uL [2020-11-03T23:06:50.214Z] #46 0.895 + RM_GOPATH=1 [2020-11-03T23:06:50.214Z] #46 0.896 + case "$(go env GOARCH)" in [2020-11-03T23:06:50.214Z] #46 0.896 ++ go env GOARCH [2020-11-03T23:06:50.214Z] #46 0.901 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:06:50.214Z] #46 0.901 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:06:50.214Z] #46 0.901 ++ dirname /tmp/install/install.sh [2020-11-03T23:06:50.214Z] #46 0.902 + dir=/tmp/install [2020-11-03T23:06:50.214Z] #46 0.903 + bin=gotestsum [2020-11-03T23:06:50.214Z] #46 0.903 + shift [2020-11-03T23:06:50.214Z] #46 0.903 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-03T23:06:50.214Z] #46 0.903 + . /tmp/install/gotestsum.installer [2020-11-03T23:06:50.214Z] #46 0.905 ++ : v0.5.3 [2020-11-03T23:06:50.214Z] #46 0.906 + install_gotestsum [2020-11-03T23:06:50.214Z] #46 0.906 + set -e [2020-11-03T23:06:50.214Z] #46 0.906 + export GO111MODULE=on [2020-11-03T23:06:50.214Z] #46 0.906 + GO111MODULE=on [2020-11-03T23:06:50.214Z] #46 0.906 + GOBIN=/build [2020-11-03T23:06:50.214Z] #46 0.907 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-03T23:06:50.214Z] #46 0.921 go: finding gotest.tools v0.5.3 [2020-11-03T23:06:50.214Z] #46 0.922 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-03T23:06:50.214Z] #46 2.095 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-03T23:06:50.214Z] #46 3.281 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-03T23:06:50.214Z] #46 4.904 go: downloading github.com/pkg/errors v0.9.1 [2020-11-03T23:06:50.214Z] #46 4.930 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-03T23:06:50.214Z] #46 4.934 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-03T23:06:50.214Z] #46 4.943 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-03T23:06:50.214Z] #46 4.965 go: downloading github.com/fatih/color v1.9.0 [2020-11-03T23:06:50.214Z] #46 4.968 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-03T23:06:50.214Z] #46 4.981 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-03T23:06:50.214Z] #46 5.043 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-03T23:06:50.214Z] #46 5.115 go: extracting github.com/pkg/errors v0.9.1 [2020-11-03T23:06:50.214Z] #46 5.115 go: extracting github.com/fatih/color v1.9.0 [2020-11-03T23:06:50.214Z] #46 5.219 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-03T23:06:50.214Z] #46 5.339 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-03T23:06:50.214Z] #46 5.349 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-03T23:06:50.214Z] #46 5.396 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-03T23:06:50.214Z] #46 5.712 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-03T23:06:50.214Z] #46 5.842 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-03T23:06:50.513Z] #46 6.270 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-03T23:06:50.513Z] #46 6.316 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-03T23:06:50.513Z] #46 6.388 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-03T23:06:50.677Z] #54 131.7 + bin/containerd-shim-runc-v2 [2020-11-03T23:06:51.027Z] #18 34.88 Setting up python3-pip (18.1-5) ... [2020-11-03T23:06:51.317Z] #18 35.37 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:06:51.317Z] #18 35.40 Processing triggers for mime-support (3.62) ... [2020-11-03T23:06:51.948Z] #18 DONE 35.9s [2020-11-03T23:06:51.948Z] [2020-11-03T23:06:51.948Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:06:51.948Z] #41 70.46 CC criu/libnetlink.o [2020-11-03T23:06:51.948Z] #41 70.62 CC criu/log.o [2020-11-03T23:06:51.948Z] #41 70.98 CC criu/lsm.o [2020-11-03T23:06:51.948Z] #41 71.26 CC criu/mem.o [2020-11-03T23:06:51.948Z] #41 72.12 CC criu/memfd.o [2020-11-03T23:06:51.948Z] #41 72.46 CC criu/mount.o [2020-11-03T23:06:51.948Z] #41 74.58 CC criu/namespaces.o [2020-11-03T23:06:52.061Z] #54 132.8 + binaries [2020-11-03T23:06:52.061Z] #54 132.8 + install -D bin/containerd /build/containerd [2020-11-03T23:06:52.061Z] #54 132.8 + install -D bin/containerd-shim /build/containerd-shim [2020-11-03T23:06:52.061Z] #54 132.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-03T23:06:52.061Z] #54 132.8 + install -D bin/ctr /build/ctr [2020-11-03T23:06:52.581Z] #41 75.74 CC criu/net.o [2020-11-03T23:06:52.613Z] #46 7.962 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-03T23:06:52.874Z] #41 ... [2020-11-03T23:06:52.874Z] [2020-11-03T23:06:52.874Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-03T23:06:52.874Z] #19 0.811 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-03T23:06:52.874Z] #19 0.813 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-03T23:06:52.874Z] #19 0.814 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-03T23:06:52.874Z] #19 DONE 1.0s [2020-11-03T23:06:52.874Z] [2020-11-03T23:06:52.874Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-03T23:06:53.259Z] #46 8.848 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-03T23:06:53.377Z] #24 extracting sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 5.1s done [2020-11-03T23:06:53.443Z] #54 DONE 134.5s [2020-11-03T23:06:53.955Z] #24 ... [2020-11-03T23:06:53.955Z] [2020-11-03T23:06:53.955Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:06:53.955Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-03T23:06:53.955Z] #8 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2020-11-03T23:06:53.955Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 3.8s done [2020-11-03T23:06:53.955Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-03T23:06:53.955Z] #8 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2020-11-03T23:06:53.955Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 1.6s done [2020-11-03T23:06:53.955Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 4.6s done [2020-11-03T23:06:53.955Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 10.0s [2020-11-03T23:06:53.955Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 10.0s [2020-11-03T23:06:53.955Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 4.7s done [2020-11-03T23:06:53.955Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 10.0s [2020-11-03T23:06:54.312Z] #46 ... [2020-11-03T23:06:54.312Z] [2020-11-03T23:06:54.312Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:06:54.312Z] #63 1.019 + RM_GOPATH=0 [2020-11-03T23:06:54.312Z] #63 1.019 + TMP_GOPATH= [2020-11-03T23:06:54.312Z] #63 1.020 + : /build [2020-11-03T23:06:54.312Z] #63 1.020 + '[' -z '' ']' [2020-11-03T23:06:54.312Z] #63 1.021 ++ mktemp -d [2020-11-03T23:06:54.312Z] #63 1.022 + export GOPATH=/tmp/tmp.vDYZBrty2b [2020-11-03T23:06:54.312Z] #63 1.022 + GOPATH=/tmp/tmp.vDYZBrty2b [2020-11-03T23:06:54.312Z] #63 1.022 + RM_GOPATH=1 [2020-11-03T23:06:54.312Z] #63 1.022 + case "$(go env GOARCH)" in [2020-11-03T23:06:54.312Z] #63 1.023 ++ go env GOARCH [2020-11-03T23:06:54.312Z] #63 1.036 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:06:54.312Z] #63 1.037 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:06:54.312Z] #63 1.038 ++ dirname /tmp/install/install.sh [2020-11-03T23:06:54.312Z] #63 1.049 + dir=/tmp/install [2020-11-03T23:06:54.312Z] #63 1.050 + bin=proxy [2020-11-03T23:06:54.312Z] #63 1.050 + shift [2020-11-03T23:06:54.312Z] #63 1.051 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-03T23:06:54.312Z] #63 1.052 + . /tmp/install/proxy.installer [2020-11-03T23:06:54.312Z] #63 1.055 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-03T23:06:54.312Z] #63 1.056 + install_proxy [2020-11-03T23:06:54.312Z] #63 1.056 + case "$1" in [2020-11-03T23:06:54.312Z] #63 1.056 + export CGO_ENABLED=0 [2020-11-03T23:06:54.313Z] #63 1.056 + CGO_ENABLED=0 [2020-11-03T23:06:54.313Z] #63 1.056 + _install_proxy [2020-11-03T23:06:54.313Z] #63 1.056 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-03T23:06:54.313Z] #63 1.057 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-03T23:06:54.313Z] #63 1.057 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.vDYZBrty2b/src/github.com/docker/libnetwork [2020-11-03T23:06:54.313Z] #63 1.062 Cloning into '/tmp/tmp.vDYZBrty2b/src/github.com/docker/libnetwork'... [2020-11-03T23:06:54.313Z] #63 ... [2020-11-03T23:06:54.313Z] [2020-11-03T23:06:54.313Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:06:54.313Z] #12 1.051 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:06:54.313Z] #12 1.178 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:06:54.313Z] #12 1.296 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:06:54.313Z] #12 3.018 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-03T23:06:54.313Z] #12 5.165 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB] [2020-11-03T23:06:54.313Z] #12 7.033 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-03T23:06:54.313Z] #12 ... [2020-11-03T23:06:54.313Z] [2020-11-03T23:06:54.313Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:06:54.313Z] #57 1.045 + RM_GOPATH=0 [2020-11-03T23:06:54.313Z] #57 1.046 + TMP_GOPATH= [2020-11-03T23:06:54.313Z] #57 1.046 + : /build [2020-11-03T23:06:54.313Z] #57 1.046 + '[' -z '' ']' [2020-11-03T23:06:54.313Z] #57 1.047 ++ mktemp -d [2020-11-03T23:06:54.313Z] #57 1.049 + export GOPATH=/tmp/tmp.TyenOJtGos [2020-11-03T23:06:54.313Z] #57 1.049 + GOPATH=/tmp/tmp.TyenOJtGos [2020-11-03T23:06:54.313Z] #57 1.049 + RM_GOPATH=1 [2020-11-03T23:06:54.313Z] #57 1.050 + case "$(go env GOARCH)" in [2020-11-03T23:06:54.313Z] #57 1.051 ++ go env GOARCH [2020-11-03T23:06:54.313Z] #57 1.060 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:06:54.313Z] #57 1.060 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:06:54.313Z] #57 1.095 ++ dirname /tmp/install/install.sh [2020-11-03T23:06:54.313Z] #57 1.098 + dir=/tmp/install [2020-11-03T23:06:54.313Z] #57 1.098 + bin=rootlesskit [2020-11-03T23:06:54.313Z] #57 1.099 + shift [2020-11-03T23:06:54.313Z] #57 1.100 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-03T23:06:54.313Z] #57 1.101 + . /tmp/install/rootlesskit.installer [2020-11-03T23:06:54.313Z] #57 1.103 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-03T23:06:54.313Z] #57 1.104 + install_rootlesskit [2020-11-03T23:06:54.313Z] #57 1.105 + case "$1" in [2020-11-03T23:06:54.313Z] #57 1.106 + export CGO_ENABLED=0 [2020-11-03T23:06:54.313Z] #57 1.107 + CGO_ENABLED=0 [2020-11-03T23:06:54.313Z] #57 1.107 + _install_rootlesskit [2020-11-03T23:06:54.313Z] #57 1.108 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-11-03T23:06:54.313Z] #57 1.109 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-03T23:06:54.313Z] #57 1.125 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.TyenOJtGos/src/github.com/rootless-containers/rootlesskit [2020-11-03T23:06:54.313Z] #57 1.132 Cloning into '/tmp/tmp.TyenOJtGos/src/github.com/rootless-containers/rootlesskit'... [2020-11-03T23:06:54.313Z] #57 7.336 + cd /tmp/tmp.TyenOJtGos/src/github.com/rootless-containers/rootlesskit [2020-11-03T23:06:54.313Z] #57 7.337 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-03T23:06:54.313Z] #57 7.988 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-03T23:06:54.313Z] #57 7.988 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-03T23:06:54.384Z] [2020-11-03T23:06:54.384Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-03T23:06:54.632Z] #57 ... [2020-11-03T23:06:54.632Z] [2020-11-03T23:06:54.632Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:06:54.632Z] #50 1.183 + RM_GOPATH=0 [2020-11-03T23:06:54.632Z] #50 1.183 + TMP_GOPATH= [2020-11-03T23:06:54.632Z] #50 1.183 + : /build [2020-11-03T23:06:54.632Z] #50 1.183 + '[' -z '' ']' [2020-11-03T23:06:54.632Z] #50 1.184 ++ mktemp -d [2020-11-03T23:06:54.632Z] #50 1.219 + export GOPATH=/tmp/tmp.TY4BA8T5oR [2020-11-03T23:06:54.632Z] #50 1.222 + GOPATH=/tmp/tmp.TY4BA8T5oR [2020-11-03T23:06:54.632Z] #50 1.224 + RM_GOPATH=1 [2020-11-03T23:06:54.632Z] #50 1.227 + case "$(go env GOARCH)" in [2020-11-03T23:06:54.632Z] #50 1.236 ++ go env GOARCH [2020-11-03T23:06:54.632Z] #50 1.347 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:06:54.632Z] #50 1.350 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:06:54.632Z] #50 1.352 ++ dirname /tmp/install/install.sh [2020-11-03T23:06:54.632Z] #50 1.353 + dir=/tmp/install [2020-11-03T23:06:54.632Z] #50 1.353 + bin=shfmt [2020-11-03T23:06:54.632Z] #50 1.353 + shift [2020-11-03T23:06:54.632Z] #50 1.354 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-03T23:06:54.632Z] #50 1.356 + . /tmp/install/shfmt.installer [2020-11-03T23:06:54.632Z] #50 1.358 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-03T23:06:54.632Z] #50 1.359 + install_shfmt [2020-11-03T23:06:54.632Z] #50 1.359 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-03T23:06:54.632Z] #50 1.360 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-03T23:06:54.632Z] #50 1.360 + git clone https://github.com/mvdan/sh.git /tmp/tmp.TY4BA8T5oR/src/github.com/mvdan/sh [2020-11-03T23:06:54.632Z] #50 1.365 Cloning into '/tmp/tmp.TY4BA8T5oR/src/github.com/mvdan/sh'... [2020-11-03T23:06:54.632Z] #50 ... [2020-11-03T23:06:54.632Z] [2020-11-03T23:06:54.632Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:06:54.632Z] #48 1.285 + RM_GOPATH=0 [2020-11-03T23:06:54.632Z] #48 1.286 + TMP_GOPATH= [2020-11-03T23:06:54.632Z] #48 1.287 + : /build [2020-11-03T23:06:54.632Z] #48 1.288 + '[' -z '' ']' [2020-11-03T23:06:54.632Z] #48 1.295 ++ mktemp -d [2020-11-03T23:06:54.632Z] #48 1.299 + export GOPATH=/tmp/tmp.Vrk0ceGejS [2020-11-03T23:06:54.632Z] #48 1.301 + GOPATH=/tmp/tmp.Vrk0ceGejS [2020-11-03T23:06:54.632Z] #48 1.301 + RM_GOPATH=1 [2020-11-03T23:06:54.632Z] #48 1.301 + case "$(go env GOARCH)" in [2020-11-03T23:06:54.632Z] #48 1.308 ++ go env GOARCH [2020-11-03T23:06:54.632Z] #48 1.362 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:06:54.632Z] #48 1.365 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:06:54.632Z] #48 1.366 ++ dirname /tmp/install/install.sh [2020-11-03T23:06:54.632Z] #48 1.368 + dir=/tmp/install [2020-11-03T23:06:54.632Z] #48 1.374 + bin=golangci_lint [2020-11-03T23:06:54.632Z] #48 1.374 + shift [2020-11-03T23:06:54.632Z] #48 1.374 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-03T23:06:54.632Z] #48 1.382 + . /tmp/install/golangci_lint.installer [2020-11-03T23:06:54.632Z] #48 1.386 ++ : v1.23.8 [2020-11-03T23:06:54.632Z] #48 1.390 + install_golangci_lint [2020-11-03T23:06:54.632Z] #48 1.390 + set -e [2020-11-03T23:06:54.632Z] #48 1.390 + export GO111MODULE=on [2020-11-03T23:06:54.632Z] #48 1.390 + GO111MODULE=on [2020-11-03T23:06:54.632Z] #48 1.390 + GOBIN=/build [2020-11-03T23:06:54.632Z] #48 1.391 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-03T23:06:54.632Z] #48 1.422 go: finding github.com v1.23.8 [2020-11-03T23:06:54.632Z] #48 1.442 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-03T23:06:54.632Z] #48 1.449 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-03T23:06:54.632Z] #48 1.449 go: finding github.com/golangci v1.23.8 [2020-11-03T23:06:54.632Z] #48 1.459 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-03T23:06:54.632Z] #48 2.958 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-03T23:06:54.632Z] #48 4.367 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-03T23:06:54.932Z] #48 ... [2020-11-03T23:06:54.932Z] [2020-11-03T23:06:54.932Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-03T23:06:54.932Z] #54 1.574 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:06:54.932Z] #54 1.707 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:06:54.932Z] #54 1.715 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:06:54.932Z] #54 3.363 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-03T23:06:54.932Z] #54 5.850 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB] [2020-11-03T23:06:54.932Z] #54 7.719 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-03T23:06:54.932Z] #54 ... [2020-11-03T23:06:54.932Z] [2020-11-03T23:06:54.932Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-03T23:06:54.932Z] #31 1.174 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-03T23:06:54.932Z] #31 1.178 Cloning into '.'... [2020-11-03T23:06:55.231Z] #31 ... [2020-11-03T23:06:55.231Z] [2020-11-03T23:06:55.231Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:06:55.231Z] #23 1.321 + RM_GOPATH=0 [2020-11-03T23:06:55.231Z] #23 1.321 + TMP_GOPATH= [2020-11-03T23:06:55.231Z] #23 1.322 + : /build [2020-11-03T23:06:55.231Z] #23 1.322 + '[' -z '' ']' [2020-11-03T23:06:55.231Z] #23 1.325 ++ mktemp -d [2020-11-03T23:06:55.231Z] #23 1.329 + export GOPATH=/tmp/tmp.tHBmU3zTc7 [2020-11-03T23:06:55.231Z] #23 1.329 + GOPATH=/tmp/tmp.tHBmU3zTc7 [2020-11-03T23:06:55.231Z] #23 1.330 + RM_GOPATH=1 [2020-11-03T23:06:55.231Z] #23 1.331 + case "$(go env GOARCH)" in [2020-11-03T23:06:55.231Z] #23 1.335 ++ go env GOARCH [2020-11-03T23:06:55.231Z] #23 1.391 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:06:55.231Z] #23 1.391 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:06:55.231Z] #23 1.423 ++ dirname /tmp/install/install.sh [2020-11-03T23:06:55.231Z] #23 1.425 + dir=/tmp/install [2020-11-03T23:06:55.231Z] #23 1.425 + bin=dockercli [2020-11-03T23:06:55.231Z] #23 1.425 + shift [2020-11-03T23:06:55.231Z] #23 1.425 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-03T23:06:55.231Z] #23 1.426 + . /tmp/install/dockercli.installer [2020-11-03T23:06:55.231Z] #23 1.427 ++ : stable [2020-11-03T23:06:55.231Z] #23 1.428 ++ : 17.06.2-ce [2020-11-03T23:06:55.231Z] #23 1.429 + install_dockercli [2020-11-03T23:06:55.231Z] #23 1.429 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-03T23:06:55.231Z] #23 1.430 Install docker/cli version 17.06.2-ce from stable [2020-11-03T23:06:55.231Z] #23 1.431 ++ uname -m [2020-11-03T23:06:55.231Z] #23 1.432 + arch=ppc64le [2020-11-03T23:06:55.231Z] #23 1.432 + '[' ppc64le '!=' x86_64 ']' [2020-11-03T23:06:55.231Z] #23 1.432 + '[' ppc64le '!=' s390x ']' [2020-11-03T23:06:55.231Z] #23 1.432 + '[' ppc64le '!=' armhf ']' [2020-11-03T23:06:55.231Z] #23 1.432 + build_dockercli [2020-11-03T23:06:55.231Z] #23 1.432 + git clone https://github.com/docker/docker-ce /tmp/tmp.tHBmU3zTc7/tmp/docker-ce [2020-11-03T23:06:55.231Z] #23 1.446 Cloning into '/tmp/tmp.tHBmU3zTc7/tmp/docker-ce'... [2020-11-03T23:06:55.231Z] #23 ... [2020-11-03T23:06:55.231Z] [2020-11-03T23:06:55.231Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:06:55.231Z] #44 1.254 + RM_GOPATH=0 [2020-11-03T23:06:55.231Z] #44 1.254 + TMP_GOPATH= [2020-11-03T23:06:55.231Z] #44 1.254 + : /build [2020-11-03T23:06:55.231Z] #44 1.254 + '[' -z '' ']' [2020-11-03T23:06:55.231Z] #44 1.270 ++ mktemp -d [2020-11-03T23:06:55.231Z] #44 1.334 + export GOPATH=/tmp/tmp.H9NYJxn86f [2020-11-03T23:06:55.231Z] #44 1.334 + GOPATH=/tmp/tmp.H9NYJxn86f [2020-11-03T23:06:55.231Z] #44 1.334 + RM_GOPATH=1 [2020-11-03T23:06:55.231Z] #44 1.334 + case "$(go env GOARCH)" in [2020-11-03T23:06:55.231Z] #44 1.335 ++ go env GOARCH [2020-11-03T23:06:55.231Z] #44 1.389 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:06:55.231Z] #44 1.389 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:06:55.231Z] #44 1.402 ++ dirname /tmp/install/install.sh [2020-11-03T23:06:55.231Z] #44 1.406 + dir=/tmp/install [2020-11-03T23:06:55.231Z] #44 1.406 + bin=vndr [2020-11-03T23:06:55.231Z] #44 1.406 + shift [2020-11-03T23:06:55.231Z] #44 1.406 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-03T23:06:55.231Z] #44 1.406 + . /tmp/install/vndr.installer [2020-11-03T23:06:55.231Z] #44 1.407 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-03T23:06:55.231Z] #44 1.407 + install_vndr [2020-11-03T23:06:55.231Z] #44 1.408 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-03T23:06:55.231Z] #44 1.408 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-03T23:06:55.231Z] #44 1.408 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.H9NYJxn86f/src/github.com/LK4D4/vndr [2020-11-03T23:06:55.231Z] #44 1.425 Cloning into '/tmp/tmp.H9NYJxn86f/src/github.com/LK4D4/vndr'... [2020-11-03T23:06:55.231Z] #44 2.466 + cd /tmp/tmp.H9NYJxn86f/src/github.com/LK4D4/vndr [2020-11-03T23:06:55.231Z] #44 2.466 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-03T23:06:55.231Z] #44 2.485 + go build -buildmode=pie -v -o /build/vndr . [2020-11-03T23:06:55.231Z] #44 4.399 internal/cpu [2020-11-03T23:06:55.231Z] #44 4.443 sync/atomic [2020-11-03T23:06:55.231Z] #44 4.453 internal/race [2020-11-03T23:06:55.231Z] #44 4.671 unicode [2020-11-03T23:06:55.231Z] #44 4.679 unicode/utf8 [2020-11-03T23:06:55.231Z] #44 5.711 math [2020-11-03T23:06:55.231Z] #44 5.981 internal/bytealg [2020-11-03T23:06:55.231Z] #44 6.565 encoding [2020-11-03T23:06:55.231Z] #44 6.895 unicode/utf16 [2020-11-03T23:06:55.231Z] #44 7.836 container/list [2020-11-03T23:06:55.231Z] #44 7.922 runtime [2020-11-03T23:06:55.231Z] #44 9.424 crypto/internal/subtle [2020-11-03T23:06:55.231Z] #44 9.783 crypto/subtle [2020-11-03T23:06:55.231Z] #44 10.47 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-03T23:06:55.231Z] #44 11.09 internal/nettrace [2020-11-03T23:06:55.324Z] #55 DONE 0.9s [2020-11-03T23:06:55.525Z] Client: [2020-11-03T23:06:55.525Z] Debug Mode: false [2020-11-03T23:06:55.525Z] [2020-11-03T23:06:55.525Z] Server: [2020-11-03T23:06:55.525Z] Containers: 0 [2020-11-03T23:06:55.525Z] Running: 0 [2020-11-03T23:06:55.525Z] Paused: 0 [2020-11-03T23:06:55.525Z] Stopped: 0 [2020-11-03T23:06:55.525Z] Images: 0 [2020-11-03T23:06:55.525Z] Server Version: 19.03.13 [2020-11-03T23:06:55.525Z] Storage Driver: overlay2 [2020-11-03T23:06:55.525Z] Backing Filesystem: extfs [2020-11-03T23:06:55.525Z] Supports d_type: true [2020-11-03T23:06:55.525Z] Native Overlay Diff: true [2020-11-03T23:06:55.525Z] Logging Driver: json-file [2020-11-03T23:06:55.525Z] Cgroup Driver: cgroupfs [2020-11-03T23:06:55.525Z] Plugins: [2020-11-03T23:06:55.525Z] Volume: local [2020-11-03T23:06:55.525Z] Network: bridge host ipvlan macvlan null overlay [2020-11-03T23:06:55.525Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-03T23:06:55.525Z] Swarm: inactive [2020-11-03T23:06:55.525Z] Runtimes: runc [2020-11-03T23:06:55.525Z] Default Runtime: runc [2020-11-03T23:06:55.525Z] Init Binary: docker-init [2020-11-03T23:06:55.525Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-03T23:06:55.525Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-03T23:06:55.525Z] init version: fec3683 [2020-11-03T23:06:55.525Z] Security Options: [2020-11-03T23:06:55.525Z] apparmor [2020-11-03T23:06:55.525Z] seccomp [2020-11-03T23:06:55.525Z] Profile: default [2020-11-03T23:06:55.525Z] Kernel Version: 5.4.0-1025-aws [2020-11-03T23:06:55.525Z] Operating System: Ubuntu 18.04.5 LTS [2020-11-03T23:06:55.525Z] OSType: linux [2020-11-03T23:06:55.525Z] Architecture: x86_64 [2020-11-03T23:06:55.525Z] CPUs: 2 [2020-11-03T23:06:55.525Z] Total Memory: 7.487GiB [2020-11-03T23:06:55.525Z] Name: ip-10-100-113-41 [2020-11-03T23:06:55.525Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-11-03T23:06:55.525Z] Docker Root Dir: /var/lib/docker [2020-11-03T23:06:55.525Z] Debug Mode: false [2020-11-03T23:06:55.525Z] Registry: https://index.docker.io/v1/ [2020-11-03T23:06:55.525Z] Labels: [2020-11-03T23:06:55.525Z] Experimental: true [2020-11-03T23:06:55.525Z] Insecure Registries: [2020-11-03T23:06:55.525Z] 127.0.0.0/8 [2020-11-03T23:06:55.525Z] Live Restore Enabled: true [2020-11-03T23:06:55.525Z] [2020-11-03T23:06:55.525Z] WARNING: No swap limit support [2020-11-03T23:06:55.531Z] #44 ... [2020-11-03T23:06:55.531Z] [2020-11-03T23:06:55.531Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:06:55.531Z] #33 0.847 + RM_GOPATH=0 [2020-11-03T23:06:55.531Z] #33 0.847 + TMP_GOPATH= [2020-11-03T23:06:55.531Z] #33 0.847 + : /build [2020-11-03T23:06:55.531Z] #33 0.847 + '[' -z '' ']' [2020-11-03T23:06:55.531Z] #33 0.848 ++ mktemp -d [2020-11-03T23:06:55.531Z] #33 0.849 + export GOPATH=/tmp/tmp.BcJ7E3lGHs [2020-11-03T23:06:55.531Z] #33 0.849 + GOPATH=/tmp/tmp.BcJ7E3lGHs [2020-11-03T23:06:55.531Z] #33 0.849 + RM_GOPATH=1 [2020-11-03T23:06:55.531Z] #33 0.850 + case "$(go env GOARCH)" in [2020-11-03T23:06:55.531Z] #33 0.850 ++ go env GOARCH [2020-11-03T23:06:55.531Z] #33 0.855 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:06:55.531Z] #33 0.855 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:06:55.531Z] #33 0.856 ++ dirname /tmp/install/install.sh [2020-11-03T23:06:55.531Z] #33 0.857 + dir=/tmp/install [2020-11-03T23:06:55.531Z] #33 0.857 + bin=tomlv [2020-11-03T23:06:55.531Z] #33 0.858 + shift [2020-11-03T23:06:55.531Z] #33 0.858 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-03T23:06:55.531Z] #33 0.858 + . /tmp/install/tomlv.installer [2020-11-03T23:06:55.531Z] #33 0.858 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-03T23:06:55.531Z] #33 0.859 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-03T23:06:55.531Z] #33 0.859 + install_tomlv [2020-11-03T23:06:55.531Z] #33 0.859 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-03T23:06:55.531Z] #33 0.859 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.BcJ7E3lGHs/src/github.com/BurntSushi/toml [2020-11-03T23:06:55.531Z] #33 0.861 Cloning into '/tmp/tmp.BcJ7E3lGHs/src/github.com/BurntSushi/toml'... [2020-11-03T23:06:55.531Z] #33 2.047 + cd /tmp/tmp.BcJ7E3lGHs/src/github.com/BurntSushi/toml [2020-11-03T23:06:55.532Z] #33 2.050 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-03T23:06:55.532Z] #33 2.088 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-03T23:06:55.532Z] #33 3.090 runtime/internal/sys [2020-11-03T23:06:55.532Z] #33 3.113 math/bits [2020-11-03T23:06:55.532Z] #33 3.388 internal/cpu [2020-11-03T23:06:55.532Z] #33 3.419 runtime/internal/atomic [2020-11-03T23:06:55.532Z] #33 3.752 runtime/internal/math [2020-11-03T23:06:55.532Z] #33 3.984 unicode/utf8 [2020-11-03T23:06:55.532Z] #33 4.096 internal/race [2020-11-03T23:06:55.532Z] #33 4.529 internal/bytealg [2020-11-03T23:06:55.532Z] #33 4.647 sync/atomic [2020-11-03T23:06:55.532Z] #33 4.995 math [2020-11-03T23:06:55.532Z] #33 5.642 unicode [2020-11-03T23:06:55.532Z] #33 5.948 internal/testlog [2020-11-03T23:06:55.532Z] #33 6.492 encoding [2020-11-03T23:06:55.532Z] #33 6.780 runtime [2020-11-03T23:06:55.532Z] #33 7.196 runtime/cgo [2020-11-03T23:06:55.532Z] #33 ... [2020-11-03T23:06:55.532Z] [2020-11-03T23:06:55.532Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:06:55.532Z] #35 1.154 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:06:55.532Z] #35 1.291 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:06:55.532Z] #35 1.300 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:06:55.532Z] #35 2.878 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-03T23:06:55.532Z] #35 5.512 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB] [2020-11-03T23:06:55.532Z] #35 7.631 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [Pipeline] sh [2020-11-03T23:06:55.583Z] [2020-11-03T23:06:55.583Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-03T23:06:55.583Z] #59 DONE 0.3s [2020-11-03T23:06:55.608Z] #20 2.968 Collecting yamllint==1.16.0 [2020-11-03T23:06:55.830Z] #35 ... [2020-11-03T23:06:55.830Z] [2020-11-03T23:06:55.830Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:06:55.830Z] #44 11.60 runtime/cgo [2020-11-03T23:06:55.830Z] #44 ... [2020-11-03T23:06:55.830Z] [2020-11-03T23:06:55.830Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:06:55.830Z] #41 1.679 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:06:55.830Z] #41 1.765 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:06:55.830Z] #41 1.798 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:06:55.830Z] #41 3.141 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-03T23:06:55.830Z] #41 5.360 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB] [2020-11-03T23:06:55.830Z] #41 7.575 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-03T23:06:55.830Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-03T23:06:55.831Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-03T23:06:55.831Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41604/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-03T23:06:55.831Z] + bash /home/ubuntu/workspace/moby_PR-41604/check-config.sh [2020-11-03T23:06:55.831Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-03T23:06:55.831Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-11-03T23:06:55.831Z] [2020-11-03T23:06:55.831Z] Generally Necessary: [2020-11-03T23:06:55.831Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-03T23:06:55.831Z] - apparmor: enabled and tools installed [2020-11-03T23:06:55.831Z] - CONFIG_NAMESPACES: enabled [2020-11-03T23:06:55.831Z] - CONFIG_NET_NS: enabled [2020-11-03T23:06:55.831Z] - CONFIG_PID_NS: enabled [2020-11-03T23:06:55.831Z] - CONFIG_IPC_NS: enabled [2020-11-03T23:06:55.831Z] - CONFIG_UTS_NS: enabled [2020-11-03T23:06:55.831Z] - CONFIG_CGROUPS: enabled [2020-11-03T23:06:55.831Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-03T23:06:55.831Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-03T23:06:55.831Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-03T23:06:55.831Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-03T23:06:55.831Z] - CONFIG_CPUSETS: enabled [2020-11-03T23:06:55.831Z] - CONFIG_MEMCG: enabled [2020-11-03T23:06:55.831Z] - CONFIG_KEYS: enabled [2020-11-03T23:06:55.831Z] - CONFIG_VETH: enabled (as module) [2020-11-03T23:06:55.831Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-03T23:06:55.831Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-03T23:06:55.831Z] - CONFIG_NF_NAT_IPV4: missing [2020-11-03T23:06:55.831Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-03T23:06:55.831Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-03T23:06:55.831Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-03T23:06:55.831Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-03T23:06:55.831Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-03T23:06:55.831Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-03T23:06:55.831Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-03T23:06:55.831Z] - CONFIG_NF_NAT_NEEDED: missing [2020-11-03T23:06:55.831Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-03T23:06:55.831Z] [2020-11-03T23:06:55.831Z] Optional Features: [2020-11-03T23:06:55.831Z] - CONFIG_USER_NS: enabled [2020-11-03T23:06:55.831Z] - CONFIG_SECCOMP: enabled [2020-11-03T23:06:55.831Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-03T23:06:55.831Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-03T23:06:55.831Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-03T23:06:55.831Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-03T23:06:55.843Z] [2020-11-03T23:06:55.843Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-03T23:06:55.880Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 10.8s done [2020-11-03T23:06:55.880Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 10.5s done [2020-11-03T23:06:55.880Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 11.8s [2020-11-03T23:06:55.898Z] #20 3.142 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-03T23:06:55.898Z] #20 3.179 Collecting pyyaml (from yamllint==1.16.0) [2020-11-03T23:06:56.097Z] - CONFIG_BLK_CGROUP: enabled [2020-11-03T23:06:56.097Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-03T23:06:56.097Z] - CONFIG_IOSCHED_CFQ: missing [2020-11-03T23:06:56.097Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-11-03T23:06:56.097Z] - CONFIG_CGROUP_PERF: enabled [2020-11-03T23:06:56.097Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-03T23:06:56.097Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-03T23:06:56.097Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-03T23:06:56.097Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-03T23:06:56.097Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-03T23:06:56.097Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-03T23:06:56.097Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-03T23:06:56.097Z] - CONFIG_IP_VS: enabled (as module) [2020-11-03T23:06:56.097Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-03T23:06:56.097Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-03T23:06:56.097Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-03T23:06:56.097Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-03T23:06:56.097Z] - CONFIG_EXT4_FS: enabled [2020-11-03T23:06:56.097Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-03T23:06:56.097Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-03T23:06:56.097Z] - Network Drivers: [2020-11-03T23:06:56.097Z] - "overlay": [2020-11-03T23:06:56.097Z] - CONFIG_VXLAN: enabled (as module) [2020-11-03T23:06:56.097Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-03T23:06:56.097Z] Optional (for encrypted networks): [2020-11-03T23:06:56.097Z] - CONFIG_CRYPTO: enabled [2020-11-03T23:06:56.097Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-03T23:06:56.097Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-03T23:06:56.097Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-03T23:06:56.097Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-03T23:06:56.097Z] - CONFIG_XFRM: enabled [2020-11-03T23:06:56.097Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-03T23:06:56.097Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-03T23:06:56.097Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-03T23:06:56.097Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-11-03T23:06:56.103Z] #61 DONE 0.5s [2020-11-03T23:06:56.103Z] [2020-11-03T23:06:56.103Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-03T23:06:56.103Z] #63 DONE 0.0s [2020-11-03T23:06:56.103Z] [2020-11-03T23:06:56.103Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-03T23:06:56.103Z] #64 DONE 0.0s [2020-11-03T23:06:56.103Z] [2020-11-03T23:06:56.103Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-03T23:06:56.130Z] #41 ... [2020-11-03T23:06:56.130Z] [2020-11-03T23:06:56.130Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:06:56.130Z] #48 11.13 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-03T23:06:56.130Z] #48 11.15 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-03T23:06:56.130Z] #48 11.21 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-03T23:06:56.130Z] #48 11.22 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-03T23:06:56.130Z] #48 11.22 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-03T23:06:56.130Z] #48 11.22 go: downloading github.com/spf13/viper v1.6.1 [2020-11-03T23:06:56.130Z] #48 11.23 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-03T23:06:56.130Z] #48 11.23 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-03T23:06:56.130Z] #48 11.64 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-03T23:06:56.130Z] #48 11.72 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-03T23:06:56.130Z] #48 11.76 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-03T23:06:56.130Z] #48 11.80 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-03T23:06:56.130Z] #48 11.84 go: downloading github.com/pkg/errors v0.8.1 [2020-11-03T23:06:56.130Z] #48 11.99 go: extracting github.com/spf13/viper v1.6.1 [2020-11-03T23:06:56.130Z] #48 12.03 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-03T23:06:56.143Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 12.1s done [2020-11-03T23:06:56.143Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 12.1s done [2020-11-03T23:06:56.188Z] #20 3.282 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-03T23:06:56.360Z] - "ipvlan": [2020-11-03T23:06:56.360Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-03T23:06:56.360Z] - "macvlan": [2020-11-03T23:06:56.360Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-03T23:06:56.360Z] - CONFIG_DUMMY: enabled (as module) [2020-11-03T23:06:56.360Z] - "ftp,tftp client in container": [2020-11-03T23:06:56.360Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-03T23:06:56.360Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-03T23:06:56.360Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-03T23:06:56.360Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-03T23:06:56.360Z] - Storage Drivers: [2020-11-03T23:06:56.360Z] - "aufs": [2020-11-03T23:06:56.360Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-03T23:06:56.360Z] - "btrfs": [2020-11-03T23:06:56.360Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-03T23:06:56.360Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-03T23:06:56.360Z] - "devicemapper": [2020-11-03T23:06:56.360Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-03T23:06:56.360Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-03T23:06:56.360Z] - "overlay": [2020-11-03T23:06:56.360Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-03T23:06:56.360Z] - "zfs": [2020-11-03T23:06:56.360Z] - /dev/zfs: present [2020-11-03T23:06:56.360Z] - zfs command: missing [2020-11-03T23:06:56.360Z] - zpool command: missing [2020-11-03T23:06:56.360Z] [2020-11-03T23:06:56.360Z] Limits: [2020-11-03T23:06:56.360Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-03T23:06:56.360Z] [2020-11-03T23:06:56.360Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2020-11-03T23:06:56.406Z] #8 ... [2020-11-03T23:06:56.406Z] [2020-11-03T23:06:56.406Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-03T23:06:56.406Z] #24 DONE 12.4s [Pipeline] sh [2020-11-03T23:06:56.432Z] #48 12.24 go: downloading github.com/fatih/color v1.7.0 [2020-11-03T23:06:56.432Z] #48 12.32 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-03T23:06:56.669Z] [2020-11-03T23:06:56.669Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:06:56.669Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 [2020-11-03T23:06:56.707Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:94bcfbdcb127d303563f72e7cf500179256c8f56 . [2020-11-03T23:06:56.732Z] #48 12.59 go: extracting github.com/fatih/color v1.7.0 [2020-11-03T23:06:56.733Z] #48 12.59 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-03T23:06:56.733Z] #48 12.63 go: extracting github.com/pkg/errors v0.8.1 [2020-11-03T23:06:56.818Z] #20 4.104 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-03T23:06:56.818Z] #20 4.150 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-11-03T23:06:56.932Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.4s done [2020-11-03T23:06:56.976Z] #2 [internal] load build definition from Dockerfile [2020-11-03T23:06:56.976Z] #2 transferring dockerfile: 16.58kB done [2020-11-03T23:06:56.976Z] #2 DONE 0.1s [2020-11-03T23:06:56.976Z] [2020-11-03T23:06:56.976Z] #1 [internal] load .dockerignore [2020-11-03T23:06:56.976Z] #1 transferring context: 87B done [2020-11-03T23:06:56.976Z] #1 DONE 0.1s [2020-11-03T23:06:56.976Z] [2020-11-03T23:06:56.976Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-03T23:06:57.036Z] #48 12.79 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-03T23:06:57.036Z] #48 12.99 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-03T23:06:57.044Z] #65 DONE 0.6s [2020-11-03T23:06:57.044Z] [2020-11-03T23:06:57.044Z] #66 exporting to image [2020-11-03T23:06:57.044Z] #66 exporting layers [2020-11-03T23:06:57.149Z] #20 4.157 Building wheels for collected packages: pyyaml [2020-11-03T23:06:57.149Z] #20 4.174 Running setup.py bdist_wheel for pyyaml: started [2020-11-03T23:06:57.338Z] #48 13.15 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-03T23:06:57.544Z] #3 DONE 0.7s [2020-11-03T23:06:57.544Z] [2020-11-03T23:06:57.544Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-03T23:06:57.544Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-03T23:06:57.780Z] #20 4.736 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-03T23:06:57.780Z] #20 4.737 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-03T23:06:57.780Z] #20 4.777 Successfully built pyyaml [2020-11-03T23:06:57.780Z] #20 4.788 Installing collected packages: pyyaml, pathspec, yamllint [2020-11-03T23:06:57.780Z] #20 5.015 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-03T23:06:57.804Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-03T23:06:57.804Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-11-03T23:06:57.804Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-11-03T23:06:57.804Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 3.42MB / 8.88MB 0.2s [2020-11-03T23:06:57.804Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s [2020-11-03T23:06:57.988Z] #48 13.46 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-03T23:06:57.988Z] #48 13.69 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-03T23:06:57.988Z] #48 13.74 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-03T23:06:58.065Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done [2020-11-03T23:06:58.065Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s [2020-11-03T23:06:58.070Z] #20 DONE 5.4s [2020-11-03T23:06:58.070Z] [2020-11-03T23:06:58.070Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-03T23:06:58.295Z] #48 14.13 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-03T23:06:58.361Z] #23 DONE 0.1s [2020-11-03T23:06:58.361Z] [2020-11-03T23:06:58.361Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-03T23:06:58.429Z] #66 exporting layers 1.8s done [2020-11-03T23:06:58.429Z] #66 writing image sha256:5d38d6f811632ce6a4dd357f6764edff303244470872ddd68cbf97d9f552e457 done [2020-11-03T23:06:58.429Z] #66 naming to docker.io/library/docker:94bcfbdcb127d303563f72e7cf500179256c8f56 done [2020-11-03T23:06:58.429Z] #66 DONE 1.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-11-03T23:06:58.636Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.5s done [2020-11-03T23:06:58.636Z] #4 DONE 1.0s [2020-11-03T23:06:58.772Z] + trap exit INT TERM [2020-11-03T23:06:58.772Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2020-11-03T23:06:58.772Z] + CONTAINER_NAME=docker-pr4 [2020-11-03T23:06:58.772Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41604/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41604/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -e DOCKER_GRAPHDRIVER docker:94bcfbdcb127d303563f72e7cf500179256c8f56 hack/make.sh dynbinary-daemon [2020-11-03T23:06:58.855Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.1s [2020-11-03T23:06:58.895Z] [2020-11-03T23:06:58.895Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-03T23:06:59.034Z] [2020-11-03T23:06:59.125Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.3s done [2020-11-03T23:06:59.154Z] #7 DONE 0.3s [2020-11-03T23:06:59.154Z] [2020-11-03T23:06:59.154Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-11-03T23:06:59.154Z] #6 DONE 0.4s [2020-11-03T23:06:59.154Z] [2020-11-03T23:06:59.154Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-03T23:06:59.154Z] #5 DONE 0.5s [2020-11-03T23:06:59.295Z] Removing bundles/ [2020-11-03T23:06:59.295Z] [2020-11-03T23:06:59.295Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-11-03T23:06:59.295Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-03T23:06:59.295Z] GOOS="" GOARCH="" GOARM="" [2020-11-03T23:06:59.396Z] #28 DONE 0.8s [2020-11-03T23:06:59.396Z] [2020-11-03T23:06:59.396Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-03T23:06:59.396Z] #31 DONE 0.2s [2020-11-03T23:06:59.396Z] [2020-11-03T23:06:59.396Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-03T23:06:59.414Z] [2020-11-03T23:06:59.414Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-03T23:06:59.414Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 0.0s done [2020-11-03T23:06:59.673Z] #24 sha256:60cb30babcd1740309903c37d3d408407d190cf73015aeddec9086ef3f393a5d 529B / 529B done [2020-11-03T23:06:59.673Z] #24 sha256:1510e850178318cd2b654439b56266e7b6cbff36f95f343f662c708cd51d0610 1.50kB / 1.50kB done [2020-11-03T23:06:59.673Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done [2020-11-03T23:06:59.687Z] #33 DONE 0.2s [2020-11-03T23:06:59.687Z] [2020-11-03T23:06:59.687Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-03T23:06:59.687Z] #36 DONE 0.1s [2020-11-03T23:06:59.687Z] [2020-11-03T23:06:59.687Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:06:59.687Z] #38 112.4 + dpkg --print-architecture [2020-11-03T23:06:59.687Z] #38 112.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-03T23:06:59.687Z] #38 113.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-03T23:06:59.687Z] #38 113.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-03T23:06:59.827Z] #48 15.37 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-03T23:07:00.076Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c [2020-11-03T23:07:00.884Z] #48 ... [2020-11-03T23:07:00.884Z] [2020-11-03T23:07:00.884Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:07:00.884Z] #35 16.69 Fetched 8171 kB in 16s (524 kB/s) [2020-11-03T23:07:02.654Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.7s done [2020-11-03T23:07:02.924Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 [2020-11-03T23:07:03.242Z] #38 ... [2020-11-03T23:07:03.242Z] [2020-11-03T23:07:03.242Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:07:03.242Z] #51 52.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-03T23:07:03.881Z] #24 ... [2020-11-03T23:07:03.881Z] [2020-11-03T23:07:03.881Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-03T23:07:03.881Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-03T23:07:03.881Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-03T23:07:03.881Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-03T23:07:03.881Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.6s done [2020-11-03T23:07:03.881Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.7s done [2020-11-03T23:07:03.881Z] #60 DONE 4.1s [2020-11-03T23:07:03.881Z] [2020-11-03T23:07:03.881Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-03T23:07:03.881Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 2.44MB / 50.40MB 4.0s [2020-11-03T23:07:03.881Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 8.56MB / 50.40MB 4.2s [2020-11-03T23:07:03.881Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 13.77MB / 50.40MB 4.4s [2020-11-03T23:07:04.142Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 21.00MB / 50.40MB 4.7s [2020-11-03T23:07:04.340Z] #51 53.99 + mkdir -p /build [2020-11-03T23:07:04.340Z] #51 54.00 + cp runc /build/runc [2020-11-03T23:07:04.340Z] #51 DONE 54.3s [2020-11-03T23:07:04.340Z] [2020-11-03T23:07:04.340Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:07:04.340Z] #41 77.80 CC criu/netfilter.o [2020-11-03T23:07:04.340Z] #41 78.11 CC criu/page-pipe.o [2020-11-03T23:07:04.340Z] #41 78.54 CC criu/page-xfer.o [2020-11-03T23:07:04.340Z] #41 79.47 CC criu/pagemap-cache.o [2020-11-03T23:07:04.340Z] #41 79.78 CC criu/pagemap.o [2020-11-03T23:07:04.340Z] #41 80.26 CC criu/parasite-syscall.o [2020-11-03T23:07:04.340Z] #41 80.78 CC criu/path.o [2020-11-03T23:07:04.340Z] #41 80.92 CC criu/pie-util-vdso.o [2020-11-03T23:07:04.340Z] #41 81.14 CC criu/pie-util.o [2020-11-03T23:07:04.340Z] #41 81.27 CC criu/pipes.o [2020-11-03T23:07:04.340Z] #41 81.87 CC criu/plugin.o [2020-11-03T23:07:04.340Z] #41 82.18 CC criu/proc_parse.o [2020-11-03T23:07:04.340Z] #41 83.57 CC criu/protobuf-desc.o [2020-11-03T23:07:04.340Z] #41 84.10 CC criu/protobuf.o [2020-11-03T23:07:04.340Z] #41 84.32 CC criu/pstree.o [2020-11-03T23:07:04.340Z] #41 84.89 CC criu/rbtree.o [2020-11-03T23:07:04.340Z] #41 85.14 CC criu/rst-malloc.o [2020-11-03T23:07:04.340Z] #41 85.30 CC criu/seccomp.o [2020-11-03T23:07:04.340Z] #41 85.74 CC criu/seize.o [2020-11-03T23:07:04.340Z] #41 86.22 CC criu/servicefd.o [2020-11-03T23:07:04.340Z] #41 86.51 CC criu/shmem.o [2020-11-03T23:07:04.340Z] #41 87.10 CC criu/sigframe.o [2020-11-03T23:07:04.340Z] #41 87.23 CC criu/signalfd.o [2020-11-03T23:07:04.340Z] #41 87.30 CC criu/sk-inet.o [2020-11-03T23:07:04.403Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 24.22MB / 50.40MB 4.8s [2020-11-03T23:07:04.403Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 26.96MB / 50.40MB 4.9s [2020-11-03T23:07:04.463Z] #35 16.69 Reading package lists... [2020-11-03T23:07:04.463Z] #35 ... [2020-11-03T23:07:04.463Z] [2020-11-03T23:07:04.463Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:04.463Z] #46 10.05 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-03T23:07:04.463Z] #46 13.83 go: finding github.com/fatih/color v1.9.0 [2020-11-03T23:07:04.463Z] #46 13.84 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-03T23:07:04.463Z] #46 13.86 go: finding github.com/pkg/errors v0.9.1 [2020-11-03T23:07:04.463Z] #46 13.94 go: finding github.com/spf13/pflag v1.0.3 [2020-11-03T23:07:04.463Z] #46 14.01 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-03T23:07:04.463Z] #46 14.09 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-03T23:07:04.463Z] #46 14.38 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-03T23:07:04.463Z] #46 14.42 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-03T23:07:04.463Z] #46 14.53 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-03T23:07:04.463Z] #46 14.56 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-03T23:07:04.463Z] #46 14.63 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-03T23:07:04.463Z] #46 ... [2020-11-03T23:07:04.463Z] [2020-11-03T23:07:04.463Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:04.463Z] #63 18.88 Checking out files: 58% (1113/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-03T23:07:04.463Z] #63 19.60 + cd /tmp/tmp.vDYZBrty2b/src/github.com/docker/libnetwork [2020-11-03T23:07:04.463Z] #63 19.60 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-03T23:07:04.463Z] #63 20.04 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-03T23:07:04.666Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 32.33MB / 50.40MB 5.0s [2020-11-03T23:07:04.666Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 36.18MB / 50.40MB 5.1s [2020-11-03T23:07:04.951Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 39.85MB / 50.40MB 5.2s [2020-11-03T23:07:04.951Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 48.37MB / 50.40MB 5.5s [2020-11-03T23:07:04.987Z] #41 87.90 CC criu/sk-netlink.o [2020-11-03T23:07:04.987Z] #41 88.13 CC criu/sk-packet.o [2020-11-03T23:07:05.522Z] #24 ... [2020-11-03T23:07:05.522Z] [2020-11-03T23:07:05.522Z] #21 [internal] load build context [2020-11-03T23:07:05.522Z] #21 transferring context: 51.99MB 5.6s done [2020-11-03T23:07:05.522Z] #21 DONE 6.1s [2020-11-03T23:07:05.522Z] [2020-11-03T23:07:05.522Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-03T23:07:05.619Z] #41 88.54 CC criu/sk-queue.o [2020-11-03T23:07:05.782Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 50.40MB / 50.40MB 6.2s done [2020-11-03T23:07:05.988Z] #41 88.89 CC criu/sk-tcp.o [2020-11-03T23:07:06.042Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff [2020-11-03T23:07:06.257Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.6s done [2020-11-03T23:07:06.257Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe [2020-11-03T23:07:06.278Z] #41 89.15 CC criu/sk-unix.o [2020-11-03T23:07:06.521Z] #8 ... [2020-11-03T23:07:06.521Z] [2020-11-03T23:07:06.521Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-03T23:07:06.521Z] #25 5.336 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:07:06.521Z] #25 5.368 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:07:06.521Z] #25 5.383 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:07:06.521Z] #25 5.548 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 Packages [237 kB] [2020-11-03T23:07:06.521Z] #25 5.753 Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-03T23:07:06.521Z] #25 6.091 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-03T23:07:06.521Z] #25 7.623 Fetched 8219 kB in 3s (3159 kB/s) [2020-11-03T23:07:06.521Z] #25 7.623 Reading package lists... [2020-11-03T23:07:06.521Z] #25 8.961 Reading package lists... [2020-11-03T23:07:06.521Z] #25 ... [2020-11-03T23:07:06.521Z] [2020-11-03T23:07:06.521Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:07:06.575Z] #63 ... [2020-11-03T23:07:06.575Z] [2020-11-03T23:07:06.575Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:06.575Z] #50 12.38 + cd /tmp/tmp.TY4BA8T5oR/src/github.com/mvdan/sh [2020-11-03T23:07:06.575Z] #50 12.38 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-03T23:07:06.575Z] #50 12.61 + GO111MODULE=on [2020-11-03T23:07:06.575Z] #50 12.61 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-03T23:07:06.575Z] #50 14.20 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-03T23:07:06.575Z] #50 14.20 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-03T23:07:06.575Z] #50 14.22 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-03T23:07:06.575Z] #50 14.39 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-03T23:07:06.575Z] #50 14.61 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-03T23:07:06.575Z] #50 15.59 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-03T23:07:06.575Z] #50 16.39 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-03T23:07:06.575Z] #50 18.41 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-03T23:07:06.575Z] #50 19.98 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-03T23:07:06.575Z] #50 20.06 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-03T23:07:06.575Z] #50 20.29 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-03T23:07:06.575Z] #50 20.56 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-03T23:07:06.575Z] #50 21.63 runtime [2020-11-03T23:07:06.874Z] #50 ... [2020-11-03T23:07:06.874Z] [2020-11-03T23:07:06.874Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:06.874Z] #48 17.31 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-03T23:07:06.874Z] #48 17.35 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-03T23:07:06.874Z] #48 17.35 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-03T23:07:06.874Z] #48 17.35 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-03T23:07:06.874Z] #48 17.35 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-03T23:07:06.874Z] #48 17.35 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-03T23:07:06.874Z] #48 17.36 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-03T23:07:06.874Z] #48 17.36 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-03T23:07:06.874Z] #48 17.41 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-03T23:07:06.874Z] #48 17.42 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-03T23:07:06.874Z] #48 17.53 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-03T23:07:06.874Z] #48 17.63 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-03T23:07:06.874Z] #48 17.64 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-03T23:07:06.874Z] #48 17.76 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-03T23:07:06.874Z] #48 17.83 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-03T23:07:06.874Z] #48 17.83 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-03T23:07:06.874Z] #48 17.83 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-03T23:07:06.874Z] #48 17.85 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-03T23:07:06.874Z] #48 18.01 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-03T23:07:06.874Z] #48 18.03 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-03T23:07:06.874Z] #48 18.07 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-03T23:07:06.874Z] #48 18.09 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-03T23:07:06.874Z] #48 18.10 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-03T23:07:06.874Z] #48 18.11 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-03T23:07:06.874Z] #48 18.17 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-03T23:07:06.874Z] #48 18.23 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-03T23:07:06.874Z] #48 18.28 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-03T23:07:06.874Z] #48 18.31 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-03T23:07:06.874Z] #48 18.36 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-03T23:07:06.874Z] #48 18.43 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-03T23:07:06.874Z] #48 18.43 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-03T23:07:06.874Z] #48 18.43 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-03T23:07:06.874Z] #48 18.45 go: downloading github.com/spf13/cast v1.3.0 [2020-11-03T23:07:06.874Z] #48 18.56 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-03T23:07:06.874Z] #48 18.56 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-03T23:07:06.874Z] #48 18.61 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-03T23:07:06.874Z] #48 18.64 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-03T23:07:06.874Z] #48 18.67 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-03T23:07:06.874Z] #48 18.70 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-03T23:07:06.874Z] #48 18.70 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-03T23:07:06.874Z] #48 18.70 go: extracting github.com/spf13/cast v1.3.0 [2020-11-03T23:07:06.874Z] #48 18.70 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-03T23:07:06.874Z] #48 18.72 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-03T23:07:06.874Z] #48 18.73 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-03T23:07:06.874Z] #48 18.83 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-03T23:07:06.874Z] #48 18.91 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-03T23:07:06.874Z] #48 19.06 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-03T23:07:06.874Z] #48 19.07 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-03T23:07:06.874Z] #48 19.11 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-03T23:07:06.874Z] #48 19.11 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-03T23:07:06.874Z] #48 19.16 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-03T23:07:06.874Z] #48 19.21 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-03T23:07:06.874Z] #48 19.26 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-03T23:07:06.874Z] #48 19.37 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-03T23:07:06.874Z] #48 19.38 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-03T23:07:06.874Z] #48 19.52 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-03T23:07:06.874Z] #48 19.56 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-03T23:07:06.874Z] #48 19.61 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-03T23:07:06.874Z] #48 19.68 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-03T23:07:06.874Z] #48 19.71 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-03T23:07:06.874Z] #48 19.71 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-03T23:07:06.874Z] #48 19.73 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-03T23:07:06.874Z] #48 19.81 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-03T23:07:06.874Z] #48 19.84 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-03T23:07:06.874Z] #48 19.93 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-03T23:07:06.874Z] #48 19.94 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-03T23:07:06.874Z] #48 19.98 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-03T23:07:06.874Z] #48 20.09 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-03T23:07:06.874Z] #48 20.16 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-03T23:07:06.874Z] #48 20.17 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-03T23:07:06.874Z] #48 20.21 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-03T23:07:06.874Z] #48 20.28 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-03T23:07:06.874Z] #48 20.31 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-03T23:07:06.874Z] #48 20.37 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-03T23:07:06.874Z] #48 20.72 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-03T23:07:06.874Z] #48 20.81 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-03T23:07:06.874Z] #48 20.81 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-03T23:07:06.874Z] #48 20.99 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-03T23:07:06.874Z] #48 21.00 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-03T23:07:06.874Z] #48 21.01 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-03T23:07:06.874Z] #48 21.08 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-03T23:07:06.874Z] #48 21.24 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-03T23:07:06.874Z] #48 21.37 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-03T23:07:06.874Z] #48 21.53 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-03T23:07:06.874Z] #48 21.56 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-03T23:07:06.874Z] #48 21.57 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-03T23:07:06.874Z] #48 21.82 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-03T23:07:06.874Z] #48 21.86 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-03T23:07:06.874Z] #48 21.87 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-03T23:07:06.874Z] #48 22.01 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-03T23:07:06.874Z] #48 22.08 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-03T23:07:06.874Z] #48 22.15 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-03T23:07:06.874Z] #48 22.36 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-03T23:07:06.874Z] #48 22.37 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-03T23:07:06.874Z] #48 22.42 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-03T23:07:06.874Z] #48 22.43 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-03T23:07:06.874Z] #48 22.47 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-03T23:07:06.874Z] #48 22.53 go: downloading github.com/spf13/afero v1.1.2 [2020-11-03T23:07:06.874Z] #48 22.60 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-03T23:07:06.874Z] #48 22.73 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-03T23:07:06.874Z] #48 22.76 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-03T23:07:06.874Z] #48 22.86 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-03T23:07:06.939Z] #41 89.97 CC criu/sockets.o [2020-11-03T23:07:07.187Z] #48 22.91 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-03T23:07:07.187Z] #48 22.99 go: extracting github.com/spf13/afero v1.1.2 [2020-11-03T23:07:07.187Z] #48 23.06 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-03T23:07:07.487Z] #48 23.23 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-03T23:07:07.487Z] #48 23.35 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-03T23:07:07.583Z] #41 90.46 CC criu/stats.o [2020-11-03T23:07:07.583Z] #41 90.65 CC criu/string.o [2020-11-03T23:07:07.583Z] #41 90.71 CC criu/sysctl.o [2020-11-03T23:07:07.787Z] #48 23.52 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-03T23:07:07.788Z] #48 23.55 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-03T23:07:07.788Z] #48 23.56 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-03T23:07:08.088Z] #48 23.70 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-03T23:07:08.088Z] #48 23.76 go: downloading golang.org/x/text v0.3.2 [2020-11-03T23:07:08.088Z] #48 23.76 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-03T23:07:08.088Z] #48 23.87 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-03T23:07:08.215Z] #41 91.03 CC criu/sysfs_parse.o [2020-11-03T23:07:08.215Z] #41 91.22 CC criu/timens.o [2020-11-03T23:07:08.388Z] #48 ... [2020-11-03T23:07:08.388Z] [2020-11-03T23:07:08.388Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:07:08.388Z] #44 14.23 vendor/golang.org/x/crypto/internal/subtle [2020-11-03T23:07:08.388Z] #44 ... [2020-11-03T23:07:08.388Z] [2020-11-03T23:07:08.388Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:08.388Z] #48 24.35 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-03T23:07:08.505Z] #41 91.40 CC criu/timerfd.o [2020-11-03T23:07:08.505Z] #41 91.55 CC criu/tty.o [2020-11-03T23:07:08.689Z] #48 24.45 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-03T23:07:09.227Z] #41 92.25 CC criu/tun.o [2020-11-03T23:07:09.285Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 1m56.017033859s [2020-11-03T23:07:09.285Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 452.959365ms [2020-11-03T23:07:09.347Z] #24 ... [2020-11-03T23:07:09.347Z] [2020-11-03T23:07:09.347Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:07:09.347Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-03T23:07:09.347Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-11-03T23:07:09.347Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-11-03T23:07:09.347Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 3.4s done [2020-11-03T23:07:09.347Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done [2020-11-03T23:07:09.347Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-03T23:07:09.347Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.3s done [2020-11-03T23:07:09.347Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.4s done [2020-11-03T23:07:09.347Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.0s done [2020-11-03T23:07:09.347Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.4s [2020-11-03T23:07:09.347Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 9.4s done [2020-11-03T23:07:09.347Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.0s done [2020-11-03T23:07:09.347Z] #8 ... [2020-11-03T23:07:09.347Z] [2020-11-03T23:07:09.347Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-03T23:07:09.517Z] #41 92.48 CC criu/uffd.o [2020-11-03T23:07:09.773Z] #48 25.51 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-03T23:07:09.773Z] #48 25.53 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-03T23:07:10.072Z] #48 25.73 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-03T23:07:10.547Z] #41 93.24 CC criu/util.o [2020-11-03T23:07:10.720Z] #48 26.30 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-03T23:07:10.720Z] #48 ... [2020-11-03T23:07:10.720Z] [2020-11-03T23:07:10.720Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-03T23:07:10.720Z] #54 16.40 Fetched 8171 kB in 15s (551 kB/s) [2020-11-03T23:07:10.720Z] #54 16.40 Reading package lists... [2020-11-03T23:07:10.720Z] #54 23.95 Reading package lists... [2020-11-03T23:07:10.720Z] #54 ... [2020-11-03T23:07:10.720Z] [2020-11-03T23:07:10.720Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:07:10.720Z] #12 16.39 Fetched 8171 kB in 15s (531 kB/s) [2020-11-03T23:07:10.720Z] #12 16.39 Reading package lists... [2020-11-03T23:07:10.720Z] #12 23.72 Reading package lists... [2020-11-03T23:07:10.720Z] #12 ... [2020-11-03T23:07:10.720Z] [2020-11-03T23:07:10.720Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:10.720Z] #48 26.58 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-03T23:07:10.897Z] #41 ... [2020-11-03T23:07:10.897Z] [2020-11-03T23:07:10.897Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:07:10.897Z] #38 DONE 128.3s [2020-11-03T23:07:10.897Z] [2020-11-03T23:07:10.897Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:07:10.897Z] #41 93.91 CC criu/uts_ns.o [2020-11-03T23:07:11.020Z] #48 ... [2020-11-03T23:07:11.020Z] [2020-11-03T23:07:11.020Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:07:11.020Z] #41 16.76 Fetched 8171 kB in 15s (541 kB/s) [2020-11-03T23:07:11.020Z] #41 16.76 Reading package lists... [2020-11-03T23:07:11.020Z] #41 23.81 Reading package lists... [2020-11-03T23:07:11.020Z] #41 ... [2020-11-03T23:07:11.020Z] [2020-11-03T23:07:11.020Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:07:11.020Z] #39 16.79 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-03T23:07:11.020Z] #39 19.10 + 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-03T23:07:11.214Z] #41 94.02 CC criu/vdso.o [2020-11-03T23:07:11.215Z] #41 94.36 LINK criu/built-in.o [2020-11-03T23:07:11.264Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 5.1s [2020-11-03T23:07:11.508Z] #41 94.46 LINK criu/criu [2020-11-03T23:07:11.508Z] #41 94.67 DEP lib/c/criu.d [2020-11-03T23:07:11.820Z] #41 ... [2020-11-03T23:07:11.820Z] [2020-11-03T23:07:11.820Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:11.820Z] #47 128.7 + /build/golangci-lint --version [2020-11-03T23:07:11.820Z] #47 129.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-03T23:07:11.820Z] #47 DONE 129.3s [2020-11-03T23:07:11.820Z] [2020-11-03T23:07:11.820Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:07:11.820Z] #41 94.73 CC images/rpc.pb-c.o [2020-11-03T23:07:11.843Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 4.9s done [2020-11-03T23:07:11.843Z] #8 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 [2020-11-03T23:07:11.843Z] #8 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done [2020-11-03T23:07:11.843Z] #8 DONE 27.6s [2020-11-03T23:07:11.843Z] [2020-11-03T23:07:11.843Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-03T23:07:11.843Z] #25 8.961 Reading package lists... [2020-11-03T23:07:11.843Z] #25 10.25 Building dependency tree... [2020-11-03T23:07:11.843Z] #25 10.92 The following additional packages will be installed: [2020-11-03T23:07:11.843Z] #25 10.92 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-03T23:07:11.843Z] #25 10.92 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-03T23:07:11.843Z] #25 10.92 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-03T23:07:11.843Z] #25 10.93 Suggested packages: [2020-11-03T23:07:11.843Z] #25 10.93 krb5-doc krb5-user [2020-11-03T23:07:11.843Z] #25 10.93 Recommended packages: [2020-11-03T23:07:11.843Z] #25 10.93 krb5-locales publicsuffix libsasl2-modules [2020-11-03T23:07:11.843Z] #25 11.18 The following NEW packages will be installed: [2020-11-03T23:07:11.843Z] #25 11.19 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-03T23:07:11.843Z] #25 11.19 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-03T23:07:11.843Z] #25 11.19 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-03T23:07:11.843Z] #25 11.19 libssh2-1 libssl1.1 openssl [2020-11-03T23:07:11.843Z] #25 11.48 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-11-03T23:07:11.843Z] #25 11.48 Need to get 4772 kB of archives. [2020-11-03T23:07:11.843Z] #25 11.48 After this operation, 11.5 MB of additional disk space will be used. [2020-11-03T23:07:11.843Z] #25 11.48 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-03T23:07:11.843Z] #25 11.49 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-03T23:07:11.843Z] #25 11.49 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-03T23:07:11.843Z] #25 11.49 Get:4 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2020-11-03T23:07:11.843Z] #25 11.50 Get:5 http://deb.debian.org/debian buster/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u3 [1382 kB] [2020-11-03T23:07:11.843Z] #25 11.54 Get:6 http://deb.debian.org/debian buster/main arm64 openssl arm64 1.1.1d-0+deb10u3 [823 kB] [2020-11-03T23:07:11.843Z] #25 11.55 Get:7 http://deb.debian.org/debian buster-updates/main arm64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-03T23:07:11.843Z] #25 11.56 Get:8 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2020-11-03T23:07:11.843Z] #25 11.56 Get:9 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3 [64.7 kB] [2020-11-03T23:07:11.843Z] #25 11.56 Get:10 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3 [122 kB] [2020-11-03T23:07:11.843Z] #25 11.56 Get:11 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3 [353 kB] [2020-11-03T23:07:11.843Z] #25 11.63 Get:12 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3 [150 kB] [2020-11-03T23:07:11.843Z] #25 11.63 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2020-11-03T23:07:11.843Z] #25 11.63 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2020-11-03T23:07:11.843Z] #25 11.63 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2020-11-03T23:07:11.843Z] #25 11.63 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2020-11-03T23:07:11.843Z] #25 11.64 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB] [2020-11-03T23:07:11.843Z] #25 11.64 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB] [2020-11-03T23:07:11.843Z] #25 11.65 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-11-03T23:07:11.843Z] #25 11.65 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-11-03T23:07:11.843Z] #25 11.65 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-11-03T23:07:11.843Z] #25 12.19 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:07:11.843Z] #25 12.24 Fetched 4772 kB in 0s (11.3 MB/s) [2020-11-03T23:07:11.843Z] #25 12.26 Selecting previously unselected package libsasl2-modules-db:arm64. [2020-11-03T23:07:11.843Z] #25 12.26 (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-03T23:07:11.843Z] #25 12.27 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 12.28 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-03T23:07:11.843Z] #25 12.32 Selecting previously unselected package libsasl2-2:arm64. [2020-11-03T23:07:11.843Z] #25 12.32 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 12.34 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-03T23:07:11.843Z] #25 12.39 Selecting previously unselected package libldap-common. [2020-11-03T23:07:11.843Z] #25 12.39 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ... [2020-11-03T23:07:11.843Z] #25 12.39 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ... [2020-11-03T23:07:11.843Z] #25 12.45 Selecting previously unselected package libldap-2.4-2:arm64. [2020-11-03T23:07:11.843Z] #25 12.45 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 12.45 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u3) ... [2020-11-03T23:07:11.843Z] #25 12.66 Selecting previously unselected package libssl1.1:arm64. [2020-11-03T23:07:11.843Z] #25 12.66 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 12.67 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u3) ... [2020-11-03T23:07:11.843Z] #25 12.85 Selecting previously unselected package openssl. [2020-11-03T23:07:11.843Z] #25 12.85 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 12.86 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-03T23:07:11.843Z] #25 13.30 Selecting previously unselected package ca-certificates. [2020-11-03T23:07:11.843Z] #25 13.30 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-03T23:07:11.843Z] #25 13.30 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-03T23:07:11.843Z] #25 13.55 Selecting previously unselected package libkeyutils1:arm64. [2020-11-03T23:07:11.843Z] #25 13.55 Preparing to unpack .../07-libkeyutils1_1.6-6_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 13.56 Unpacking libkeyutils1:arm64 (1.6-6) ... [2020-11-03T23:07:11.843Z] #25 13.61 Selecting previously unselected package libkrb5support0:arm64. [2020-11-03T23:07:11.843Z] #25 13.61 Preparing to unpack .../08-libkrb5support0_1.17-3_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 13.61 Unpacking libkrb5support0:arm64 (1.17-3) ... [2020-11-03T23:07:11.843Z] #25 13.66 Selecting previously unselected package libk5crypto3:arm64. [2020-11-03T23:07:11.843Z] #25 13.66 Preparing to unpack .../09-libk5crypto3_1.17-3_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 13.66 Unpacking libk5crypto3:arm64 (1.17-3) ... [2020-11-03T23:07:11.843Z] #25 13.72 Selecting previously unselected package libkrb5-3:arm64. [2020-11-03T23:07:11.843Z] #25 13.72 Preparing to unpack .../10-libkrb5-3_1.17-3_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 13.73 Unpacking libkrb5-3:arm64 (1.17-3) ... [2020-11-03T23:07:11.843Z] #25 13.82 Selecting previously unselected package libgssapi-krb5-2:arm64. [2020-11-03T23:07:11.843Z] #25 13.82 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 13.83 Unpacking libgssapi-krb5-2:arm64 (1.17-3) ... [2020-11-03T23:07:11.843Z] #25 14.03 Selecting previously unselected package libnghttp2-14:arm64. [2020-11-03T23:07:11.843Z] #25 14.03 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 14.03 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2020-11-03T23:07:11.843Z] #25 14.18 Selecting previously unselected package libpsl5:arm64. [2020-11-03T23:07:11.843Z] #25 14.18 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 14.18 Unpacking libpsl5:arm64 (0.20.2-2) ... [2020-11-03T23:07:11.843Z] #25 14.23 Selecting previously unselected package librtmp1:arm64. [2020-11-03T23:07:11.843Z] #25 14.23 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 14.23 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-03T23:07:11.843Z] #25 14.29 Selecting previously unselected package libssh2-1:arm64. [2020-11-03T23:07:11.843Z] #25 14.29 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 14.30 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2020-11-03T23:07:11.843Z] #25 14.43 Selecting previously unselected package libcurl4:arm64. [2020-11-03T23:07:11.843Z] #25 14.43 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 14.44 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ... [2020-11-03T23:07:11.843Z] #25 14.68 Selecting previously unselected package curl. [2020-11-03T23:07:11.843Z] #25 14.68 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 14.77 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-03T23:07:11.843Z] #25 14.98 Selecting previously unselected package libonig5:arm64. [2020-11-03T23:07:11.843Z] #25 14.98 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 14.98 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-11-03T23:07:11.843Z] #25 15.13 Selecting previously unselected package libjq1:arm64. [2020-11-03T23:07:11.843Z] #25 15.13 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 15.14 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-03T23:07:11.843Z] #25 15.18 Selecting previously unselected package jq. [2020-11-03T23:07:11.843Z] #25 15.18 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-11-03T23:07:11.843Z] #25 15.19 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-03T23:07:11.843Z] #25 15.25 Setting up libkeyutils1:arm64 (1.6-6) ... [2020-11-03T23:07:11.843Z] #25 15.26 Setting up libpsl5:arm64 (0.20.2-2) ... [2020-11-03T23:07:11.843Z] #25 15.27 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u3) ... [2020-11-03T23:07:11.843Z] #25 15.44 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2020-11-03T23:07:12.106Z] #25 15.45 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ... [2020-11-03T23:07:12.106Z] #25 15.47 Setting up libkrb5support0:arm64 (1.17-3) ... [2020-11-03T23:07:12.106Z] #25 15.48 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-03T23:07:12.106Z] #25 15.49 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-03T23:07:12.106Z] #25 15.50 Setting up libk5crypto3:arm64 (1.17-3) ... [2020-11-03T23:07:12.106Z] #25 15.51 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-03T23:07:12.107Z] #25 15.53 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2020-11-03T23:07:12.107Z] #25 15.54 Setting up libkrb5-3:arm64 (1.17-3) ... [2020-11-03T23:07:12.107Z] #25 15.55 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-03T23:07:12.107Z] #25 15.56 Setting up libonig5:arm64 (6.9.1-1) ... [2020-11-03T23:07:12.107Z] #25 15.57 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-03T23:07:12.107Z] #25 15.58 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u3) ... [2020-11-03T23:07:12.107Z] #25 15.59 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-03T23:07:12.111Z] #41 94.97 CC lib/c/criu.o [2020-11-03T23:07:12.401Z] #41 ... [2020-11-03T23:07:12.401Z] [2020-11-03T23:07:12.401Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-03T23:07:12.401Z] #39 DONE 0.3s [2020-11-03T23:07:12.401Z] [2020-11-03T23:07:12.401Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:07:12.401Z] #41 95.48 LINK lib/c/built-in.o [2020-11-03T23:07:12.401Z] #41 95.49 LINK lib/c/libcriu.so [2020-11-03T23:07:12.401Z] #41 95.52 LINK lib/c/libcriu.a [2020-11-03T23:07:12.692Z] #41 95.58 GEN magic.py [2020-11-03T23:07:12.692Z] #41 95.68 Note: Building without setproctitle() and strlcpy() support. [2020-11-03T23:07:12.692Z] #41 95.68 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-03T23:07:12.692Z] #41 95.68 Note: Building without GnuTLS support [2020-11-03T23:07:12.692Z] #41 95.68 Makefile.config:39: Warn: you have no libnftables installed [2020-11-03T23:07:12.692Z] #41 95.68 Makefile.config:40: Warn: Building without nftables support [2020-11-03T23:07:13.062Z] #25 16.31 Updating certificates in /etc/ssl/certs... [2020-11-03T23:07:13.062Z] #41 95.91 fatal: not a git repository (or any of the parent directories): .git [2020-11-03T23:07:13.062Z] #41 96.10 make[1]: Nothing to be done for 'all'. [2020-11-03T23:07:13.126Z] #39 ... [2020-11-03T23:07:13.126Z] [2020-11-03T23:07:13.126Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:13.126Z] #48 28.84 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-03T23:07:13.352Z] #41 96.31 make[1]: 'images/built-in.o' is up to date. [2020-11-03T23:07:13.352Z] #41 96.32 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-03T23:07:13.352Z] #41 96.33 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-03T23:07:13.353Z] #41 96.33 make[1]: 'compel/libcompel.a' is up to date. [2020-11-03T23:07:13.353Z] #41 96.34 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-03T23:07:13.353Z] #41 96.35 make[1]: Nothing to be done for 'all'. [2020-11-03T23:07:13.353Z] #41 96.36 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-03T23:07:13.353Z] #41 96.42 make[2]: Nothing to be done for 'all'. [2020-11-03T23:07:13.353Z] #41 96.43 make[2]: Nothing to be done for 'all'. [2020-11-03T23:07:13.353Z] #41 96.45 make[2]: Nothing to be done for 'all'. [2020-11-03T23:07:13.353Z] #41 96.48 make[2]: Nothing to be done for 'all'. [2020-11-03T23:07:13.639Z] #25 17.15 126 added, 0 removed; done. [2020-11-03T23:07:13.674Z] #41 96.49 make[2]: Nothing to be done for 'all'. [2020-11-03T23:07:13.674Z] #41 96.49 make[2]: Nothing to be done for 'all'. [2020-11-03T23:07:13.674Z] #41 96.51 make[2]: Nothing to be done for 'all'. [2020-11-03T23:07:13.674Z] #41 96.54 make[2]: Nothing to be done for 'all'. [2020-11-03T23:07:13.674Z] #41 96.54 INSTALL criu/criu [2020-11-03T23:07:13.674Z] #41 DONE 96.7s [2020-11-03T23:07:13.674Z] [2020-11-03T23:07:13.674Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:13.804Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 7.3s done [2020-11-03T23:07:13.804Z] #24 DONE 14.3s [2020-11-03T23:07:13.804Z] [2020-11-03T23:07:13.804Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-03T23:07:14.317Z] #54 ... [2020-11-03T23:07:14.317Z] [2020-11-03T23:07:14.317Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-03T23:07:14.609Z] #42 DONE 0.2s [2020-11-03T23:07:14.609Z] [2020-11-03T23:07:14.609Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-03T23:07:14.609Z] #44 DONE 0.1s [2020-11-03T23:07:14.609Z] [2020-11-03T23:07:14.609Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:14.676Z] #48 30.31 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-03T23:07:14.754Z] #25 1.240 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:07:14.900Z] #54 ... [2020-11-03T23:07:14.900Z] [2020-11-03T23:07:14.900Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-03T23:07:14.900Z] #46 DONE 0.1s [2020-11-03T23:07:14.900Z] [2020-11-03T23:07:14.900Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-03T23:07:15.013Z] #25 1.287 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:07:15.013Z] #25 1.287 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:07:15.013Z] #25 1.455 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [243 kB] [2020-11-03T23:07:15.194Z] #48 DONE 0.2s [2020-11-03T23:07:15.194Z] [2020-11-03T23:07:15.194Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-03T23:07:15.194Z] #50 DONE 0.1s [2020-11-03T23:07:15.194Z] [2020-11-03T23:07:15.194Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-03T23:07:15.194Z] #52 DONE 0.1s [2020-11-03T23:07:15.194Z] [2020-11-03T23:07:15.194Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:15.583Z] #25 1.712 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-03T23:07:15.842Z] #25 1.989 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-03T23:07:16.196Z] #25 19.32 Setting up libgssapi-krb5-2:arm64 (1.17-3) ... [2020-11-03T23:07:16.196Z] #25 19.35 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-03T23:07:16.196Z] #25 19.37 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ... [2020-11-03T23:07:16.196Z] #25 19.39 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-03T23:07:16.196Z] #25 19.41 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:07:16.196Z] #25 19.45 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-03T23:07:16.196Z] #25 19.46 Updating certificates in /etc/ssl/certs... [2020-11-03T23:07:17.143Z] #25 20.30 0 added, 0 removed; done. [2020-11-03T23:07:17.143Z] #25 20.30 Running hooks in /etc/ca-certificates/update.d... [2020-11-03T23:07:17.143Z] #25 20.30 done. [2020-11-03T23:07:17.407Z] #25 DONE 20.9s [2020-11-03T23:07:17.407Z] [2020-11-03T23:07:17.407Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-03T23:07:17.407Z] #9 DONE 5.8s [2020-11-03T23:07:17.407Z] [2020-11-03T23:07:17.407Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-03T23:07:17.456Z] #48 ... [2020-11-03T23:07:17.456Z] [2020-11-03T23:07:17.456Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:07:17.456Z] #35 16.69 Reading package lists... [2020-11-03T23:07:17.456Z] #35 23.53 Reading package lists... [2020-11-03T23:07:17.456Z] #35 30.49 Building dependency tree... [2020-11-03T23:07:17.456Z] #35 33.17 The following additional packages will be installed: [2020-11-03T23:07:17.456Z] #35 33.19 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-03T23:07:17.456Z] #35 33.19 Suggested packages: [2020-11-03T23:07:17.456Z] #35 33.19 cmake-doc ninja-build lrzip [2020-11-03T23:07:17.456Z] #35 33.20 Recommended packages: [2020-11-03T23:07:17.456Z] #35 33.20 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-03T23:07:17.456Z] #35 ... [2020-11-03T23:07:17.456Z] [2020-11-03T23:07:17.456Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:07:17.456Z] #12 23.72 Reading package lists... [2020-11-03T23:07:17.456Z] #12 30.52 Building dependency tree... [2020-11-03T23:07:17.456Z] #12 33.24 The following additional packages will be installed: [2020-11-03T23:07:17.456Z] #12 33.25 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-03T23:07:17.456Z] #12 33.25 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-03T23:07:17.456Z] #12 33.26 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-03T23:07:17.456Z] #12 33.26 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-03T23:07:17.456Z] #12 33.27 Suggested packages: [2020-11-03T23:07:17.456Z] #12 33.27 gcc-8-locales seccomp wine64 [2020-11-03T23:07:17.672Z] #26 DONE 0.1s [2020-11-03T23:07:17.672Z] [2020-11-03T23:07:17.672Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:07:17.758Z] #25 3.712 Fetched 8396 kB in 3s (3018 kB/s) [2020-11-03T23:07:17.992Z] #54 112.7 + bin/containerd [2020-11-03T23:07:18.250Z] #27 ... [2020-11-03T23:07:18.250Z] [2020-11-03T23:07:18.250Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-03T23:07:18.250Z] #10 DONE 1.0s [2020-11-03T23:07:18.327Z] #25 3.712 Reading package lists... [2020-11-03T23:07:18.513Z] [2020-11-03T23:07:18.513Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-03T23:07:18.513Z] #37 DONE 0.0s [2020-11-03T23:07:18.513Z] [2020-11-03T23:07:18.513Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-03T23:07:18.513Z] #29 DONE 0.1s [2020-11-03T23:07:18.513Z] [2020-11-03T23:07:18.513Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-03T23:07:18.515Z] #12 34.45 The following NEW packages will be installed: [2020-11-03T23:07:18.515Z] #12 34.45 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-03T23:07:18.515Z] #12 34.45 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-03T23:07:18.515Z] #12 34.45 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-03T23:07:18.515Z] #12 34.46 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-03T23:07:18.820Z] #12 34.46 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-03T23:07:18.820Z] #12 34.46 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-03T23:07:18.820Z] #12 34.59 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:07:18.820Z] #12 34.59 Need to get 78.9 MB of archives. [2020-11-03T23:07:18.820Z] #12 34.59 After this operation, 532 MB of additional disk space will be used. [2020-11-03T23:07:18.820Z] #12 34.59 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-03T23:07:19.123Z] #12 34.93 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-03T23:07:19.428Z] #12 35.29 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-03T23:07:19.428Z] #12 35.31 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-03T23:07:19.707Z] #25 4.703 Reading package lists... [2020-11-03T23:07:19.707Z] #25 5.684 Building dependency tree... [2020-11-03T23:07:19.707Z] #25 ... [2020-11-03T23:07:19.707Z] [2020-11-03T23:07:19.707Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:07:19.707Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.4s done [2020-11-03T23:07:19.707Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.1s done [2020-11-03T23:07:19.707Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.0s done [2020-11-03T23:07:19.707Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.3s [2020-11-03T23:07:19.707Z] #8 ... [2020-11-03T23:07:19.707Z] [2020-11-03T23:07:19.707Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-03T23:07:19.707Z] #25 6.016 The following additional packages will be installed: [2020-11-03T23:07:19.707Z] #25 6.016 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-03T23:07:19.707Z] #25 6.016 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-03T23:07:19.707Z] #25 6.016 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-03T23:07:19.707Z] #25 6.016 Suggested packages: [2020-11-03T23:07:19.707Z] #25 6.016 krb5-doc krb5-user [2020-11-03T23:07:19.707Z] #25 6.016 Recommended packages: [2020-11-03T23:07:19.708Z] #25 6.016 krb5-locales publicsuffix libsasl2-modules [2020-11-03T23:07:19.736Z] #12 35.33 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-11-03T23:07:19.736Z] #12 35.34 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-03T23:07:19.967Z] #25 6.224 The following NEW packages will be installed: [2020-11-03T23:07:19.967Z] #25 6.224 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-03T23:07:19.967Z] #25 6.224 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-03T23:07:19.967Z] #25 6.224 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-03T23:07:19.967Z] #25 6.224 libssh2-1 libssl1.1 openssl [2020-11-03T23:07:20.038Z] #12 35.90 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-03T23:07:20.227Z] #25 6.521 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-11-03T23:07:20.227Z] #25 6.521 Need to get 5050 kB of archives. [2020-11-03T23:07:20.227Z] #25 6.521 After this operation, 12.1 MB of additional disk space will be used. [2020-11-03T23:07:20.227Z] #25 6.521 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-03T23:07:20.227Z] #25 6.521 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-03T23:07:20.227Z] #25 6.540 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-03T23:07:20.227Z] #25 6.540 Get:4 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2020-11-03T23:07:20.227Z] #25 6.545 Get:5 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB] [2020-11-03T23:07:20.227Z] #25 6.580 Get:6 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB] [2020-11-03T23:07:20.227Z] #25 6.600 Get:7 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-03T23:07:20.227Z] #25 6.600 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2020-11-03T23:07:20.227Z] #25 6.600 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3 [65.6 kB] [2020-11-03T23:07:20.227Z] #25 6.600 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3 [121 kB] [2020-11-03T23:07:20.227Z] #25 6.600 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3 [370 kB] [2020-11-03T23:07:20.227Z] #25 6.609 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3 [158 kB] [2020-11-03T23:07:20.227Z] #25 6.613 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2020-11-03T23:07:20.227Z] #25 6.616 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2020-11-03T23:07:20.339Z] #12 36.19 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-03T23:07:20.339Z] #12 36.20 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-03T23:07:20.339Z] #12 ... [2020-11-03T23:07:20.339Z] [2020-11-03T23:07:20.339Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:20.339Z] #48 36.19 go: extracting golang.org/x/text v0.3.2 [2020-11-03T23:07:20.487Z] #25 6.617 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2020-11-03T23:07:20.487Z] #25 6.619 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2020-11-03T23:07:20.487Z] #25 6.625 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2020-11-03T23:07:20.487Z] #25 6.630 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2020-11-03T23:07:20.487Z] #25 6.641 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-03T23:07:20.487Z] #25 6.643 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-03T23:07:20.487Z] #25 6.645 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-03T23:07:20.487Z] #25 6.806 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:07:20.487Z] #25 6.842 Fetched 5050 kB in 0s (13.0 MB/s) [2020-11-03T23:07:20.487Z] #25 6.874 Selecting previously unselected package libsasl2-modules-db:amd64. [2020-11-03T23:07:20.487Z] #25 6.874 (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-03T23:07:20.487Z] #25 6.877 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-03T23:07:20.487Z] #25 6.881 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-03T23:07:20.487Z] #25 6.939 Selecting previously unselected package libsasl2-2:amd64. [2020-11-03T23:07:20.487Z] #25 6.939 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-03T23:07:20.487Z] #25 6.942 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-03T23:07:20.487Z] #25 6.994 Selecting previously unselected package libldap-common. [2020-11-03T23:07:20.487Z] #25 6.994 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ... [2020-11-03T23:07:20.643Z] #48 ... [2020-11-03T23:07:20.643Z] [2020-11-03T23:07:20.643Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-03T23:07:20.643Z] #54 23.95 Reading package lists... [2020-11-03T23:07:20.643Z] #54 31.01 Building dependency tree... [2020-11-03T23:07:20.643Z] #54 33.53 The following additional packages will be installed: [2020-11-03T23:07:20.643Z] #54 33.54 libbtrfs0 [2020-11-03T23:07:20.643Z] #54 33.67 The following NEW packages will be installed: [2020-11-03T23:07:20.643Z] #54 33.68 libbtrfs-dev libbtrfs0 [2020-11-03T23:07:20.643Z] #54 33.85 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:07:20.643Z] #54 33.85 Need to get 120 kB of archives. [2020-11-03T23:07:20.643Z] #54 33.85 After this operation, 423 kB of additional disk space will be used. [2020-11-03T23:07:20.643Z] #54 33.85 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-11-03T23:07:20.643Z] #54 33.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-11-03T23:07:20.643Z] #54 35.12 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:07:20.643Z] #54 35.34 Fetched 120 kB in 0s (1303 kB/s) [2020-11-03T23:07:20.643Z] #54 35.50 Selecting previously unselected package libbtrfs0. [2020-11-03T23:07:20.643Z] #54 35.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-11-03T23:07:20.643Z] #54 35.62 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-11-03T23:07:20.643Z] #54 35.63 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-03T23:07:20.643Z] #54 35.93 Selecting previously unselected package libbtrfs-dev. [2020-11-03T23:07:20.643Z] #54 35.94 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-11-03T23:07:20.643Z] #54 35.94 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-03T23:07:20.643Z] #54 36.33 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-03T23:07:20.643Z] #54 36.33 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-03T23:07:20.643Z] #54 36.34 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:07:20.643Z] #54 DONE 36.6s [2020-11-03T23:07:20.749Z] #25 7.004 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ... [2020-11-03T23:07:20.749Z] #25 7.062 Selecting previously unselected package libldap-2.4-2:amd64. [2020-11-03T23:07:20.749Z] #25 7.062 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_amd64.deb ... [2020-11-03T23:07:20.749Z] #25 7.065 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u3) ... [2020-11-03T23:07:20.943Z] [2020-11-03T23:07:20.943Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:21.008Z] #25 7.162 Selecting previously unselected package libssl1.1:amd64. [2020-11-03T23:07:21.008Z] #25 7.162 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-03T23:07:21.008Z] #25 7.167 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-03T23:07:21.008Z] #25 7.402 Selecting previously unselected package openssl. [2020-11-03T23:07:21.008Z] #25 7.402 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-03T23:07:21.008Z] #25 7.409 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-03T23:07:21.244Z] #55 0.393 + RM_GOPATH=0 [2020-11-03T23:07:21.244Z] #55 0.393 + TMP_GOPATH= [2020-11-03T23:07:21.244Z] #55 0.393 + : /build [2020-11-03T23:07:21.244Z] #55 0.393 + '[' -z '' ']' [2020-11-03T23:07:21.244Z] #55 0.395 ++ mktemp -d [2020-11-03T23:07:21.244Z] #55 0.396 + export GOPATH=/tmp/tmp.cDOlCqjzXI [2020-11-03T23:07:21.244Z] #55 0.396 + GOPATH=/tmp/tmp.cDOlCqjzXI [2020-11-03T23:07:21.244Z] #55 0.396 + RM_GOPATH=1 [2020-11-03T23:07:21.244Z] #55 0.396 + case "$(go env GOARCH)" in [2020-11-03T23:07:21.244Z] #55 0.401 ++ go env GOARCH [2020-11-03T23:07:21.244Z] #55 0.420 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:21.244Z] #55 0.420 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:21.244Z] #55 0.420 ++ dirname /tmp/install/install.sh [2020-11-03T23:07:21.244Z] #55 0.427 + dir=/tmp/install [2020-11-03T23:07:21.244Z] #55 0.427 + bin=containerd [2020-11-03T23:07:21.244Z] #55 0.427 + shift [2020-11-03T23:07:21.244Z] #55 0.427 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-03T23:07:21.244Z] #55 0.428 + . /tmp/install/containerd.installer [2020-11-03T23:07:21.244Z] #55 0.428 ++ set -e [2020-11-03T23:07:21.244Z] #55 0.428 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-03T23:07:21.244Z] #55 0.429 + install_containerd [2020-11-03T23:07:21.244Z] #55 0.437 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-03T23:07:21.244Z] #55 0.437 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-03T23:07:21.244Z] #55 0.437 + git clone https://github.com/containerd/containerd.git /tmp/tmp.cDOlCqjzXI/src/github.com/containerd/containerd [2020-11-03T23:07:21.244Z] #55 0.440 Cloning into '/tmp/tmp.cDOlCqjzXI/src/github.com/containerd/containerd'... [2020-11-03T23:07:21.300Z] #25 7.571 Selecting previously unselected package ca-certificates. [2020-11-03T23:07:21.300Z] #25 7.571 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-03T23:07:21.300Z] #25 7.575 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-03T23:07:21.300Z] #25 7.664 Selecting previously unselected package libkeyutils1:amd64. [2020-11-03T23:07:21.300Z] #25 7.664 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2020-11-03T23:07:21.300Z] #25 7.669 Unpacking libkeyutils1:amd64 (1.6-6) ... [2020-11-03T23:07:21.300Z] #25 7.709 Selecting previously unselected package libkrb5support0:amd64. [2020-11-03T23:07:21.300Z] #25 7.709 Preparing to unpack .../08-libkrb5support0_1.17-3_amd64.deb ... [2020-11-03T23:07:21.300Z] #25 7.716 Unpacking libkrb5support0:amd64 (1.17-3) ... [2020-11-03T23:07:21.559Z] #25 7.817 Selecting previously unselected package libk5crypto3:amd64. [2020-11-03T23:07:21.559Z] #25 7.817 Preparing to unpack .../09-libk5crypto3_1.17-3_amd64.deb ... [2020-11-03T23:07:21.559Z] #25 7.823 Unpacking libk5crypto3:amd64 (1.17-3) ... [2020-11-03T23:07:21.559Z] #25 7.880 Selecting previously unselected package libkrb5-3:amd64. [2020-11-03T23:07:21.559Z] #25 7.880 Preparing to unpack .../10-libkrb5-3_1.17-3_amd64.deb ... [2020-11-03T23:07:21.559Z] #25 7.884 Unpacking libkrb5-3:amd64 (1.17-3) ... [2020-11-03T23:07:21.819Z] #25 8.017 Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-11-03T23:07:21.819Z] #25 8.017 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_amd64.deb ... [2020-11-03T23:07:21.819Z] #25 8.021 Unpacking libgssapi-krb5-2:amd64 (1.17-3) ... [2020-11-03T23:07:21.819Z] #25 8.098 Selecting previously unselected package libnghttp2-14:amd64. [2020-11-03T23:07:21.819Z] #25 8.098 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2020-11-03T23:07:21.819Z] #25 8.102 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-03T23:07:21.819Z] #25 8.183 Selecting previously unselected package libpsl5:amd64. [2020-11-03T23:07:21.819Z] #25 8.183 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2020-11-03T23:07:21.819Z] #25 8.183 Unpacking libpsl5:amd64 (0.20.2-2) ... [2020-11-03T23:07:22.081Z] #25 8.230 Selecting previously unselected package librtmp1:amd64. [2020-11-03T23:07:22.081Z] #25 8.230 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2020-11-03T23:07:22.081Z] #25 8.235 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-03T23:07:22.081Z] #25 8.295 Selecting previously unselected package libssh2-1:amd64. [2020-11-03T23:07:22.081Z] #25 8.295 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2020-11-03T23:07:22.081Z] #25 8.304 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-03T23:07:22.081Z] #25 8.413 Selecting previously unselected package libcurl4:amd64. [2020-11-03T23:07:22.081Z] #25 8.413 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2020-11-03T23:07:22.081Z] #25 8.419 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-03T23:07:22.340Z] #25 8.541 Selecting previously unselected package curl. [2020-11-03T23:07:22.340Z] #25 8.541 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2020-11-03T23:07:22.340Z] #25 8.546 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-03T23:07:22.340Z] #25 8.623 Selecting previously unselected package libonig5:amd64. [2020-11-03T23:07:22.340Z] #25 8.623 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2020-11-03T23:07:22.340Z] #25 8.630 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-03T23:07:22.340Z] #25 8.761 Selecting previously unselected package libjq1:amd64. [2020-11-03T23:07:22.340Z] #25 8.761 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-03T23:07:22.603Z] #25 8.767 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-03T23:07:22.603Z] #25 8.886 Selecting previously unselected package jq. [2020-11-03T23:07:22.603Z] #25 8.888 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-03T23:07:22.603Z] #25 8.895 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-03T23:07:22.603Z] #25 8.960 Setting up libkeyutils1:amd64 (1.6-6) ... [2020-11-03T23:07:22.603Z] #25 8.974 Setting up libpsl5:amd64 (0.20.2-2) ... [2020-11-03T23:07:22.603Z] #25 8.988 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-03T23:07:22.767Z] #30 4.358 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-03T23:07:22.767Z] #30 4.365 Cloning into '.'... [2020-11-03T23:07:22.869Z] #25 9.228 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-03T23:07:22.869Z] #25 9.240 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ... [2020-11-03T23:07:23.129Z] #25 9.256 Setting up libkrb5support0:amd64 (1.17-3) ... [2020-11-03T23:07:23.129Z] #25 9.267 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-03T23:07:23.129Z] #25 9.277 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-03T23:07:23.129Z] #25 9.289 Setting up libk5crypto3:amd64 (1.17-3) ... [2020-11-03T23:07:23.129Z] #25 9.301 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-03T23:07:23.129Z] #25 9.312 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-03T23:07:23.129Z] #25 9.328 Setting up libkrb5-3:amd64 (1.17-3) ... [2020-11-03T23:07:23.129Z] #25 9.339 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-03T23:07:23.129Z] #25 9.382 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-03T23:07:23.129Z] #25 9.393 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-03T23:07:23.129Z] #25 9.403 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u3) ... [2020-11-03T23:07:23.129Z] #25 9.413 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-03T23:07:23.698Z] #25 10.13 Updating certificates in /etc/ssl/certs... [2020-11-03T23:07:23.725Z] #30 ... [2020-11-03T23:07:23.725Z] [2020-11-03T23:07:23.725Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:07:23.725Z] #27 1.319 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-03T23:07:23.725Z] #27 1.503 [2020-11-03T23:07:23.725Z] #27 1.665 0.0% ####### 10.5% ################## 25.2% ################################# 46.4% ############################################ 62.4% ##################################################### 74.6% ############################################################## 87.2% ######################################################################## 100.0% [2020-11-03T23:07:23.725Z] #27 2.566 [2020-11-03T23:07:23.725Z] #27 2.923 0.2% ##################################################################### 97.0% ######################################################################## 100.0% [2020-11-03T23:07:23.725Z] #27 3.233 [2020-11-03T23:07:23.725Z] #27 3.385 0.2% ################## 25.8% ################################################################## 92.0% ######################################################################## 100.0% [2020-11-03T23:07:23.725Z] #27 3.851 [2020-11-03T23:07:23.725Z] #27 4.017 0.0% ##### 7.8% ############### 20.9% ######################### 35.2% ##################################### 51.8% ################################################# 69.2% ############################################################# 84.9% ###################################################################### 98.4% ######################################################################## 100.0% [2020-11-03T23:07:23.725Z] #27 4.943 [2020-11-03T23:07:25.086Z] #25 11.22 126 added, 0 removed; done. [2020-11-03T23:07:25.086Z] #25 11.33 Setting up libgssapi-krb5-2:amd64 (1.17-3) ... [2020-11-03T23:07:25.086Z] #25 11.34 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-03T23:07:25.086Z] #25 11.35 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-03T23:07:25.086Z] #25 11.36 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-03T23:07:25.086Z] #25 11.38 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:07:25.086Z] #25 11.39 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-03T23:07:25.086Z] #25 11.41 Updating certificates in /etc/ssl/certs... [2020-11-03T23:07:25.783Z] #55 ... [2020-11-03T23:07:25.783Z] [2020-11-03T23:07:25.783Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:07:25.783Z] #41 23.81 Reading package lists... [2020-11-03T23:07:25.783Z] #41 31.54 Building dependency tree... [2020-11-03T23:07:25.783Z] #41 34.17 The following additional packages will be installed: [2020-11-03T23:07:25.783Z] #41 34.17 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-03T23:07:25.783Z] #41 34.17 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-03T23:07:25.783Z] #41 34.17 Suggested packages: [2020-11-03T23:07:25.783Z] #41 34.17 manpages-dev python-setuptools [2020-11-03T23:07:25.783Z] #41 35.68 The following NEW packages will be installed: [2020-11-03T23:07:25.783Z] #41 35.68 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-03T23:07:25.783Z] #41 35.69 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-03T23:07:25.783Z] #41 35.70 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-03T23:07:25.783Z] #41 35.70 python-six zlib1g-dev [2020-11-03T23:07:25.783Z] #41 35.94 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:07:25.783Z] #41 35.94 Need to get 4075 kB of archives. [2020-11-03T23:07:25.783Z] #41 35.94 After this operation, 24.5 MB of additional disk space will be used. [2020-11-03T23:07:25.783Z] #41 35.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-03T23:07:25.783Z] #41 35.96 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-03T23:07:25.783Z] #41 35.97 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-03T23:07:25.783Z] #41 35.99 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-03T23:07:25.783Z] #41 36.04 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-11-03T23:07:25.783Z] #41 36.14 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-03T23:07:25.783Z] #41 36.14 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-03T23:07:25.783Z] #41 36.15 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-03T23:07:25.783Z] #41 36.17 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-11-03T23:07:25.783Z] #41 36.24 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-11-03T23:07:25.783Z] #41 36.26 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-11-03T23:07:25.783Z] #41 36.36 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-11-03T23:07:25.783Z] #41 36.42 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-03T23:07:25.783Z] #41 36.43 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-03T23:07:25.783Z] #41 36.44 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-03T23:07:25.783Z] #41 36.46 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-11-03T23:07:25.783Z] #41 36.47 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-11-03T23:07:25.783Z] #41 37.76 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:07:25.783Z] #41 38.09 Fetched 4075 kB in 1s (6720 kB/s) [2020-11-03T23:07:25.783Z] #41 38.22 Selecting previously unselected package libcap-dev:ppc64el. [2020-11-03T23:07:25.783Z] #41 38.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-03T23:07:25.783Z] #41 38.35 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-11-03T23:07:25.783Z] #41 38.40 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-11-03T23:07:25.783Z] #41 38.61 Selecting previously unselected package libnet1:ppc64el. [2020-11-03T23:07:25.783Z] #41 38.63 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-11-03T23:07:25.783Z] #41 38.64 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-03T23:07:25.783Z] #41 38.78 Selecting previously unselected package libnet1-dev. [2020-11-03T23:07:25.783Z] #41 38.79 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-11-03T23:07:25.783Z] #41 38.82 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-03T23:07:25.783Z] #41 39.06 Selecting previously unselected package libnl-3-200:ppc64el. [2020-11-03T23:07:25.783Z] #41 39.06 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-11-03T23:07:25.783Z] #41 39.07 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-03T23:07:25.783Z] #41 39.20 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-11-03T23:07:25.783Z] #41 39.22 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-11-03T23:07:25.783Z] #41 39.23 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-11-03T23:07:25.783Z] #41 39.70 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-11-03T23:07:25.783Z] #41 39.70 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-11-03T23:07:25.783Z] #41 39.73 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-03T23:07:25.783Z] #41 39.85 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-11-03T23:07:25.783Z] #41 39.85 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-11-03T23:07:25.783Z] #41 39.87 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-11-03T23:07:25.783Z] #41 39.95 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-11-03T23:07:25.783Z] #41 39.96 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-11-03T23:07:25.783Z] #41 39.97 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-11-03T23:07:25.783Z] #41 40.26 Selecting previously unselected package libprotobuf17:ppc64el. [2020-11-03T23:07:25.783Z] #41 40.28 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-11-03T23:07:25.783Z] #41 40.28 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-11-03T23:07:25.783Z] #41 41.26 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-11-03T23:07:25.783Z] #41 41.27 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-11-03T23:07:25.783Z] #41 41.29 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-11-03T23:07:25.783Z] #41 41.49 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-11-03T23:07:25.783Z] #41 41.49 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-11-03T23:07:25.783Z] #41 41.49 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-11-03T23:07:25.783Z] #41 ... [2020-11-03T23:07:25.783Z] [2020-11-03T23:07:25.783Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:25.783Z] #33 41.41 sync [2020-11-03T23:07:25.783Z] #33 41.42 internal/reflectlite [2020-11-03T23:07:26.035Z] #25 12.36 0 added, 0 removed; done. [2020-11-03T23:07:26.035Z] #25 12.36 Running hooks in /etc/ca-certificates/update.d... [2020-11-03T23:07:26.035Z] #25 12.36 done. [2020-11-03T23:07:26.846Z] #33 ... [2020-11-03T23:07:26.846Z] [2020-11-03T23:07:26.846Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:26.846Z] #63 DONE 42.8s [2020-11-03T23:07:27.179Z] [2020-11-03T23:07:27.179Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:07:27.179Z] #35 34.09 The following NEW packages will be installed: [2020-11-03T23:07:27.179Z] #35 34.10 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-03T23:07:27.179Z] #35 34.11 vim-common xxd [2020-11-03T23:07:27.179Z] #35 34.28 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:07:27.179Z] #35 34.28 Need to get 14.9 MB of archives. [2020-11-03T23:07:27.179Z] #35 34.28 After this operation, 67.2 MB of additional disk space will be used. [2020-11-03T23:07:27.179Z] #35 34.28 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-11-03T23:07:27.179Z] #35 34.33 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-11-03T23:07:27.179Z] #35 34.35 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-11-03T23:07:27.179Z] #35 34.55 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-11-03T23:07:27.179Z] #35 35.62 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-11-03T23:07:27.179Z] #35 35.70 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-11-03T23:07:27.179Z] #35 35.76 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-11-03T23:07:27.179Z] #35 35.76 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-11-03T23:07:27.179Z] #35 35.77 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-11-03T23:07:27.179Z] #35 35.78 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-11-03T23:07:27.179Z] #35 37.80 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:07:27.179Z] #35 38.13 Fetched 14.9 MB in 2s (8197 kB/s) [2020-11-03T23:07:27.179Z] #35 38.24 Selecting previously unselected package xxd. [2020-11-03T23:07:27.179Z] #35 38.24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-11-03T23:07:27.179Z] #35 38.37 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-11-03T23:07:27.179Z] #35 38.41 Unpacking xxd (2:8.1.0875-5) ... [2020-11-03T23:07:27.179Z] #35 38.61 Selecting previously unselected package vim-common. [2020-11-03T23:07:27.179Z] #35 38.61 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-03T23:07:27.179Z] #35 38.67 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-03T23:07:27.179Z] #35 39.22 Selecting previously unselected package cmake-data. [2020-11-03T23:07:27.179Z] #35 39.24 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-03T23:07:27.179Z] #35 39.25 Unpacking cmake-data (3.13.4-1) ... [2020-11-03T23:07:27.179Z] #35 42.40 Selecting previously unselected package libicu63:ppc64el. [2020-11-03T23:07:27.179Z] #35 42.41 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-11-03T23:07:27.179Z] #35 42.42 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-03T23:07:27.478Z] #35 ... [2020-11-03T23:07:27.478Z] [2020-11-03T23:07:27.478Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:07:27.478Z] #12 40.86 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-03T23:07:27.478Z] #12 42.98 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-11-03T23:07:27.478Z] #12 42.99 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-11-03T23:07:27.478Z] #12 42.99 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-11-03T23:07:27.478Z] #12 42.99 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-11-03T23:07:27.478Z] #12 43.00 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-03T23:07:27.478Z] #12 43.00 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB] [2020-11-03T23:07:27.478Z] #12 43.00 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-11-03T23:07:27.478Z] #12 43.14 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-11-03T23:07:27.478Z] #12 43.15 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-11-03T23:07:27.478Z] #12 43.18 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-11-03T23:07:27.478Z] #12 43.20 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-11-03T23:07:27.478Z] #12 43.26 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-11-03T23:07:27.478Z] #12 43.29 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-03T23:07:27.478Z] #12 43.30 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-11-03T23:07:27.478Z] #12 43.34 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB] [2020-11-03T23:07:28.310Z] #27 5.230 #=#=# 0.4% # 1.7% ## 4.1% ##### 7.1% ###### 9.7% ######## 11.8% ######### 13.3% ########## 14.7% ########### 16.5% ############# 18.1% ############## 19.7% ############### 21.5% ############### 21.9% ################# 24.2% ################## 26.4% #################### 28.7% ##################### 30.4% ####################### 32.1% ####################### 33.3% ######################### 35.1% ########################## 36.3% ########################### 38.5% ############################ 39.8% ############################# 41.5% ############################### 43.4% ################################ 45.2% ################################## 47.5% ################################### 49.2% #################################### 51.1% ###################################### 53.0% ####################################### 55.1% ######################################### 57.0% ########################################## 59.3% ############################################ 61.9% ############################################## 64.1% ############################################## 65.3% ################################################ 67.1% ################################################# 69.1% ################################################### 71.6% ##################################################### 74.6% ###################################################### 76.4% ######################################################## 78.4% ######################################################### 80.1% ########################################################## 81.0% ########################################################### 82.1% ############################################################ 83.5% ############################################################# 84.8% ############################################################## 86.4% ############################################################### 87.6% ################################################################ 89.2% ################################################################ 89.7% [2020-11-03T23:07:28.310Z] #27 ... [2020-11-03T23:07:28.310Z] [2020-11-03T23:07:28.310Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:07:28.310Z] #40 5.604 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:07:28.310Z] #40 5.661 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:07:28.310Z] #40 5.661 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:07:28.310Z] #40 6.876 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-03T23:07:28.310Z] #40 8.441 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [237 kB] [2020-11-03T23:07:28.310Z] #40 9.836 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-03T23:07:28.573Z] #40 ... [2020-11-03T23:07:28.573Z] [2020-11-03T23:07:28.573Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:28.573Z] #49 4.161 + RM_GOPATH=0 [2020-11-03T23:07:28.573Z] #49 4.161 + TMP_GOPATH= [2020-11-03T23:07:28.573Z] #49 4.161 + : /build [2020-11-03T23:07:28.573Z] #49 4.161 + '[' -z '' ']' [2020-11-03T23:07:28.573Z] #49 4.168 ++ mktemp -d [2020-11-03T23:07:28.573Z] #49 4.171 + export GOPATH=/tmp/tmp.bpEoIIPmni [2020-11-03T23:07:28.573Z] #49 4.171 + GOPATH=/tmp/tmp.bpEoIIPmni [2020-11-03T23:07:28.573Z] #49 4.171 + RM_GOPATH=1 [2020-11-03T23:07:28.573Z] #49 4.171 + case "$(go env GOARCH)" in [2020-11-03T23:07:28.573Z] #49 4.172 ++ go env GOARCH [2020-11-03T23:07:28.573Z] #49 4.217 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:28.573Z] #49 4.217 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:28.573Z] #49 4.221 ++ dirname /tmp/install/install.sh [2020-11-03T23:07:28.573Z] #49 4.221 + dir=/tmp/install [2020-11-03T23:07:28.573Z] #49 4.221 + bin=shfmt [2020-11-03T23:07:28.573Z] #49 4.221 + shift [2020-11-03T23:07:28.573Z] #49 4.221 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-03T23:07:28.573Z] #49 4.221 + . /tmp/install/shfmt.installer [2020-11-03T23:07:28.573Z] #49 4.221 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-03T23:07:28.573Z] #49 4.221 + install_shfmt [2020-11-03T23:07:28.573Z] #49 4.221 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-03T23:07:28.573Z] #49 4.228 + git clone https://github.com/mvdan/sh.git /tmp/tmp.bpEoIIPmni/src/github.com/mvdan/sh [2020-11-03T23:07:28.573Z] #49 4.228 Cloning into '/tmp/tmp.bpEoIIPmni/src/github.com/mvdan/sh'... [2020-11-03T23:07:28.573Z] #49 4.230 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-03T23:07:28.573Z] #49 ... [2020-11-03T23:07:28.573Z] [2020-11-03T23:07:28.573Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:28.573Z] #56 4.089 + RM_GOPATH=0 [2020-11-03T23:07:28.573Z] #56 4.089 + TMP_GOPATH= [2020-11-03T23:07:28.573Z] #56 4.089 + : /build [2020-11-03T23:07:28.573Z] #56 4.089 + '[' -z '' ']' [2020-11-03T23:07:28.573Z] #56 4.089 ++ mktemp -d [2020-11-03T23:07:28.573Z] #56 4.089 + export GOPATH=/tmp/tmp.qkALsqGNSc [2020-11-03T23:07:28.573Z] #56 4.089 + GOPATH=/tmp/tmp.qkALsqGNSc [2020-11-03T23:07:28.573Z] #56 4.089 + RM_GOPATH=1 [2020-11-03T23:07:28.573Z] #56 4.089 + case "$(go env GOARCH)" in [2020-11-03T23:07:28.573Z] #56 4.097 ++ go env GOARCH [2020-11-03T23:07:28.573Z] #56 4.111 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:28.573Z] #56 4.111 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:28.573Z] #56 4.113 ++ dirname /tmp/install/install.sh [2020-11-03T23:07:28.573Z] #56 4.113 + dir=/tmp/install [2020-11-03T23:07:28.573Z] #56 4.114 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-03T23:07:28.573Z] #56 4.116 + bin=rootlesskit [2020-11-03T23:07:28.573Z] #56 4.116 + shift [2020-11-03T23:07:28.573Z] #56 4.116 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-03T23:07:28.573Z] #56 4.116 + . /tmp/install/rootlesskit.installer [2020-11-03T23:07:28.573Z] #56 4.116 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-03T23:07:28.573Z] #56 4.116 + install_rootlesskit [2020-11-03T23:07:28.573Z] #56 4.116 + case "$1" in [2020-11-03T23:07:28.573Z] #56 4.116 + export CGO_ENABLED=0 [2020-11-03T23:07:28.573Z] #56 4.116 + CGO_ENABLED=0 [2020-11-03T23:07:28.573Z] #56 4.116 + _install_rootlesskit [2020-11-03T23:07:28.573Z] #56 4.116 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-11-03T23:07:28.573Z] #56 4.116 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.qkALsqGNSc/src/github.com/rootless-containers/rootlesskit [2020-11-03T23:07:28.573Z] #56 4.117 Cloning into '/tmp/tmp.qkALsqGNSc/src/github.com/rootless-containers/rootlesskit'... [2020-11-03T23:07:28.573Z] #56 7.915 + cd /tmp/tmp.qkALsqGNSc/src/github.com/rootless-containers/rootlesskit [2020-11-03T23:07:28.573Z] #56 7.915 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-03T23:07:28.573Z] #56 8.301 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-03T23:07:28.573Z] #56 8.302 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-03T23:07:28.838Z] #56 ... [2020-11-03T23:07:28.838Z] [2020-11-03T23:07:28.838Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:28.838Z] #47 4.878 + RM_GOPATH=0 [2020-11-03T23:07:28.838Z] #47 4.878 + TMP_GOPATH= [2020-11-03T23:07:28.838Z] #47 4.878 + : /build [2020-11-03T23:07:28.838Z] #47 4.878 + '[' -z '' ']' [2020-11-03T23:07:28.838Z] #47 4.878 ++ mktemp -d [2020-11-03T23:07:28.838Z] #47 4.881 + export GOPATH=/tmp/tmp.Jm1dxHiSuu [2020-11-03T23:07:28.838Z] #47 4.881 + GOPATH=/tmp/tmp.Jm1dxHiSuu [2020-11-03T23:07:28.838Z] #47 4.881 + RM_GOPATH=1 [2020-11-03T23:07:28.838Z] #47 4.881 + case "$(go env GOARCH)" in [2020-11-03T23:07:28.838Z] #47 4.881 ++ go env GOARCH [2020-11-03T23:07:28.838Z] #47 4.903 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:28.838Z] #47 4.903 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:28.838Z] #47 4.918 ++ dirname /tmp/install/install.sh [2020-11-03T23:07:28.838Z] #47 4.926 + dir=/tmp/install [2020-11-03T23:07:28.838Z] #47 4.926 + bin=golangci_lint [2020-11-03T23:07:28.838Z] #47 4.926 + shift [2020-11-03T23:07:28.838Z] #47 4.926 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-03T23:07:28.838Z] #47 4.926 + . /tmp/install/golangci_lint.installer [2020-11-03T23:07:28.838Z] #47 4.926 ++ : v1.23.8 [2020-11-03T23:07:28.838Z] #47 4.926 + install_golangci_lint [2020-11-03T23:07:28.838Z] #47 4.926 + set -e [2020-11-03T23:07:28.838Z] #47 4.926 + export GO111MODULE=on [2020-11-03T23:07:28.838Z] #47 4.926 + GO111MODULE=on [2020-11-03T23:07:28.838Z] #47 4.926 + GOBIN=/build [2020-11-03T23:07:28.838Z] #47 4.926 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-03T23:07:28.838Z] #47 4.958 go: finding github.com v1.23.8 [2020-11-03T23:07:28.838Z] #47 4.958 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-03T23:07:28.838Z] #47 4.958 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-03T23:07:28.838Z] #47 4.958 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-03T23:07:28.838Z] #47 4.958 go: finding github.com/golangci v1.23.8 [2020-11-03T23:07:28.838Z] #47 6.198 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-03T23:07:28.838Z] #47 6.965 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-03T23:07:28.838Z] #47 ... [2020-11-03T23:07:28.838Z] [2020-11-03T23:07:28.838Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:07:28.838Z] #34 5.027 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:07:28.838Z] #34 5.065 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:07:28.838Z] #34 5.095 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:07:28.838Z] #34 6.129 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-03T23:07:28.838Z] #34 7.683 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [237 kB] [2020-11-03T23:07:28.838Z] #34 9.202 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-03T23:07:28.838Z] #34 ... [2020-11-03T23:07:28.838Z] [2020-11-03T23:07:28.838Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:28.838Z] #22 2.691 + RM_GOPATH=0 [2020-11-03T23:07:28.838Z] #22 2.691 + TMP_GOPATH= [2020-11-03T23:07:28.838Z] #22 2.691 + : /build [2020-11-03T23:07:28.838Z] #22 2.691 + '[' -z '' ']' [2020-11-03T23:07:28.838Z] #22 2.691 ++ mktemp -d [2020-11-03T23:07:28.838Z] #22 2.691 + export GOPATH=/tmp/tmp.2sBjtaHUSL [2020-11-03T23:07:28.838Z] #22 2.691 + GOPATH=/tmp/tmp.2sBjtaHUSL [2020-11-03T23:07:28.838Z] #22 2.691 + RM_GOPATH=1 [2020-11-03T23:07:28.838Z] #22 2.691 + case "$(go env GOARCH)" in [2020-11-03T23:07:28.838Z] #22 2.693 ++ go env GOARCH [2020-11-03T23:07:28.838Z] #22 2.726 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:28.838Z] #22 2.726 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:28.838Z] #22 2.727 ++ dirname /tmp/install/install.sh [2020-11-03T23:07:28.838Z] #22 2.731 Install docker/cli version 17.06.2-ce from stable [2020-11-03T23:07:28.838Z] #22 2.731 + dir=/tmp/install [2020-11-03T23:07:28.838Z] #22 2.731 + bin=dockercli [2020-11-03T23:07:28.838Z] #22 2.731 + shift [2020-11-03T23:07:28.838Z] #22 2.731 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-03T23:07:28.838Z] #22 2.731 + . /tmp/install/dockercli.installer [2020-11-03T23:07:28.838Z] #22 2.731 ++ : stable [2020-11-03T23:07:28.838Z] #22 2.731 ++ : 17.06.2-ce [2020-11-03T23:07:28.838Z] #22 2.731 + install_dockercli [2020-11-03T23:07:28.838Z] #22 2.731 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-03T23:07:28.838Z] #22 2.733 ++ uname -m [2020-11-03T23:07:28.838Z] #22 2.733 + arch=aarch64 [2020-11-03T23:07:28.838Z] #22 2.733 + '[' aarch64 '!=' x86_64 ']' [2020-11-03T23:07:28.838Z] #22 2.733 + '[' aarch64 '!=' s390x ']' [2020-11-03T23:07:28.838Z] #22 2.733 + '[' aarch64 '!=' armhf ']' [2020-11-03T23:07:28.838Z] #22 2.733 + build_dockercli [2020-11-03T23:07:28.838Z] #22 2.733 + git clone https://github.com/docker/docker-ce /tmp/tmp.2sBjtaHUSL/tmp/docker-ce [2020-11-03T23:07:28.838Z] #22 2.742 Cloning into '/tmp/tmp.2sBjtaHUSL/tmp/docker-ce'... [2020-11-03T23:07:29.033Z] #12 44.61 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:07:29.033Z] #12 44.85 Fetched 78.9 MB in 9s (8948 kB/s) [2020-11-03T23:07:29.033Z] #12 44.98 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-03T23:07:29.110Z] #22 ... [2020-11-03T23:07:29.110Z] [2020-11-03T23:07:29.110Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:07:29.110Z] #38 4.222 + git clone https://github.com/docker/distribution.git . [2020-11-03T23:07:29.110Z] #38 4.226 Cloning into '.'... [2020-11-03T23:07:29.110Z] #38 ... [2020-11-03T23:07:29.110Z] [2020-11-03T23:07:29.110Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:29.110Z] #62 4.686 + RM_GOPATH=0 [2020-11-03T23:07:29.110Z] #62 4.686 + TMP_GOPATH= [2020-11-03T23:07:29.110Z] #62 4.686 + : /build [2020-11-03T23:07:29.110Z] #62 4.686 + '[' -z '' ']' [2020-11-03T23:07:29.110Z] #62 4.686 ++ mktemp -d [2020-11-03T23:07:29.110Z] #62 4.686 + export GOPATH=/tmp/tmp.9aBZM9HbOc [2020-11-03T23:07:29.110Z] #62 4.686 + GOPATH=/tmp/tmp.9aBZM9HbOc [2020-11-03T23:07:29.110Z] #62 4.686 + RM_GOPATH=1 [2020-11-03T23:07:29.110Z] #62 4.686 + case "$(go env GOARCH)" in [2020-11-03T23:07:29.110Z] #62 4.686 ++ go env GOARCH [2020-11-03T23:07:29.110Z] #62 4.734 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-03T23:07:29.110Z] #62 4.736 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:29.110Z] #62 4.736 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:29.110Z] #62 4.736 ++ dirname /tmp/install/install.sh [2020-11-03T23:07:29.110Z] #62 4.736 + dir=/tmp/install [2020-11-03T23:07:29.110Z] #62 4.736 + bin=proxy [2020-11-03T23:07:29.110Z] #62 4.736 + shift [2020-11-03T23:07:29.110Z] #62 4.736 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-03T23:07:29.110Z] #62 4.736 + . /tmp/install/proxy.installer [2020-11-03T23:07:29.110Z] #62 4.736 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-03T23:07:29.110Z] #62 4.736 + install_proxy [2020-11-03T23:07:29.110Z] #62 4.736 + case "$1" in [2020-11-03T23:07:29.110Z] #62 4.736 + export CGO_ENABLED=0 [2020-11-03T23:07:29.110Z] #62 4.736 + CGO_ENABLED=0 [2020-11-03T23:07:29.110Z] #62 4.736 + _install_proxy [2020-11-03T23:07:29.110Z] #62 4.736 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-03T23:07:29.110Z] #62 4.736 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.9aBZM9HbOc/src/github.com/docker/libnetwork [2020-11-03T23:07:29.110Z] #62 4.736 Cloning into '/tmp/tmp.9aBZM9HbOc/src/github.com/docker/libnetwork'... [2020-11-03T23:07:29.331Z] #12 44.98 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-11-03T23:07:29.331Z] #12 45.11 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-11-03T23:07:29.331Z] #12 45.12 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-03T23:07:29.375Z] #62 ... [2020-11-03T23:07:29.375Z] [2020-11-03T23:07:29.375Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:07:29.375Z] #43 4.076 + RM_GOPATH=0 [2020-11-03T23:07:29.375Z] #43 4.076 + TMP_GOPATH= [2020-11-03T23:07:29.375Z] #43 4.076 + : /build [2020-11-03T23:07:29.375Z] #43 4.076 + '[' -z '' ']' [2020-11-03T23:07:29.375Z] #43 4.078 ++ mktemp -d [2020-11-03T23:07:29.375Z] #43 4.079 + export GOPATH=/tmp/tmp.mhalB0rD6Z [2020-11-03T23:07:29.375Z] #43 4.079 + GOPATH=/tmp/tmp.mhalB0rD6Z [2020-11-03T23:07:29.375Z] #43 4.079 + RM_GOPATH=1 [2020-11-03T23:07:29.375Z] #43 4.079 + case "$(go env GOARCH)" in [2020-11-03T23:07:29.375Z] #43 4.088 ++ go env GOARCH [2020-11-03T23:07:29.375Z] #43 4.102 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:29.375Z] #43 4.102 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:29.375Z] #43 4.133 ++ dirname /tmp/install/install.sh [2020-11-03T23:07:29.375Z] #43 4.141 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-03T23:07:29.375Z] #43 4.142 + dir=/tmp/install [2020-11-03T23:07:29.375Z] #43 4.142 + bin=vndr [2020-11-03T23:07:29.375Z] #43 4.142 + shift [2020-11-03T23:07:29.375Z] #43 4.142 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-03T23:07:29.375Z] #43 4.142 + . /tmp/install/vndr.installer [2020-11-03T23:07:29.375Z] #43 4.142 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-03T23:07:29.375Z] #43 4.142 + install_vndr [2020-11-03T23:07:29.375Z] #43 4.142 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-03T23:07:29.375Z] #43 4.142 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.mhalB0rD6Z/src/github.com/LK4D4/vndr [2020-11-03T23:07:29.375Z] #43 4.142 Cloning into '/tmp/tmp.mhalB0rD6Z/src/github.com/LK4D4/vndr'... [2020-11-03T23:07:29.375Z] #43 4.736 + cd /tmp/tmp.mhalB0rD6Z/src/github.com/LK4D4/vndr [2020-11-03T23:07:29.375Z] #43 4.736 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-03T23:07:29.375Z] #43 4.759 + go build -buildmode=pie -v -o /build/vndr . [2020-11-03T23:07:29.375Z] #43 6.484 internal/race [2020-11-03T23:07:29.375Z] #43 6.494 internal/cpu [2020-11-03T23:07:29.375Z] #43 6.579 sync/atomic [2020-11-03T23:07:29.375Z] #43 6.643 unicode [2020-11-03T23:07:29.375Z] #43 6.655 unicode/utf8 [2020-11-03T23:07:29.375Z] #43 7.189 internal/bytealg [2020-11-03T23:07:29.375Z] #43 7.527 math [2020-11-03T23:07:29.375Z] #43 7.578 internal/testlog [2020-11-03T23:07:29.375Z] #43 8.177 runtime [2020-11-03T23:07:29.375Z] #43 8.222 encoding [2020-11-03T23:07:29.375Z] #43 8.462 unicode/utf16 [2020-11-03T23:07:29.375Z] #43 8.847 container/list [2020-11-03T23:07:29.375Z] #43 10.28 crypto/internal/subtle [2020-11-03T23:07:29.375Z] #43 10.65 crypto/subtle [2020-11-03T23:07:29.375Z] #43 10.92 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-03T23:07:29.375Z] #43 11.19 internal/nettrace [2020-11-03T23:07:29.375Z] #43 ... [2020-11-03T23:07:29.375Z] [2020-11-03T23:07:29.375Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-03T23:07:29.375Z] #53 5.136 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:07:29.375Z] #53 5.191 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:07:29.375Z] #53 5.212 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:07:29.375Z] #53 6.238 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-03T23:07:29.375Z] #53 8.074 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [237 kB] [2020-11-03T23:07:29.375Z] #53 10.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-03T23:07:29.641Z] #53 ... [2020-11-03T23:07:29.641Z] [2020-11-03T23:07:29.641Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:29.641Z] #32 4.238 + RM_GOPATH=0 [2020-11-03T23:07:29.641Z] #32 4.238 + TMP_GOPATH= [2020-11-03T23:07:29.641Z] #32 4.238 + : /build [2020-11-03T23:07:29.641Z] #32 4.238 + '[' -z '' ']' [2020-11-03T23:07:29.641Z] #32 4.238 ++ mktemp -d [2020-11-03T23:07:29.641Z] #32 4.239 + export GOPATH=/tmp/tmp.SYo7SO4p43 [2020-11-03T23:07:29.641Z] #32 4.239 + GOPATH=/tmp/tmp.SYo7SO4p43 [2020-11-03T23:07:29.641Z] #32 4.239 + RM_GOPATH=1 [2020-11-03T23:07:29.641Z] #32 4.239 + case "$(go env GOARCH)" in [2020-11-03T23:07:29.641Z] #32 4.239 ++ go env GOARCH [2020-11-03T23:07:29.641Z] #32 4.255 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:29.641Z] #32 4.255 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:29.641Z] #32 4.257 ++ dirname /tmp/install/install.sh [2020-11-03T23:07:29.641Z] #32 4.262 + dir=/tmp/install [2020-11-03T23:07:29.641Z] #32 4.262 + bin=tomlv [2020-11-03T23:07:29.641Z] #32 4.262 + shift [2020-11-03T23:07:29.641Z] #32 4.262 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-03T23:07:29.641Z] #32 4.262 + . /tmp/install/tomlv.installer [2020-11-03T23:07:29.641Z] #32 4.262 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-03T23:07:29.641Z] #32 4.262 + install_tomlv [2020-11-03T23:07:29.641Z] #32 4.262 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-03T23:07:29.641Z] #32 4.262 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.SYo7SO4p43/src/github.com/BurntSushi/toml [2020-11-03T23:07:29.641Z] #32 4.265 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-03T23:07:29.641Z] #32 4.277 Cloning into '/tmp/tmp.SYo7SO4p43/src/github.com/BurntSushi/toml'... [2020-11-03T23:07:29.641Z] #32 5.238 + cd /tmp/tmp.SYo7SO4p43/src/github.com/BurntSushi/toml [2020-11-03T23:07:29.641Z] #32 5.245 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-03T23:07:29.641Z] #32 5.255 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-03T23:07:29.641Z] #32 5.935 math/bits [2020-11-03T23:07:29.641Z] #32 5.960 runtime/internal/sys [2020-11-03T23:07:29.641Z] #32 5.979 internal/cpu [2020-11-03T23:07:29.641Z] #32 6.041 runtime/internal/atomic [2020-11-03T23:07:29.641Z] #32 6.216 runtime/internal/math [2020-11-03T23:07:29.641Z] #32 6.421 unicode/utf8 [2020-11-03T23:07:29.641Z] #32 6.524 internal/race [2020-11-03T23:07:29.641Z] #32 6.824 internal/bytealg [2020-11-03T23:07:29.641Z] #32 6.909 sync/atomic [2020-11-03T23:07:29.641Z] #32 7.158 math [2020-11-03T23:07:29.641Z] #32 7.200 unicode [2020-11-03T23:07:29.641Z] #32 7.387 internal/testlog [2020-11-03T23:07:29.641Z] #32 8.098 encoding [2020-11-03T23:07:29.641Z] #32 8.212 runtime [2020-11-03T23:07:29.641Z] #32 8.327 runtime/cgo [2020-11-03T23:07:29.904Z] #32 ... [2020-11-03T23:07:29.904Z] [2020-11-03T23:07:29.904Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:07:29.904Z] #11 4.965 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:07:29.904Z] #11 4.986 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:07:29.904Z] #11 5.002 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:07:29.904Z] #11 5.924 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-03T23:07:29.904Z] #11 7.943 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [237 kB] [2020-11-03T23:07:29.904Z] #11 9.300 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-03T23:07:29.904Z] #11 ... [2020-11-03T23:07:29.904Z] [2020-11-03T23:07:29.904Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:29.904Z] #45 4.276 + RM_GOPATH=0 [2020-11-03T23:07:29.904Z] #45 4.276 + TMP_GOPATH= [2020-11-03T23:07:29.904Z] #45 4.276 + : /build [2020-11-03T23:07:29.904Z] #45 4.276 + '[' -z '' ']' [2020-11-03T23:07:29.904Z] #45 4.276 ++ mktemp -d [2020-11-03T23:07:29.904Z] #45 4.276 + export GOPATH=/tmp/tmp.8shQUQzsI6 [2020-11-03T23:07:29.904Z] #45 4.276 + GOPATH=/tmp/tmp.8shQUQzsI6 [2020-11-03T23:07:29.904Z] #45 4.276 + RM_GOPATH=1 [2020-11-03T23:07:29.904Z] #45 4.276 + case "$(go env GOARCH)" in [2020-11-03T23:07:29.904Z] #45 4.293 ++ go env GOARCH [2020-11-03T23:07:29.904Z] #45 4.308 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:29.904Z] #45 4.308 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:29.904Z] #45 4.308 ++ dirname /tmp/install/install.sh [2020-11-03T23:07:29.904Z] #45 4.308 + dir=/tmp/install [2020-11-03T23:07:29.904Z] #45 4.308 + bin=gotestsum [2020-11-03T23:07:29.904Z] #45 4.308 + shift [2020-11-03T23:07:29.904Z] #45 4.308 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-03T23:07:29.904Z] #45 4.308 + . /tmp/install/gotestsum.installer [2020-11-03T23:07:29.904Z] #45 4.308 ++ : v0.5.3 [2020-11-03T23:07:29.904Z] #45 4.308 + install_gotestsum [2020-11-03T23:07:29.904Z] #45 4.313 + set -e [2020-11-03T23:07:29.904Z] #45 4.313 + export GO111MODULE=on [2020-11-03T23:07:29.904Z] #45 4.313 + GO111MODULE=on [2020-11-03T23:07:29.904Z] #45 4.313 + GOBIN=/build [2020-11-03T23:07:29.904Z] #45 4.313 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-03T23:07:29.904Z] #45 4.393 go: finding gotest.tools v0.5.3 [2020-11-03T23:07:29.904Z] #45 4.393 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-03T23:07:29.904Z] #45 5.458 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-03T23:07:29.904Z] #45 6.214 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-03T23:07:29.904Z] #45 8.376 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-03T23:07:29.904Z] #45 8.382 go: downloading github.com/fatih/color v1.9.0 [2020-11-03T23:07:29.904Z] #45 8.384 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-03T23:07:29.904Z] #45 8.407 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-03T23:07:29.904Z] #45 8.678 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-03T23:07:29.904Z] #45 8.704 go: downloading github.com/pkg/errors v0.9.1 [2020-11-03T23:07:29.904Z] #45 8.726 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-03T23:07:29.904Z] #45 8.760 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-03T23:07:29.904Z] #45 8.801 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-03T23:07:29.904Z] #45 9.098 go: extracting github.com/fatih/color v1.9.0 [2020-11-03T23:07:29.904Z] #45 9.116 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-03T23:07:29.904Z] #45 9.148 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-03T23:07:29.904Z] #45 9.149 go: extracting github.com/pkg/errors v0.9.1 [2020-11-03T23:07:29.904Z] #45 9.232 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-03T23:07:29.904Z] #45 9.325 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-03T23:07:29.904Z] #45 9.326 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-03T23:07:29.904Z] #45 9.490 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-03T23:07:29.904Z] #45 9.507 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-03T23:07:29.904Z] #45 9.648 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-03T23:07:29.904Z] #45 10.69 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-03T23:07:29.904Z] #45 11.13 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-03T23:07:30.169Z] #45 ... [2020-11-03T23:07:30.169Z] [2020-11-03T23:07:30.169Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:07:30.169Z] #27 5.230 #=#=# 0.4% # 1.7% ## 4.1% ##### 7.1% ###### 9.7% ######## 11.8% ######### 13.3% ########## 14.7% ########### 16.5% ############# 18.1% ############## 19.7% ############### 21.5% ############### 21.9% ################# 24.2% ################## 26.4% #################### 28.7% ##################### 30.4% ####################### 32.1% ####################### 33.3% ######################### 35.1% ########################## 36.3% ########################### 38.5% ############################ 39.8% ############################# 41.5% ############################### 43.4% ################################ 45.2% ################################## 47.5% ################################### 49.2% #################################### 51.1% ###################################### 53.0% ####################################### 55.1% ######################################### 57.0% ########################################## 59.3% ############################################ 61.9% ############################################## 64.1% ############################################## 65.3% ################################################ 67.1% ################################################# 69.1% ################################################### 71.6% ##################################################### 74.6% ###################################################### 76.4% ######################################################## 78.4% ######################################################### 80.1% ########################################################## 81.0% ########################################################### 82.1% ############################################################ 83.5% ############################################################# 84.8% ############################################################## 86.4% ############################################################### 87.6% ################################################################ 89.2% ################################################################ 89.7% ################################################################# 91.5% ################################################################## 92.8% #################################################################### 94.8% ##################################################################### 96.5% ###################################################################### 97.5% ####################################################################### 99.0% ######################################################################## 100.0% [2020-11-03T23:07:30.169Z] #27 11.70 [2020-11-03T23:07:30.230Z] #25 DONE 16.1s [2020-11-03T23:07:30.230Z] [2020-11-03T23:07:30.230Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-03T23:07:30.230Z] #26 DONE 0.1s [2020-11-03T23:07:30.230Z] [2020-11-03T23:07:30.230Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:07:30.230Z] #27 ... [2020-11-03T23:07:30.230Z] [2020-11-03T23:07:30.230Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:07:30.230Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.7s done [2020-11-03T23:07:30.230Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.8s done [2020-11-03T23:07:30.230Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 2.7s [2020-11-03T23:07:30.433Z] #27 12.96 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-03T23:07:31.025Z] #27 13.34 [2020-11-03T23:07:31.025Z] #27 13.52 # 2.0% ######################################################################## 100.0% [2020-11-03T23:07:31.025Z] #27 13.63 [2020-11-03T23:07:31.438Z] #12 ... [2020-11-03T23:07:31.438Z] [2020-11-03T23:07:31.438Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:31.438Z] #48 43.32 go: finding github.com/fatih/color v1.7.0 [2020-11-03T23:07:31.438Z] #48 43.52 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-03T23:07:31.438Z] #48 43.62 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-03T23:07:31.438Z] #48 43.83 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-03T23:07:31.438Z] #48 44.03 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-03T23:07:31.438Z] #48 44.05 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-03T23:07:31.438Z] #48 44.09 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-03T23:07:31.438Z] #48 44.25 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-03T23:07:31.438Z] #48 44.26 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-03T23:07:31.438Z] #48 44.31 go: finding github.com/pkg/errors v0.8.1 [2020-11-03T23:07:31.438Z] #48 44.37 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-03T23:07:31.438Z] #48 44.42 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-03T23:07:31.438Z] #48 44.42 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-03T23:07:31.438Z] #48 44.45 go: finding github.com/spf13/viper v1.6.1 [2020-11-03T23:07:31.438Z] #48 44.45 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-03T23:07:31.438Z] #48 44.56 go: finding github.com/stretchr/testify v1.4.0 [2020-11-03T23:07:31.438Z] #48 44.60 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-03T23:07:31.438Z] #48 44.61 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-03T23:07:31.438Z] #48 44.64 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-03T23:07:31.438Z] #48 44.66 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-03T23:07:31.438Z] #48 44.73 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-03T23:07:31.438Z] #48 44.76 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-03T23:07:31.438Z] #48 44.76 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-03T23:07:31.438Z] #48 44.80 go: finding github.com/spf13/cobra v0.0.5 [2020-11-03T23:07:31.438Z] #48 44.84 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-03T23:07:31.438Z] #48 44.85 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-03T23:07:31.438Z] #48 44.87 go: finding github.com/stretchr/objx v0.2.0 [2020-11-03T23:07:31.438Z] #48 44.90 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-03T23:07:31.438Z] #48 44.90 go: finding github.com/spf13/pflag v1.0.5 [2020-11-03T23:07:31.438Z] #48 44.94 go: finding github.com/gobwas/glob v0.2.3 [2020-11-03T23:07:31.438Z] #48 44.95 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-03T23:07:31.438Z] #48 45.06 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-03T23:07:31.438Z] #48 45.09 go: finding github.com/magiconair/properties v1.8.1 [2020-11-03T23:07:31.438Z] #48 45.19 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-03T23:07:31.438Z] #48 45.20 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-03T23:07:31.438Z] #48 45.20 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-03T23:07:31.438Z] #48 45.22 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-03T23:07:31.438Z] #48 45.33 go: finding github.com/spf13/afero v1.1.2 [2020-11-03T23:07:31.438Z] #48 45.34 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-03T23:07:31.438Z] #48 45.41 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-03T23:07:31.438Z] #48 45.46 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-03T23:07:31.438Z] #48 45.46 go: finding github.com/spf13/cast v1.3.0 [2020-11-03T23:07:31.438Z] #48 45.48 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-03T23:07:31.438Z] #48 45.51 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-03T23:07:31.438Z] #48 45.56 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-03T23:07:31.438Z] #48 45.63 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-03T23:07:31.438Z] #48 45.79 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-03T23:07:31.438Z] #48 45.85 go: finding golang.org/x/text v0.3.2 [2020-11-03T23:07:31.438Z] #48 45.99 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-03T23:07:31.438Z] #48 46.02 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-03T23:07:31.438Z] #48 46.06 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-03T23:07:31.438Z] #48 46.08 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-03T23:07:31.438Z] #48 46.11 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-03T23:07:31.438Z] #48 46.13 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-03T23:07:31.438Z] #48 46.15 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-03T23:07:31.438Z] #48 46.18 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-03T23:07:31.438Z] #48 46.20 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-03T23:07:31.438Z] #48 46.23 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-03T23:07:31.438Z] #48 46.30 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-03T23:07:31.438Z] #48 46.32 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-03T23:07:31.438Z] #48 46.32 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-03T23:07:31.438Z] #48 46.33 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-03T23:07:31.438Z] #48 46.39 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-03T23:07:31.438Z] #48 46.42 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-03T23:07:31.438Z] #48 46.43 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-03T23:07:31.438Z] #48 46.45 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-03T23:07:31.438Z] #48 46.55 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-03T23:07:31.438Z] #48 46.65 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-03T23:07:31.438Z] #48 46.69 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-03T23:07:31.438Z] #48 46.98 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-03T23:07:31.438Z] #48 47.09 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-03T23:07:31.438Z] #48 47.10 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-03T23:07:31.438Z] #48 47.27 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-03T23:07:31.438Z] #48 47.35 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-03T23:07:32.141Z] #8 ... [2020-11-03T23:07:32.141Z] [2020-11-03T23:07:32.141Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:07:32.141Z] #27 1.973 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-03T23:07:32.141Z] #27 2.075 [2020-11-03T23:07:32.660Z] #27 2.193 ######## 11.4% ########## 15.0% ########## 15.0% ############################# 40.8% #################################################### 73.2% ######################################################################## 100.0% [2020-11-03T23:07:32.660Z] #27 2.766 [2020-11-03T23:07:32.921Z] #27 3.005 #################### 28.5% ######################################################################## 100.0% [2020-11-03T23:07:32.977Z] #27 15.27 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-03T23:07:32.982Z] #48 ... [2020-11-03T23:07:32.982Z] [2020-11-03T23:07:32.982Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:07:32.982Z] #12 48.58 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-03T23:07:32.982Z] #12 48.59 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-11-03T23:07:32.982Z] #12 48.59 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-03T23:07:33.181Z] #27 3.185 [2020-11-03T23:07:33.181Z] #27 3.307 ##################################################### 74.7% ######################################################################## 100.0% [2020-11-03T23:07:33.242Z] #27 15.74 [2020-11-03T23:07:33.446Z] #27 3.447 [2020-11-03T23:07:33.771Z] #27 15.96 #=#=# ######### 13.8% ######################################################################## 100.0% [2020-11-03T23:07:33.771Z] #27 16.32 [2020-11-03T23:07:33.968Z] #27 3.572 #### 6.6% ####################### 33.1% ######################################## 56.0% ###################################################### 75.5% #################################################################### 94.7% ######################################################################## 100.0% [2020-11-03T23:07:33.968Z] #27 4.122 [2020-11-03T23:07:35.187Z] #27 17.81 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-03T23:07:35.187Z] #27 ... [2020-11-03T23:07:35.187Z] [2020-11-03T23:07:35.187Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:07:35.187Z] #38 16.86 Checking out files: 91% (1529/1665) Checking out files: 92% (1532/1665) Checking out files: 93% (1549/1665) Checking out files: 94% (1566/1665) Checking out files: 95% (1582/1665) Checking out files: 96% (1599/1665) Checking out files: 97% (1616/1665) Checking out files: 98% (1632/1665) Checking out files: 99% (1649/1665) Checking out files: 100% (1665/1665) Checking out files: 100% (1665/1665), done. [2020-11-03T23:07:35.187Z] #38 16.89 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-03T23:07:35.736Z] #27 4.237 ## 3.4% ####### 9.9% ########## 15.1% ############## 20.0% ################# 24.7% #################### 29.1% ######################## 33.6% ########################### 38.1% ############################## 42.9% ################################## 47.7% ##################################### 52.6% ######################################### 57.8% ############################################## 64.1% ################################################### 70.9% ######################################################### 79.3% ############################################################ 84.5% ################################################################ 89.8% #################################################################### 94.9% ######################################################################## 100.0% [2020-11-03T23:07:35.996Z] #27 6.103 [2020-11-03T23:07:36.566Z] #12 51.79 Selecting previously unselected package binutils-mingw-w64. [2020-11-03T23:07:36.567Z] #12 51.81 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-03T23:07:36.567Z] #12 51.82 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-03T23:07:36.567Z] #12 51.94 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-11-03T23:07:36.567Z] #12 51.95 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-11-03T23:07:36.567Z] #12 51.95 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-03T23:07:36.567Z] #12 ... [2020-11-03T23:07:36.567Z] [2020-11-03T23:07:36.567Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:07:36.567Z] #44 41.96 internal/reflectlite [2020-11-03T23:07:36.567Z] #44 41.98 sync [2020-11-03T23:07:36.567Z] #44 44.97 internal/singleflight [2020-11-03T23:07:36.567Z] #44 44.98 github.com/LK4D4/vndr/godl/singleflight [2020-11-03T23:07:36.567Z] #44 45.02 math/rand [2020-11-03T23:07:36.567Z] #44 47.61 sort [2020-11-03T23:07:36.567Z] #44 47.63 strconv [2020-11-03T23:07:36.567Z] #44 47.70 io [2020-11-03T23:07:36.567Z] #44 47.73 syscall [2020-11-03T23:07:36.567Z] #44 51.44 vendor/golang.org/x/net/dns/dnsmessage [2020-11-03T23:07:36.567Z] #44 51.82 bytes [2020-11-03T23:07:36.567Z] #44 ... [2020-11-03T23:07:36.567Z] [2020-11-03T23:07:36.567Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:07:36.567Z] #12 52.11 Selecting previously unselected package dmsetup. [2020-11-03T23:07:36.567Z] #12 52.12 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-11-03T23:07:36.567Z] #12 52.13 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-03T23:07:36.567Z] #12 52.44 Selecting previously unselected package mingw-w64-common. [2020-11-03T23:07:36.567Z] #12 52.44 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-03T23:07:36.567Z] #12 52.44 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-03T23:07:36.571Z] #27 6.639 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-03T23:07:36.571Z] #27 6.778 [2020-11-03T23:07:36.571Z] #27 6.870 ######################################################################## 100.0% [2020-11-03T23:07:36.786Z] #54 130.9 + bin/containerd-stress [2020-11-03T23:07:36.830Z] #27 6.907 [2020-11-03T23:07:37.089Z] #27 7.195 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-03T23:07:37.089Z] #27 7.302 [2020-11-03T23:07:37.350Z] #27 7.437 ##################################################### 74.8% ######################################################################## 100.0% [2020-11-03T23:07:37.350Z] #27 7.503 [2020-11-03T23:07:37.416Z] #54 132.2 + bin/containerd-shim [2020-11-03T23:07:37.628Z] #12 ... [2020-11-03T23:07:37.628Z] [2020-11-03T23:07:37.628Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:07:37.628Z] #41 43.41 Selecting previously unselected package libprotoc17:ppc64el. [2020-11-03T23:07:37.628Z] #41 43.42 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-11-03T23:07:37.628Z] #41 43.43 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-11-03T23:07:37.628Z] #41 44.07 Selecting previously unselected package protobuf-c-compiler. [2020-11-03T23:07:37.628Z] #41 44.08 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-11-03T23:07:37.628Z] #41 44.08 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-03T23:07:37.628Z] #41 44.17 Selecting previously unselected package protobuf-compiler. [2020-11-03T23:07:37.628Z] #41 44.18 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-11-03T23:07:37.628Z] #41 44.18 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-03T23:07:37.628Z] #41 44.48 Selecting previously unselected package python-pkg-resources. [2020-11-03T23:07:37.628Z] #41 44.49 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-03T23:07:37.628Z] #41 44.50 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-03T23:07:37.628Z] #41 44.83 Selecting previously unselected package python-six. [2020-11-03T23:07:37.628Z] #41 44.85 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-03T23:07:37.628Z] #41 44.86 Unpacking python-six (1.12.0-1) ... [2020-11-03T23:07:37.628Z] #41 44.98 Selecting previously unselected package python-protobuf. [2020-11-03T23:07:37.628Z] #41 44.99 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-11-03T23:07:37.628Z] #41 45.00 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-03T23:07:37.628Z] #41 45.70 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-03T23:07:37.628Z] #41 50.89 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-11-03T23:07:37.628Z] #41 50.90 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-03T23:07:37.628Z] #41 50.91 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-03T23:07:37.628Z] #41 50.91 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-11-03T23:07:37.628Z] #41 50.92 Setting up python-six (1.12.0-1) ... [2020-11-03T23:07:37.628Z] #41 ... [2020-11-03T23:07:37.628Z] [2020-11-03T23:07:37.628Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:07:37.628Z] #35 49.63 Selecting previously unselected package libxml2:ppc64el. [2020-11-03T23:07:37.628Z] #35 49.63 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-11-03T23:07:37.628Z] #35 49.64 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-11-03T23:07:37.628Z] #35 50.25 Selecting previously unselected package libarchive13:ppc64el. [2020-11-03T23:07:37.628Z] #35 50.25 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-11-03T23:07:37.628Z] #35 50.26 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-11-03T23:07:37.628Z] #35 50.49 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-11-03T23:07:37.628Z] #35 50.49 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-11-03T23:07:37.628Z] #35 50.50 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-11-03T23:07:37.628Z] #35 50.63 Selecting previously unselected package librhash0:ppc64el. [2020-11-03T23:07:37.628Z] #35 50.63 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-11-03T23:07:37.628Z] #35 50.63 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-11-03T23:07:37.628Z] #35 50.79 Selecting previously unselected package libuv1:ppc64el. [2020-11-03T23:07:37.628Z] #35 50.81 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-11-03T23:07:37.628Z] #35 50.82 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-11-03T23:07:37.628Z] #35 51.13 Selecting previously unselected package cmake. [2020-11-03T23:07:37.628Z] #35 51.14 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-11-03T23:07:37.628Z] #35 51.14 Unpacking cmake (3.13.4-1) ... [2020-11-03T23:07:37.753Z] #38 19.06 + 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-03T23:07:37.918Z] #27 7.966 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-03T23:07:37.918Z] #27 7.984 skipping existing c35d46ef359f [2020-11-03T23:07:37.918Z] #27 8.010 [2020-11-03T23:07:37.928Z] #35 53.86 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-03T23:07:38.229Z] #35 53.86 Setting up xxd (2:8.1.0875-5) ... [2020-11-03T23:07:38.229Z] #35 53.88 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-11-03T23:07:38.229Z] #35 53.88 Setting up vim-common (2:8.1.0875-5) ... [2020-11-03T23:07:38.229Z] #35 53.96 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-11-03T23:07:38.229Z] #35 53.96 Setting up cmake-data (3.13.4-1) ... [2020-11-03T23:07:38.229Z] #35 53.97 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-11-03T23:07:38.229Z] #35 53.98 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-11-03T23:07:38.229Z] #35 53.98 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-11-03T23:07:38.229Z] #35 53.99 Setting up cmake (3.13.4-1) ... [2020-11-03T23:07:38.229Z] #35 54.00 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:07:38.229Z] #35 54.07 Processing triggers for mime-support (3.62) ... [2020-11-03T23:07:38.488Z] #27 8.484 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-03T23:07:38.488Z] #27 8.574 [2020-11-03T23:07:38.488Z] #27 ... [2020-11-03T23:07:38.488Z] [2020-11-03T23:07:38.488Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-03T23:07:38.488Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.7s done [2020-11-03T23:07:38.488Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-11-03T23:07:38.488Z] #8 DONE 39.1s [2020-11-03T23:07:38.488Z] [2020-11-03T23:07:38.488Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:07:38.488Z] #27 8.645 ######################################################################## 100.0% [2020-11-03T23:07:38.488Z] #27 8.681 [2020-11-03T23:07:38.489Z] #27 ... [2020-11-03T23:07:38.489Z] [2020-11-03T23:07:38.489Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-03T23:07:38.535Z] #35 DONE 54.4s [2020-11-03T23:07:38.535Z] [2020-11-03T23:07:38.535Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:07:38.848Z] #36 0.340 + RM_GOPATH=0 [2020-11-03T23:07:39.151Z] #36 0.342 + TMP_GOPATH= [2020-11-03T23:07:39.151Z] #36 0.343 + : /build [2020-11-03T23:07:39.151Z] #36 0.345 + '[' -z '' ']' [2020-11-03T23:07:39.151Z] #36 0.348 ++ mktemp -d [2020-11-03T23:07:39.151Z] #36 0.354 + export GOPATH=/tmp/tmp.NjjM2Twi5s [2020-11-03T23:07:39.151Z] #36 0.354 + GOPATH=/tmp/tmp.NjjM2Twi5s [2020-11-03T23:07:39.151Z] #36 0.354 + RM_GOPATH=1 [2020-11-03T23:07:39.151Z] #36 0.355 + case "$(go env GOARCH)" in [2020-11-03T23:07:39.151Z] #36 0.360 ++ go env GOARCH [2020-11-03T23:07:39.151Z] #36 0.420 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:39.151Z] #36 0.420 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:39.151Z] #36 0.422 ++ dirname /tmp/install/install.sh [2020-11-03T23:07:39.151Z] #36 0.424 + dir=/tmp/install [2020-11-03T23:07:39.151Z] #36 0.425 + bin=tini [2020-11-03T23:07:39.151Z] #36 0.425 + shift [2020-11-03T23:07:39.151Z] #36 0.426 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-03T23:07:39.151Z] #36 0.427 + . /tmp/install/tini.installer [2020-11-03T23:07:39.151Z] #36 0.429 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-03T23:07:39.151Z] #36 0.430 + install_tini [2020-11-03T23:07:39.151Z] #36 0.431 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-03T23:07:39.151Z] #36 0.434 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-03T23:07:39.151Z] #36 0.448 + git clone https://github.com/krallin/tini.git /tmp/tmp.NjjM2Twi5s/tini [2020-11-03T23:07:39.151Z] #36 ... [2020-11-03T23:07:39.151Z] [2020-11-03T23:07:39.151Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:39.151Z] #33 44.85 sort [2020-11-03T23:07:39.151Z] #33 44.85 errors [2020-11-03T23:07:39.151Z] #33 45.39 strconv [2020-11-03T23:07:39.151Z] #33 45.40 io [2020-11-03T23:07:39.151Z] #33 45.40 internal/oserror [2020-11-03T23:07:39.151Z] #33 45.62 syscall [2020-11-03T23:07:39.151Z] #33 48.83 bytes [2020-11-03T23:07:39.151Z] #33 48.85 strings [2020-11-03T23:07:39.151Z] #33 ... [2020-11-03T23:07:39.151Z] [2020-11-03T23:07:39.151Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:07:39.151Z] #36 0.454 Cloning into '/tmp/tmp.NjjM2Twi5s/tini'... [2020-11-03T23:07:39.778Z] #38 ... [2020-11-03T23:07:39.778Z] [2020-11-03T23:07:39.778Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:07:39.778Z] #43 11.43 runtime/cgo [2020-11-03T23:07:39.778Z] #43 13.06 vendor/golang.org/x/crypto/internal/subtle [2020-11-03T23:07:40.086Z] #43 ... [2020-11-03T23:07:40.086Z] [2020-11-03T23:07:40.086Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:40.212Z] #36 1.588 + cd /tmp/tmp.NjjM2Twi5s/tini [2020-11-03T23:07:40.212Z] #36 1.589 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-03T23:07:40.212Z] #36 1.628 + cmake . [2020-11-03T23:07:41.063Z] #62 21.20 Checking out files: 65% (1249/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: 98% (1874/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-11-03T23:07:41.064Z] #62 ... [2020-11-03T23:07:41.064Z] [2020-11-03T23:07:41.064Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:41.064Z] #45 12.49 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-03T23:07:41.064Z] #45 16.94 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-03T23:07:41.064Z] #45 16.94 go: finding github.com/fatih/color v1.9.0 [2020-11-03T23:07:41.064Z] #45 16.94 go: finding github.com/pkg/errors v0.9.1 [2020-11-03T23:07:41.064Z] #45 16.99 go: finding github.com/spf13/pflag v1.0.3 [2020-11-03T23:07:41.064Z] #45 17.45 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-03T23:07:41.064Z] #45 17.45 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-03T23:07:41.064Z] #45 17.73 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-03T23:07:41.064Z] #45 17.74 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-03T23:07:41.064Z] #45 17.74 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-03T23:07:41.064Z] #45 17.78 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-03T23:07:41.064Z] #45 17.81 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-03T23:07:41.064Z] #45 ... [2020-11-03T23:07:41.064Z] [2020-11-03T23:07:41.064Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:41.064Z] #62 22.62 + cd /tmp/tmp.9aBZM9HbOc/src/github.com/docker/libnetwork [2020-11-03T23:07:41.064Z] #62 22.62 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-03T23:07:41.064Z] #62 ... [2020-11-03T23:07:41.064Z] [2020-11-03T23:07:41.064Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:41.064Z] #49 12.65 + cd /tmp/tmp.bpEoIIPmni/src/github.com/mvdan/sh [2020-11-03T23:07:41.064Z] #49 12.65 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-03T23:07:41.064Z] #49 12.76 + GO111MODULE=on [2020-11-03T23:07:41.064Z] #49 12.76 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-03T23:07:41.064Z] #49 14.24 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-03T23:07:41.064Z] #49 14.26 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-03T23:07:41.064Z] #49 14.36 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-03T23:07:41.064Z] #49 14.85 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-03T23:07:41.064Z] #49 14.85 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-03T23:07:41.064Z] #49 15.57 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-03T23:07:41.064Z] #49 16.72 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-03T23:07:41.064Z] #49 17.57 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-03T23:07:41.064Z] #49 19.10 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-03T23:07:41.064Z] #49 19.11 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-03T23:07:41.064Z] #49 19.21 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-03T23:07:41.064Z] #49 19.57 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-03T23:07:41.064Z] #49 20.73 runtime [2020-11-03T23:07:41.064Z] #49 20.78 runtime/cgo [2020-11-03T23:07:41.272Z] #36 2.379 -- The C compiler identification is GNU 8.3.0 [2020-11-03T23:07:41.272Z] #36 2.461 -- Check for working C compiler: /usr/bin/cc [2020-11-03T23:07:41.329Z] #49 ... [2020-11-03T23:07:41.329Z] [2020-11-03T23:07:41.329Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:07:41.329Z] #27 17.92 skipping existing 9a99313a2c50 [2020-11-03T23:07:41.329Z] #27 18.07 [2020-11-03T23:07:41.329Z] #27 19.48 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-03T23:07:41.329Z] #27 19.95 [2020-11-03T23:07:41.329Z] #27 20.30 ######################################################################## 100.0% [2020-11-03T23:07:41.329Z] #27 20.48 [2020-11-03T23:07:41.329Z] #27 21.38 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-03T23:07:41.329Z] #27 21.96 [2020-11-03T23:07:41.329Z] #27 22.09 ######################################################################## 100.0% [2020-11-03T23:07:41.329Z] #27 22.25 [2020-11-03T23:07:41.329Z] #27 22.61 Download of images into '/build' complete. [2020-11-03T23:07:41.329Z] #27 22.62 Use something like the following to load the result into a Docker daemon: [2020-11-03T23:07:41.329Z] #27 22.62 tar -cC '/build' . | docker load [2020-11-03T23:07:41.572Z] #36 ... [2020-11-03T23:07:41.572Z] [2020-11-03T23:07:41.572Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-03T23:07:41.572Z] #31 47.27 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-11-03T23:07:41.572Z] #31 47.47 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-03T23:07:41.572Z] #31 48.21 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-03T23:07:41.857Z] #54 136.4 + bin/containerd-shim-runc-v1 [2020-11-03T23:07:41.873Z] #31 ... [2020-11-03T23:07:41.873Z] [2020-11-03T23:07:41.873Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:07:41.873Z] #36 3.102 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-03T23:07:41.873Z] #36 3.106 -- Detecting C compiler ABI info [2020-11-03T23:07:42.457Z] #27 ... [2020-11-03T23:07:42.457Z] [2020-11-03T23:07:42.457Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:42.457Z] #47 13.69 go: downloading github.com/fatih/color v1.7.0 [2020-11-03T23:07:42.457Z] #47 13.78 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-03T23:07:42.457Z] #47 13.78 go: downloading github.com/pkg/errors v0.8.1 [2020-11-03T23:07:42.457Z] #47 13.81 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-03T23:07:42.457Z] #47 13.93 go: downloading github.com/spf13/viper v1.6.1 [2020-11-03T23:07:42.457Z] #47 13.97 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-03T23:07:42.457Z] #47 14.10 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-03T23:07:42.457Z] #47 14.13 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-03T23:07:42.457Z] #47 14.19 go: extracting github.com/pkg/errors v0.8.1 [2020-11-03T23:07:42.457Z] #47 14.26 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-03T23:07:42.457Z] #47 14.38 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-03T23:07:42.457Z] #47 14.48 go: extracting github.com/fatih/color v1.7.0 [2020-11-03T23:07:42.457Z] #47 14.60 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-03T23:07:42.457Z] #47 14.64 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-03T23:07:42.457Z] #47 14.70 go: extracting github.com/spf13/viper v1.6.1 [2020-11-03T23:07:42.457Z] #47 14.81 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-03T23:07:42.457Z] #47 14.81 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-03T23:07:42.457Z] #47 14.86 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-03T23:07:42.457Z] #47 14.97 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-03T23:07:42.457Z] #47 15.03 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-03T23:07:42.457Z] #47 15.07 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-03T23:07:42.457Z] #47 15.21 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-03T23:07:42.457Z] #47 15.37 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-03T23:07:42.457Z] #47 15.47 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-03T23:07:42.457Z] #47 15.52 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-03T23:07:42.457Z] #47 15.59 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-03T23:07:42.457Z] #47 15.82 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-03T23:07:42.457Z] #47 15.96 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-03T23:07:42.457Z] #47 15.97 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-03T23:07:42.457Z] #47 16.33 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-03T23:07:42.457Z] #47 16.64 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-03T23:07:42.457Z] #47 16.79 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-03T23:07:42.457Z] #47 16.90 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-03T23:07:42.457Z] #47 16.91 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-03T23:07:42.457Z] #47 17.07 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-03T23:07:42.457Z] #47 17.22 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-03T23:07:42.457Z] #47 17.51 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-03T23:07:42.457Z] #47 17.69 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-03T23:07:42.457Z] #47 17.87 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-03T23:07:42.457Z] #47 17.99 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-03T23:07:42.457Z] #47 18.07 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-03T23:07:42.457Z] #47 18.17 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-03T23:07:42.457Z] #47 18.35 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-03T23:07:42.457Z] #47 18.40 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-03T23:07:42.457Z] #47 18.42 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-03T23:07:42.457Z] #47 18.48 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-03T23:07:42.457Z] #47 20.81 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-03T23:07:42.457Z] #47 20.81 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-03T23:07:42.457Z] #47 20.81 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-03T23:07:42.457Z] #47 20.81 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-03T23:07:42.457Z] #47 20.83 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-03T23:07:42.457Z] #47 20.84 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-03T23:07:42.457Z] #47 21.12 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-03T23:07:42.457Z] #47 21.13 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-03T23:07:42.457Z] #47 21.16 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-03T23:07:42.457Z] #47 21.21 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-03T23:07:42.457Z] #47 21.26 go: downloading github.com/spf13/cast v1.3.0 [2020-11-03T23:07:42.457Z] #47 21.28 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-03T23:07:42.457Z] #47 21.42 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-03T23:07:42.457Z] #47 21.43 go: downloading golang.org/x/text v0.3.2 [2020-11-03T23:07:42.457Z] #47 21.43 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-03T23:07:42.457Z] #47 21.64 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-03T23:07:42.457Z] #47 21.65 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-03T23:07:42.457Z] #47 21.69 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-03T23:07:42.457Z] #47 21.70 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-03T23:07:42.457Z] #47 21.73 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-03T23:07:42.457Z] #47 21.89 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-03T23:07:42.457Z] #47 21.90 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-03T23:07:42.457Z] #47 21.91 go: downloading github.com/spf13/afero v1.1.2 [2020-11-03T23:07:42.457Z] #47 21.92 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-03T23:07:42.457Z] #47 21.93 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-03T23:07:42.457Z] #47 21.93 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-03T23:07:42.457Z] #47 21.93 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-03T23:07:42.457Z] #47 21.94 go: extracting github.com/spf13/cast v1.3.0 [2020-11-03T23:07:42.457Z] #47 21.97 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-03T23:07:42.457Z] #47 22.00 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-03T23:07:42.457Z] #47 22.23 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-03T23:07:42.457Z] #47 22.31 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-03T23:07:42.457Z] #47 23.38 go: extracting github.com/spf13/afero v1.1.2 [2020-11-03T23:07:42.457Z] #47 23.38 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-03T23:07:42.457Z] #47 23.42 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-03T23:07:42.457Z] #47 23.44 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-03T23:07:42.457Z] #47 23.45 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-03T23:07:42.457Z] #47 23.45 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-03T23:07:42.457Z] #47 23.45 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-03T23:07:42.457Z] #47 23.48 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-03T23:07:42.457Z] #47 23.51 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-03T23:07:42.457Z] #47 23.68 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-03T23:07:42.457Z] #47 23.68 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-03T23:07:42.457Z] #47 23.68 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-03T23:07:42.457Z] #47 23.69 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-03T23:07:42.457Z] #47 24.05 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-03T23:07:42.525Z] #36 3.833 -- Detecting C compiler ABI info - done [2020-11-03T23:07:42.525Z] #36 3.907 -- Detecting C compile features [2020-11-03T23:07:42.525Z] #36 ... [2020-11-03T23:07:42.525Z] [2020-11-03T23:07:42.525Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:42.525Z] #50 48.46 syscall [2020-11-03T23:07:42.525Z] #50 48.47 io [2020-11-03T23:07:42.525Z] #50 48.47 strconv [2020-11-03T23:07:42.525Z] #50 51.59 bytes [2020-11-03T23:07:42.525Z] #50 51.61 strings [2020-11-03T23:07:42.817Z] #47 24.29 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-03T23:07:42.817Z] #47 24.35 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-03T23:07:42.817Z] #47 24.38 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-03T23:07:42.823Z] #50 ... [2020-11-03T23:07:42.823Z] [2020-11-03T23:07:42.823Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:07:42.823Z] #12 58.07 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-03T23:07:42.823Z] #12 58.08 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-03T23:07:42.823Z] #12 58.10 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-03T23:07:43.082Z] #47 24.66 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-03T23:07:43.082Z] #47 24.72 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-03T23:07:43.082Z] #47 24.74 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-03T23:07:43.082Z] #47 24.77 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-03T23:07:43.082Z] #47 24.80 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-03T23:07:43.347Z] #47 25.02 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-03T23:07:43.347Z] #47 25.08 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-03T23:07:44.301Z] #47 25.97 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-03T23:07:44.301Z] #47 ... [2020-11-03T23:07:44.301Z] [2020-11-03T23:07:44.301Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:07:44.301Z] #34 15.92 Fetched 8219 kB in 11s (743 kB/s) [2020-11-03T23:07:44.301Z] #34 15.92 Reading package lists... [2020-11-03T23:07:44.580Z] #54 139.3 + bin/containerd-shim-runc-v2 [2020-11-03T23:07:45.054Z] #34 21.18 Reading package lists... [2020-11-03T23:07:45.054Z] #34 ... [2020-11-03T23:07:45.054Z] [2020-11-03T23:07:45.054Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:45.054Z] #47 26.08 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-03T23:07:45.054Z] #47 26.08 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-03T23:07:45.071Z] #9 DONE 5.7s [2020-11-03T23:07:45.071Z] [2020-11-03T23:07:45.071Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:07:45.071Z] #27 8.932 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-03T23:07:45.071Z] #27 9.046 [2020-11-03T23:07:45.071Z] #27 9.120 ######################################################################## 100.0% [2020-11-03T23:07:45.071Z] #27 9.154 [2020-11-03T23:07:45.071Z] #27 9.164 Download of images into '/build' complete. [2020-11-03T23:07:45.071Z] #27 9.164 Use something like the following to load the result into a Docker daemon: [2020-11-03T23:07:45.071Z] #27 9.164 tar -cC '/build' . | docker load [2020-11-03T23:07:45.071Z] #27 DONE 14.3s [2020-11-03T23:07:45.071Z] [2020-11-03T23:07:45.071Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-03T23:07:45.211Z] #54 139.9 + binaries [2020-11-03T23:07:45.211Z] #54 139.9 + install -D bin/containerd /build/containerd [2020-11-03T23:07:45.211Z] #54 140.0 + install -D bin/containerd-shim /build/containerd-shim [2020-11-03T23:07:45.211Z] #54 140.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-03T23:07:45.211Z] #54 140.0 + install -D bin/ctr /build/ctr [2020-11-03T23:07:45.482Z] #47 26.28 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-03T23:07:45.482Z] #47 26.88 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-03T23:07:45.746Z] #47 26.88 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-03T23:07:45.746Z] #47 26.97 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-03T23:07:45.746Z] #47 27.33 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-03T23:07:45.746Z] #47 ... [2020-11-03T23:07:45.746Z] [2020-11-03T23:07:45.746Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-03T23:07:45.746Z] #53 17.47 Fetched 8219 kB in 13s (654 kB/s) [2020-11-03T23:07:45.746Z] #53 17.47 Reading package lists... [2020-11-03T23:07:45.842Z] #54 DONE 140.6s [2020-11-03T23:07:46.009Z] #10 DONE 1.9s [2020-11-03T23:07:46.161Z] #53 22.75 Reading package lists... [2020-11-03T23:07:46.161Z] #53 ... [2020-11-03T23:07:46.161Z] [2020-11-03T23:07:46.161Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:07:46.161Z] #11 17.57 Fetched 8219 kB in 13s (636 kB/s) [2020-11-03T23:07:46.161Z] #11 17.57 Reading package lists... [2020-11-03T23:07:46.161Z] #11 22.66 Reading package lists... [2020-11-03T23:07:46.281Z] [2020-11-03T23:07:46.281Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-03T23:07:46.281Z] #29 DONE 0.1s [2020-11-03T23:07:46.281Z] [2020-11-03T23:07:46.281Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-03T23:07:46.281Z] #37 DONE 0.1s [2020-11-03T23:07:46.281Z] [2020-11-03T23:07:46.281Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-03T23:07:46.426Z] #11 27.76 Building dependency tree... [2020-11-03T23:07:46.426Z] #11 ... [2020-11-03T23:07:46.426Z] [2020-11-03T23:07:46.426Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:46.426Z] #47 27.49 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-03T23:07:46.473Z] [2020-11-03T23:07:46.473Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-03T23:07:46.763Z] #55 DONE 0.3s [2020-11-03T23:07:46.763Z] [2020-11-03T23:07:46.763Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-03T23:07:46.763Z] #59 DONE 0.2s [2020-11-03T23:07:47.053Z] [2020-11-03T23:07:47.053Z] #60 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-03T23:07:47.053Z] #60 DONE 0.2s [2020-11-03T23:07:47.053Z] [2020-11-03T23:07:47.053Z] #62 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-03T23:07:47.254Z] #47 28.23 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-03T23:07:47.254Z] #47 28.25 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-03T23:07:47.254Z] #47 28.31 go: extracting golang.org/x/text v0.3.2 [2020-11-03T23:07:47.254Z] #47 ... [2020-11-03T23:07:47.254Z] [2020-11-03T23:07:47.254Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:07:47.254Z] #40 18.52 Fetched 8219 kB in 13s (625 kB/s) [2020-11-03T23:07:47.254Z] #40 18.52 Reading package lists... [2020-11-03T23:07:47.254Z] #40 23.16 Reading package lists... [2020-11-03T23:07:47.254Z] #40 ... [2020-11-03T23:07:47.254Z] [2020-11-03T23:07:47.254Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:07:47.254Z] #34 21.18 Reading package lists... [2020-11-03T23:07:47.254Z] #34 27.19 Building dependency tree... [2020-11-03T23:07:47.343Z] #62 DONE 0.1s [2020-11-03T23:07:47.343Z] #12 ... [2020-11-03T23:07:47.343Z] [2020-11-03T23:07:47.343Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:07:47.343Z] #41 55.32 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-11-03T23:07:47.343Z] #41 55.32 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-03T23:07:47.343Z] #41 55.33 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-11-03T23:07:47.343Z] #41 55.33 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-11-03T23:07:47.343Z] #41 55.34 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-11-03T23:07:47.343Z] #41 55.35 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-03T23:07:47.343Z] #41 55.36 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-03T23:07:47.343Z] #41 55.36 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-11-03T23:07:47.343Z] #41 55.38 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-03T23:07:47.343Z] #41 55.39 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-03T23:07:47.343Z] #41 62.24 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-11-03T23:07:47.343Z] #41 62.25 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:07:47.343Z] #41 DONE 62.5s [2020-11-03T23:07:47.343Z] [2020-11-03T23:07:47.343Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:07:47.343Z] [2020-11-03T23:07:47.343Z] #63 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-03T23:07:47.343Z] #63 DONE 0.0s [2020-11-03T23:07:47.343Z] [2020-11-03T23:07:47.343Z] #64 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-03T23:07:47.974Z] #64 DONE 0.6s [2020-11-03T23:07:47.974Z] [2020-11-03T23:07:47.974Z] #66 exporting to image [2020-11-03T23:07:47.974Z] #66 exporting layers [2020-11-03T23:07:47.994Z] #42 ... [2020-11-03T23:07:47.994Z] [2020-11-03T23:07:47.994Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:07:47.994Z] #36 5.737 -- Detecting C compile features - done [2020-11-03T23:07:47.994Z] #36 5.763 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-03T23:07:47.994Z] #36 6.025 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-03T23:07:47.994Z] #36 6.150 -- Configuring done [2020-11-03T23:07:47.994Z] #36 6.167 -- Generating done [2020-11-03T23:07:47.994Z] #36 6.175 -- Build files have been written to: /tmp/tmp.NjjM2Twi5s/tini [2020-11-03T23:07:47.994Z] #36 6.180 + make tini-static [2020-11-03T23:07:47.994Z] #36 6.678 Scanning dependencies of target tini-static [2020-11-03T23:07:47.994Z] #36 6.732 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-03T23:07:47.994Z] #36 8.556 [100%] Linking C executable tini-static [2020-11-03T23:07:47.994Z] #36 9.180 [100%] Built target tini-static [2020-11-03T23:07:47.994Z] #36 9.248 + mkdir -p /build [2020-11-03T23:07:47.994Z] #36 9.259 + cp tini-static /build/docker-init [2020-11-03T23:07:47.994Z] #36 DONE 9.5s [2020-11-03T23:07:48.206Z] #34 29.47 The following additional packages will be installed: [2020-11-03T23:07:48.206Z] #34 29.47 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-03T23:07:48.206Z] #34 29.48 Suggested packages: [2020-11-03T23:07:48.206Z] #34 29.48 cmake-doc ninja-build lrzip [2020-11-03T23:07:48.206Z] #34 29.48 Recommended packages: [2020-11-03T23:07:48.206Z] #34 29.48 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-03T23:07:48.296Z] [2020-11-03T23:07:48.296Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:07:48.296Z] #42 1.578 Note: Building without setproctitle() and strlcpy() support. [2020-11-03T23:07:48.296Z] #42 1.615 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-03T23:07:48.296Z] #42 1.659 Note: Building without GnuTLS support [2020-11-03T23:07:48.296Z] #42 1.677 Makefile.config:39: Warn: you have no libnftables installed [2020-11-03T23:07:48.296Z] #42 1.677 Makefile.config:40: Warn: Building without nftables support [2020-11-03T23:07:49.160Z] #34 30.44 The following NEW packages will be installed: [2020-11-03T23:07:49.160Z] #34 30.44 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-03T23:07:49.160Z] #34 30.44 vim-common xxd [2020-11-03T23:07:49.515Z] #34 30.98 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:07:49.515Z] #34 30.98 Need to get 14.2 MB of archives. [2020-11-03T23:07:49.515Z] #34 30.98 After this operation, 60.0 MB of additional disk space will be used. [2020-11-03T23:07:49.515Z] #34 30.98 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-11-03T23:07:49.515Z] #34 31.03 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-03T23:07:49.782Z] #34 31.06 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2020-11-03T23:07:50.174Z] #34 31.64 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-11-03T23:07:50.407Z] #42 3.584 fatal: not a git repository (or any of the parent directories): .git [2020-11-03T23:07:50.407Z] #42 3.620 GEN .gitid [2020-11-03T23:07:50.407Z] #42 ... [2020-11-03T23:07:50.407Z] [2020-11-03T23:07:50.407Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:50.407Z] #33 56.06 bufio [2020-11-03T23:07:50.407Z] #33 56.59 reflect [2020-11-03T23:07:50.407Z] #33 59.06 path [2020-11-03T23:07:50.407Z] #33 61.43 text/tabwriter [2020-11-03T23:07:50.407Z] #33 65.40 internal/syscall/execenv [2020-11-03T23:07:50.407Z] #33 65.42 time [2020-11-03T23:07:50.407Z] #33 65.42 internal/syscall/unix [2020-11-03T23:07:50.407Z] #33 ... [2020-11-03T23:07:50.407Z] [2020-11-03T23:07:50.407Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:07:50.407Z] #42 3.648 GEN criu/include/version.h [2020-11-03T23:07:50.407Z] #42 3.702 GEN include/common/asm [2020-11-03T23:07:50.766Z] #66 exporting layers 2.4s done [2020-11-03T23:07:50.766Z] #66 writing image sha256:860756ed53b018966ae23f53d7b1c7674654ca9f61df414433ebb7caee6acb8c done [2020-11-03T23:07:50.766Z] #66 naming to docker.io/library/docker:94bcfbdcb127d303563f72e7cf500179256c8f56 done [2020-11-03T23:07:50.766Z] #66 DONE 2.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-03T23:07:51.195Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41604/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:94bcfbdcb127d303563f72e7cf500179256c8f56 hack/test/unit [2020-11-03T23:07:51.345Z] #34 ... [2020-11-03T23:07:51.345Z] [2020-11-03T23:07:51.345Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:51.345Z] #32 32.50 sync [2020-11-03T23:07:51.345Z] #32 32.51 internal/reflectlite [2020-11-03T23:07:51.571Z] #30 ... [2020-11-03T23:07:51.571Z] [2020-11-03T23:07:51.571Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:07:51.607Z] #32 ... [2020-11-03T23:07:51.607Z] [2020-11-03T23:07:51.607Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:51.607Z] #62 22.96 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-03T23:07:51.607Z] #62 ... [2020-11-03T23:07:51.607Z] [2020-11-03T23:07:51.607Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-03T23:07:51.607Z] #30 32.87 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-03T23:07:51.607Z] #30 32.98 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-03T23:07:51.831Z] #38 ... [2020-11-03T23:07:51.831Z] [2020-11-03T23:07:51.831Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:07:51.831Z] #40 5.675 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:07:51.831Z] #40 5.780 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:07:52.091Z] #40 5.917 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:07:52.351Z] #40 6.081 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-03T23:07:52.538Z] #42 5.558 PBCC images/timens.pb-c.c [2020-11-03T23:07:52.538Z] #42 5.618 DEP images/timens.pb-c.d [2020-11-03T23:07:52.538Z] #42 5.678 PBCC images/fown.pb-c.c [2020-11-03T23:07:52.538Z] #42 5.692 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-03T23:07:52.538Z] #42 5.840 PBCC images/opts.pb-c.c [2020-11-03T23:07:52.538Z] #42 5.875 PBCC images/memfd.pb-c.c [2020-11-03T23:07:52.538Z] #42 5.944 DEP images/fown.pb-c.d [2020-11-03T23:07:52.611Z] #40 ... [2020-11-03T23:07:52.611Z] [2020-11-03T23:07:52.611Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:52.611Z] #32 6.337 + RM_GOPATH=0 [2020-11-03T23:07:52.611Z] #32 6.337 + TMP_GOPATH= [2020-11-03T23:07:52.611Z] #32 6.337 + : /build [2020-11-03T23:07:52.611Z] #32 6.337 + '[' -z '' ']' [2020-11-03T23:07:52.611Z] #32 6.337 ++ mktemp -d [2020-11-03T23:07:52.611Z] #32 6.337 + export GOPATH=/tmp/tmp.VrMIWW2Szv [2020-11-03T23:07:52.611Z] #32 6.337 + GOPATH=/tmp/tmp.VrMIWW2Szv [2020-11-03T23:07:52.611Z] #32 6.337 + RM_GOPATH=1 [2020-11-03T23:07:52.611Z] #32 6.337 + case "$(go env GOARCH)" in [2020-11-03T23:07:52.611Z] #32 6.337 ++ go env GOARCH [2020-11-03T23:07:52.611Z] #32 6.349 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:52.611Z] #32 6.349 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:52.611Z] #32 6.350 ++ dirname /tmp/install/install.sh [2020-11-03T23:07:52.611Z] #32 6.351 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-03T23:07:52.611Z] #32 6.351 + dir=/tmp/install [2020-11-03T23:07:52.611Z] #32 6.351 + bin=tomlv [2020-11-03T23:07:52.611Z] #32 6.351 + shift [2020-11-03T23:07:52.611Z] #32 6.351 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-03T23:07:52.611Z] #32 6.351 + . /tmp/install/tomlv.installer [2020-11-03T23:07:52.611Z] #32 6.351 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-03T23:07:52.611Z] #32 6.351 + install_tomlv [2020-11-03T23:07:52.611Z] #32 6.351 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-03T23:07:52.611Z] #32 6.351 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.VrMIWW2Szv/src/github.com/BurntSushi/toml [2020-11-03T23:07:52.611Z] #32 6.373 Cloning into '/tmp/tmp.VrMIWW2Szv/src/github.com/BurntSushi/toml'... [2020-11-03T23:07:52.850Z] #42 6.000 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-03T23:07:52.850Z] #42 6.200 DEP images/opts.pb-c.d [2020-11-03T23:07:52.850Z] #42 6.236 DEP images/memfd.pb-c.d [2020-11-03T23:07:52.850Z] #42 6.292 PBCC images/sit.pb-c.c [2020-11-03T23:07:52.870Z] #32 ... [2020-11-03T23:07:52.870Z] [2020-11-03T23:07:52.870Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:52.870Z] #22 6.644 + RM_GOPATH=0 [2020-11-03T23:07:52.870Z] #22 6.644 + TMP_GOPATH= [2020-11-03T23:07:52.870Z] #22 6.644 + : /build [2020-11-03T23:07:52.870Z] #22 6.644 + '[' -z '' ']' [2020-11-03T23:07:52.870Z] #22 6.644 ++ mktemp -d [2020-11-03T23:07:52.870Z] #22 6.646 + export GOPATH=/tmp/tmp.o0RWKGRmYu [2020-11-03T23:07:52.870Z] #22 6.646 + GOPATH=/tmp/tmp.o0RWKGRmYu [2020-11-03T23:07:52.870Z] #22 6.646 + RM_GOPATH=1 [2020-11-03T23:07:52.870Z] #22 6.646 + case "$(go env GOARCH)" in [2020-11-03T23:07:52.870Z] #22 6.646 ++ go env GOARCH [2020-11-03T23:07:52.870Z] #22 6.680 Install docker/cli version 17.06.2-ce from stable [2020-11-03T23:07:52.870Z] #22 6.680 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:52.870Z] #22 6.680 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:52.870Z] #22 6.680 ++ dirname /tmp/install/install.sh [2020-11-03T23:07:52.870Z] #22 6.680 + dir=/tmp/install [2020-11-03T23:07:52.870Z] #22 6.680 + bin=dockercli [2020-11-03T23:07:52.870Z] #22 6.680 + shift [2020-11-03T23:07:52.870Z] #22 6.680 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-03T23:07:52.870Z] #22 6.680 + . /tmp/install/dockercli.installer [2020-11-03T23:07:52.870Z] #22 6.680 ++ : stable [2020-11-03T23:07:52.870Z] #22 6.680 ++ : 17.06.2-ce [2020-11-03T23:07:52.870Z] #22 6.680 + install_dockercli [2020-11-03T23:07:52.870Z] #22 6.680 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-03T23:07:52.870Z] #22 6.680 ++ uname -m [2020-11-03T23:07:52.870Z] #22 6.685 + arch=x86_64 [2020-11-03T23:07:52.870Z] #22 6.685 + '[' x86_64 '!=' x86_64 ']' [2020-11-03T23:07:52.870Z] #22 6.685 + url=https://download.docker.com/linux/static [2020-11-03T23:07:52.870Z] #22 6.685 + tar -xz docker/docker [2020-11-03T23:07:52.870Z] #22 6.701 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-11-03T23:07:53.149Z] #42 6.353 DEP images/sit.pb-c.d [2020-11-03T23:07:53.149Z] #42 6.410 PBCC images/macvlan.pb-c.c [2020-11-03T23:07:53.149Z] #42 6.442 DEP images/macvlan.pb-c.d [2020-11-03T23:07:53.149Z] #42 6.508 PBCC images/autofs.pb-c.c [2020-11-03T23:07:53.149Z] #42 6.531 DEP images/autofs.pb-c.d [2020-11-03T23:07:53.149Z] #42 6.611 PBCC images/sysctl.pb-c.c [2020-11-03T23:07:53.149Z] #42 ... [2020-11-03T23:07:53.149Z] [2020-11-03T23:07:53.149Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:53.149Z] #50 59.09 reflect [2020-11-03T23:07:53.149Z] #50 59.17 bufio [2020-11-03T23:07:53.149Z] #50 61.73 regexp/syntax [2020-11-03T23:07:53.149Z] #50 68.93 time [2020-11-03T23:07:53.260Z] ? github.com/docker/docker/api [no test files] [2020-11-03T23:07:53.441Z] #22 ... [2020-11-03T23:07:53.441Z] [2020-11-03T23:07:53.441Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:07:53.441Z] #38 7.334 + git clone https://github.com/docker/distribution.git . [2020-11-03T23:07:53.441Z] #38 7.334 Cloning into '.'... [2020-11-03T23:07:53.449Z] #50 ... [2020-11-03T23:07:53.449Z] [2020-11-03T23:07:53.449Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:07:53.449Z] #44 59.22 bufio [2020-11-03T23:07:53.449Z] #44 60.36 reflect [2020-11-03T23:07:53.449Z] #44 64.42 regexp/syntax [2020-11-03T23:07:53.449Z] #44 67.90 vendor/golang.org/x/text/transform [2020-11-03T23:07:53.449Z] #44 ... [2020-11-03T23:07:53.449Z] [2020-11-03T23:07:53.449Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:07:53.449Z] #42 6.626 DEP images/sysctl.pb-c.d [2020-11-03T23:07:53.449Z] #42 6.739 PBCC images/time.pb-c.c [2020-11-03T23:07:53.449Z] #42 6.761 DEP images/time.pb-c.d [2020-11-03T23:07:53.449Z] #42 6.833 PBCC images/binfmt-misc.pb-c.c [2020-11-03T23:07:53.449Z] #42 6.854 DEP images/binfmt-misc.pb-c.d [2020-11-03T23:07:53.747Z] #42 6.885 PBCC images/seccomp.pb-c.c [2020-11-03T23:07:53.748Z] #42 6.912 DEP images/seccomp.pb-c.d [2020-11-03T23:07:53.748Z] #42 6.992 PBCC images/userns.pb-c.c [2020-11-03T23:07:53.748Z] #42 7.011 DEP images/userns.pb-c.d [2020-11-03T23:07:53.748Z] #42 7.070 PBCC images/cgroup.pb-c.c [2020-11-03T23:07:53.748Z] #42 7.094 DEP images/cgroup.pb-c.d [2020-11-03T23:07:53.748Z] #42 7.209 PBCC images/ext-file.pb-c.c [2020-11-03T23:07:54.046Z] #42 7.219 DEP images/ext-file.pb-c.d [2020-11-03T23:07:54.046Z] #42 7.314 PBCC images/rpc.pb-c.c [2020-11-03T23:07:54.046Z] #42 7.386 DEP images/rpc.pb-c.d [2020-11-03T23:07:54.046Z] #42 7.456 PBCC images/siginfo.pb-c.c [2020-11-03T23:07:54.046Z] #42 7.468 DEP images/siginfo.pb-c.d [2020-11-03T23:07:54.046Z] #42 7.560 PBCC images/pagemap.pb-c.c [2020-11-03T23:07:54.344Z] #42 7.661 DEP images/pagemap.pb-c.d [2020-11-03T23:07:54.344Z] #42 7.752 PBCC images/rlimit.pb-c.c [2020-11-03T23:07:54.344Z] #42 7.761 DEP images/rlimit.pb-c.d [2020-11-03T23:07:54.643Z] #42 7.812 PBCC images/file-lock.pb-c.c [2020-11-03T23:07:54.643Z] #42 7.837 DEP images/file-lock.pb-c.d [2020-11-03T23:07:54.643Z] #42 7.902 PBCC images/tty.pb-c.c [2020-11-03T23:07:54.643Z] #42 7.956 DEP images/tty.pb-c.d [2020-11-03T23:07:54.643Z] #42 8.061 PBCC images/tun.pb-c.c [2020-11-03T23:07:54.943Z] #42 8.100 PBCC images/netdev.pb-c.c [2020-11-03T23:07:54.943Z] #42 8.183 DEP images/tun.pb-c.d [2020-11-03T23:07:54.943Z] #42 8.225 DEP images/netdev.pb-c.d [2020-11-03T23:07:54.943Z] #42 8.278 PBCC images/vma.pb-c.c [2020-11-03T23:07:54.943Z] #42 8.320 DEP images/vma.pb-c.d [2020-11-03T23:07:55.242Z] #42 8.385 PBCC images/creds.pb-c.c [2020-11-03T23:07:55.242Z] #42 8.420 DEP images/creds.pb-c.d [2020-11-03T23:07:55.242Z] #42 8.477 PBCC images/utsns.pb-c.c [2020-11-03T23:07:55.242Z] #42 8.495 DEP images/utsns.pb-c.d [2020-11-03T23:07:55.242Z] #42 8.549 PBCC images/ipc-desc.pb-c.c [2020-11-03T23:07:55.242Z] #42 8.577 PBCC images/ipc-sem.pb-c.c [2020-11-03T23:07:55.242Z] #42 8.600 DEP images/ipc-desc.pb-c.d [2020-11-03T23:07:55.242Z] #42 8.667 DEP images/ipc-sem.pb-c.d [2020-11-03T23:07:55.557Z] #42 8.731 PBCC images/ipc-msg.pb-c.c [2020-11-03T23:07:55.557Z] #42 8.809 DEP images/ipc-msg.pb-c.d [2020-11-03T23:07:55.557Z] #42 8.902 PBCC images/ipc-shm.pb-c.c [2020-11-03T23:07:55.557Z] #42 8.912 DEP images/ipc-shm.pb-c.d [2020-11-03T23:07:55.557Z] #42 8.950 PBCC images/ipc-var.pb-c.c [2020-11-03T23:07:55.557Z] #42 8.993 DEP images/ipc-var.pb-c.d [2020-11-03T23:07:55.857Z] #42 9.129 PBCC images/sk-opts.pb-c.c [2020-11-03T23:07:55.857Z] #42 ... [2020-11-03T23:07:55.857Z] [2020-11-03T23:07:55.857Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:55.857Z] #46 DONE 71.7s [2020-11-03T23:07:55.857Z] [2020-11-03T23:07:55.857Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:07:55.857Z] #42 9.150 PBCC images/packet-sock.pb-c.c [2020-11-03T23:07:55.857Z] #42 9.238 DEP images/sk-opts.pb-c.d [2020-11-03T23:07:56.157Z] #42 9.292 DEP images/packet-sock.pb-c.d [2020-11-03T23:07:56.157Z] #42 9.403 PBCC images/sk-netlink.pb-c.c [2020-11-03T23:07:56.157Z] #42 9.535 DEP images/sk-netlink.pb-c.d [2020-11-03T23:07:56.459Z] #42 9.599 PBCC images/sk-inet.pb-c.c [2020-11-03T23:07:56.459Z] #42 9.735 DEP images/sk-inet.pb-c.d [2020-11-03T23:07:56.493Z] Running on azwin-2-548740 in d:\jenkins\workspace\moby_PR-41604 [Pipeline] { [Pipeline] ws [2020-11-03T23:07:56.511Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-11-03T23:07:56.738Z] #38 ... [2020-11-03T23:07:56.739Z] [2020-11-03T23:07:56.739Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:07:56.739Z] #34 5.907 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:07:56.739Z] #34 5.925 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:07:56.739Z] #34 5.925 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:07:56.739Z] #34 6.429 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-03T23:07:56.739Z] #34 8.051 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB] [2020-11-03T23:07:56.739Z] #34 ... [2020-11-03T23:07:56.739Z] [2020-11-03T23:07:56.739Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:56.739Z] #45 7.050 + RM_GOPATH=0 [2020-11-03T23:07:56.739Z] #45 7.050 + TMP_GOPATH= [2020-11-03T23:07:56.739Z] #45 7.050 + : /build [2020-11-03T23:07:56.739Z] #45 7.050 + '[' -z '' ']' [2020-11-03T23:07:56.739Z] #45 7.050 ++ mktemp -d [2020-11-03T23:07:56.739Z] #45 7.055 + export GOPATH=/tmp/tmp.ZcKeyOdrwp [2020-11-03T23:07:56.739Z] #45 7.055 + GOPATH=/tmp/tmp.ZcKeyOdrwp [2020-11-03T23:07:56.739Z] #45 7.055 + RM_GOPATH=1 [2020-11-03T23:07:56.739Z] #45 7.055 + case "$(go env GOARCH)" in [2020-11-03T23:07:56.739Z] #45 7.055 ++ go env GOARCH [2020-11-03T23:07:56.739Z] #45 7.070 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:56.739Z] #45 7.070 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:56.739Z] #45 7.070 ++ dirname /tmp/install/install.sh [2020-11-03T23:07:56.739Z] #45 7.071 + dir=/tmp/install [2020-11-03T23:07:56.739Z] #45 7.104 + bin=gotestsum [2020-11-03T23:07:56.739Z] #45 7.104 + shift [2020-11-03T23:07:56.739Z] #45 7.104 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-03T23:07:56.739Z] #45 7.104 + . /tmp/install/gotestsum.installer [2020-11-03T23:07:56.739Z] #45 7.104 ++ : v0.5.3 [2020-11-03T23:07:56.739Z] #45 7.104 + install_gotestsum [2020-11-03T23:07:56.739Z] #45 7.113 + set -e [2020-11-03T23:07:56.739Z] #45 7.113 + export GO111MODULE=on [2020-11-03T23:07:56.739Z] #45 7.113 + GO111MODULE=on [2020-11-03T23:07:56.739Z] #45 7.113 + GOBIN=/build [2020-11-03T23:07:56.739Z] #45 7.113 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-03T23:07:56.739Z] #45 7.352 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-03T23:07:56.739Z] #45 7.352 go: finding gotest.tools v0.5.3 [2020-11-03T23:07:56.739Z] #45 8.369 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-03T23:07:56.739Z] #45 9.011 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-03T23:07:56.739Z] #45 ... [2020-11-03T23:07:56.739Z] [2020-11-03T23:07:56.739Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:07:56.739Z] #43 7.013 + RM_GOPATH=0 [2020-11-03T23:07:56.739Z] #43 7.013 + TMP_GOPATH= [2020-11-03T23:07:56.739Z] #43 7.013 + : /build [2020-11-03T23:07:56.739Z] #43 7.013 + '[' -z '' ']' [2020-11-03T23:07:56.739Z] #43 7.016 ++ mktemp -d [2020-11-03T23:07:56.739Z] #43 7.016 + export GOPATH=/tmp/tmp.1WL9Ad5t9o [2020-11-03T23:07:56.739Z] #43 7.016 + GOPATH=/tmp/tmp.1WL9Ad5t9o [2020-11-03T23:07:56.739Z] #43 7.016 + RM_GOPATH=1 [2020-11-03T23:07:56.739Z] #43 7.016 + case "$(go env GOARCH)" in [2020-11-03T23:07:56.739Z] #43 7.016 ++ go env GOARCH [2020-11-03T23:07:56.739Z] #43 7.032 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-03T23:07:56.739Z] #43 7.033 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:56.739Z] #43 7.033 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:56.739Z] #43 7.033 ++ dirname /tmp/install/install.sh [2020-11-03T23:07:56.739Z] #43 7.033 + dir=/tmp/install [2020-11-03T23:07:56.739Z] #43 7.033 + bin=vndr [2020-11-03T23:07:56.739Z] #43 7.033 + shift [2020-11-03T23:07:56.739Z] #43 7.033 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-03T23:07:56.739Z] #43 7.033 + . /tmp/install/vndr.installer [2020-11-03T23:07:56.739Z] #43 7.033 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-03T23:07:56.739Z] #43 7.033 + install_vndr [2020-11-03T23:07:56.739Z] #43 7.033 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-03T23:07:56.739Z] #43 7.033 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.1WL9Ad5t9o/src/github.com/LK4D4/vndr [2020-11-03T23:07:56.739Z] #43 7.033 Cloning into '/tmp/tmp.1WL9Ad5t9o/src/github.com/LK4D4/vndr'... [2020-11-03T23:07:56.739Z] #43 8.142 + cd /tmp/tmp.1WL9Ad5t9o/src/github.com/LK4D4/vndr [2020-11-03T23:07:56.739Z] #43 8.143 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-03T23:07:56.739Z] #43 8.153 + go build -buildmode=pie -v -o /build/vndr . [2020-11-03T23:07:56.739Z] #43 9.838 internal/bytealg [2020-11-03T23:07:56.739Z] #43 9.883 internal/race [2020-11-03T23:07:56.739Z] #43 9.978 sync/atomic [2020-11-03T23:07:56.739Z] #43 10.33 unicode [2020-11-03T23:07:56.739Z] #43 ... [2020-11-03T23:07:56.739Z] [2020-11-03T23:07:56.739Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-03T23:07:56.739Z] #53 6.772 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:07:56.739Z] #53 6.960 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:07:56.739Z] #53 6.960 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:07:56.739Z] #53 9.028 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-03T23:07:56.739Z] #53 ... [2020-11-03T23:07:56.739Z] [2020-11-03T23:07:56.739Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:56.739Z] #47 7.485 + RM_GOPATH=0 [2020-11-03T23:07:56.739Z] #47 7.485 + TMP_GOPATH= [2020-11-03T23:07:56.739Z] #47 7.485 + : /build [2020-11-03T23:07:56.739Z] #47 7.485 + '[' -z '' ']' [2020-11-03T23:07:56.739Z] #47 7.485 ++ mktemp -d [2020-11-03T23:07:56.739Z] #47 7.489 + export GOPATH=/tmp/tmp.liE7gBdF5D [2020-11-03T23:07:56.739Z] #47 7.489 + GOPATH=/tmp/tmp.liE7gBdF5D [2020-11-03T23:07:56.739Z] #47 7.489 + RM_GOPATH=1 [2020-11-03T23:07:56.739Z] #47 7.489 + case "$(go env GOARCH)" in [2020-11-03T23:07:56.739Z] #47 7.491 ++ go env GOARCH [2020-11-03T23:07:56.739Z] #47 7.592 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:56.739Z] #47 7.592 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:56.739Z] #47 7.592 ++ dirname /tmp/install/install.sh [2020-11-03T23:07:56.739Z] #47 7.623 + dir=/tmp/install [2020-11-03T23:07:56.739Z] #47 7.623 + bin=golangci_lint [2020-11-03T23:07:56.739Z] #47 7.623 + shift [2020-11-03T23:07:56.739Z] #47 7.623 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-03T23:07:56.739Z] #47 7.623 + . /tmp/install/golangci_lint.installer [2020-11-03T23:07:56.739Z] #47 7.623 ++ : v1.23.8 [2020-11-03T23:07:56.739Z] #47 7.623 + install_golangci_lint [2020-11-03T23:07:56.739Z] #47 7.623 + set -e [2020-11-03T23:07:56.739Z] #47 7.623 + export GO111MODULE=on [2020-11-03T23:07:56.739Z] #47 7.623 + GO111MODULE=on [2020-11-03T23:07:56.739Z] #47 7.623 + GOBIN=/build [2020-11-03T23:07:56.739Z] #47 7.623 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-03T23:07:56.739Z] #47 7.641 go: finding github.com v1.23.8 [2020-11-03T23:07:56.739Z] #47 7.657 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-03T23:07:56.739Z] #47 7.657 go: finding github.com/golangci v1.23.8 [2020-11-03T23:07:56.739Z] #47 7.657 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-03T23:07:56.739Z] #47 7.657 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-03T23:07:56.739Z] #47 9.182 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-03T23:07:56.739Z] #47 10.05 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-03T23:07:56.739Z] #47 ... [2020-11-03T23:07:56.739Z] [2020-11-03T23:07:56.739Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:56.739Z] #56 6.362 + RM_GOPATH=0 [2020-11-03T23:07:56.739Z] #56 6.362 + TMP_GOPATH= [2020-11-03T23:07:56.739Z] #56 6.362 + : /build [2020-11-03T23:07:56.739Z] #56 6.362 + '[' -z '' ']' [2020-11-03T23:07:56.739Z] #56 6.363 ++ mktemp -d [2020-11-03T23:07:56.739Z] #56 6.365 + export GOPATH=/tmp/tmp.2DYKX5jiUs [2020-11-03T23:07:56.739Z] #56 6.365 + GOPATH=/tmp/tmp.2DYKX5jiUs [2020-11-03T23:07:56.739Z] #56 6.365 + RM_GOPATH=1 [2020-11-03T23:07:56.739Z] #56 6.365 + case "$(go env GOARCH)" in [2020-11-03T23:07:56.739Z] #56 6.365 ++ go env GOARCH [2020-11-03T23:07:56.739Z] #56 6.415 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-03T23:07:56.739Z] #56 6.415 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:56.739Z] #56 6.415 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:56.739Z] #56 6.415 ++ dirname /tmp/install/install.sh [2020-11-03T23:07:56.739Z] #56 6.415 + dir=/tmp/install [2020-11-03T23:07:56.739Z] #56 6.415 + bin=rootlesskit [2020-11-03T23:07:56.739Z] #56 6.415 + shift [2020-11-03T23:07:56.739Z] #56 6.415 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-03T23:07:56.739Z] #56 6.415 + . /tmp/install/rootlesskit.installer [2020-11-03T23:07:56.739Z] #56 6.415 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-03T23:07:56.739Z] #56 6.415 + install_rootlesskit [2020-11-03T23:07:56.739Z] #56 6.415 + case "$1" in [2020-11-03T23:07:56.739Z] #56 6.415 + export CGO_ENABLED=0 [2020-11-03T23:07:56.739Z] #56 6.415 + CGO_ENABLED=0 [2020-11-03T23:07:56.739Z] #56 6.415 + _install_rootlesskit [2020-11-03T23:07:56.739Z] #56 6.415 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-11-03T23:07:56.739Z] #56 6.415 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.2DYKX5jiUs/src/github.com/rootless-containers/rootlesskit [2020-11-03T23:07:56.739Z] #56 6.415 Cloning into '/tmp/tmp.2DYKX5jiUs/src/github.com/rootless-containers/rootlesskit'... [2020-11-03T23:07:56.758Z] #42 9.843 PBCC images/sk-unix.pb-c.c [2020-11-03T23:07:56.758Z] #42 10.06 DEP images/sk-unix.pb-c.d [2020-11-03T23:07:56.758Z] #42 10.12 PBCC images/mm.pb-c.c [2020-11-03T23:07:56.758Z] #42 10.18 DEP images/mm.pb-c.d [2020-11-03T23:07:56.945Z] #30 ... [2020-11-03T23:07:56.945Z] [2020-11-03T23:07:56.945Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-03T23:07:56.945Z] #53 27.80 Building dependency tree... [2020-11-03T23:07:56.945Z] #53 30.08 The following additional packages will be installed: [2020-11-03T23:07:56.945Z] #53 30.09 libbtrfs0 [2020-11-03T23:07:56.945Z] #53 30.18 The following NEW packages will be installed: [2020-11-03T23:07:56.945Z] #53 30.18 libbtrfs-dev libbtrfs0 [2020-11-03T23:07:56.945Z] #53 30.71 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:07:56.945Z] #53 30.71 Need to get 119 kB of archives. [2020-11-03T23:07:56.945Z] #53 30.71 After this operation, 387 kB of additional disk space will be used. [2020-11-03T23:07:56.945Z] #53 30.71 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-11-03T23:07:56.945Z] #53 30.99 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-11-03T23:07:56.945Z] #53 32.94 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:07:56.945Z] #53 34.82 Fetched 119 kB in 1s (175 kB/s) [2020-11-03T23:07:56.945Z] #53 36.93 Selecting previously unselected package libbtrfs0. [2020-11-03T23:07:56.945Z] #53 36.95 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-11-03T23:07:56.945Z] #53 37.05 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2020-11-03T23:07:56.945Z] #53 37.45 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-03T23:07:56.945Z] #53 37.77 Selecting previously unselected package libbtrfs-dev. [2020-11-03T23:07:56.945Z] #53 37.77 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-11-03T23:07:56.945Z] #53 37.80 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-03T23:07:56.945Z] #53 ... [2020-11-03T23:07:56.945Z] [2020-11-03T23:07:56.945Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:07:56.945Z] #40 28.58 Building dependency tree... [2020-11-03T23:07:56.945Z] #40 30.90 The following additional packages will be installed: [2020-11-03T23:07:56.945Z] #40 30.90 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-03T23:07:56.945Z] #40 30.90 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-03T23:07:56.945Z] #40 30.91 Suggested packages: [2020-11-03T23:07:56.945Z] #40 30.91 manpages-dev python-setuptools [2020-11-03T23:07:56.945Z] #40 31.55 The following NEW packages will be installed: [2020-11-03T23:07:56.945Z] #40 31.55 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-03T23:07:56.945Z] #40 31.55 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-03T23:07:56.945Z] #40 31.56 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-03T23:07:56.945Z] #40 31.56 python-six zlib1g-dev [2020-11-03T23:07:56.945Z] #40 31.99 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:07:56.945Z] #40 31.99 Need to get 3798 kB of archives. [2020-11-03T23:07:56.945Z] #40 31.99 After this operation, 21.6 MB of additional disk space will be used. [2020-11-03T23:07:56.945Z] #40 31.99 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2020-11-03T23:07:56.945Z] #40 32.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-03T23:07:56.945Z] #40 32.00 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-03T23:07:56.945Z] #40 32.01 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-03T23:07:56.945Z] #40 32.02 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-03T23:07:56.945Z] #40 32.02 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-03T23:07:56.945Z] #40 32.03 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-03T23:07:56.946Z] #40 32.03 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-03T23:07:56.946Z] #40 32.05 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2020-11-03T23:07:56.946Z] #40 32.31 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2020-11-03T23:07:56.946Z] #40 32.31 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2020-11-03T23:07:56.946Z] #40 32.48 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2020-11-03T23:07:56.946Z] #40 32.81 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-03T23:07:56.946Z] #40 32.81 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-03T23:07:56.946Z] #40 32.82 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-03T23:07:56.946Z] #40 32.82 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2020-11-03T23:07:56.946Z] #40 32.82 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2020-11-03T23:07:56.946Z] #40 35.51 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:07:56.946Z] #40 36.69 Fetched 3798 kB in 1s (3255 kB/s) [2020-11-03T23:07:56.946Z] #40 37.44 Selecting previously unselected package libcap-dev:arm64. [2020-11-03T23:07:56.946Z] #40 37.44 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-11-03T23:07:56.946Z] #40 37.54 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2020-11-03T23:07:56.946Z] #40 37.59 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2020-11-03T23:07:56.946Z] #40 37.97 Selecting previously unselected package libnet1:arm64. [2020-11-03T23:07:56.946Z] #40 37.97 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-11-03T23:07:56.946Z] #40 ... [2020-11-03T23:07:56.946Z] [2020-11-03T23:07:56.946Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:56.946Z] #49 38.43 reflect [2020-11-03T23:07:56.946Z] #49 38.44 syscall [2020-11-03T23:07:56.946Z] #49 38.53 regexp/syntax [2020-11-03T23:07:56.946Z] #49 38.55 text/tabwriter [2020-11-03T23:07:56.946Z] #49 ... [2020-11-03T23:07:56.946Z] [2020-11-03T23:07:56.946Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:56.946Z] #47 28.59 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-03T23:07:56.946Z] #47 28.61 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-03T23:07:56.946Z] #47 28.64 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-03T23:07:56.946Z] #47 28.70 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-03T23:07:56.946Z] #47 28.71 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-03T23:07:56.946Z] #47 29.10 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-03T23:07:56.946Z] #47 29.13 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-03T23:07:56.946Z] #47 29.77 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-03T23:07:56.946Z] #47 29.99 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-03T23:07:56.946Z] #47 30.01 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-03T23:07:56.946Z] #47 30.10 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-03T23:07:56.946Z] #47 30.11 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-03T23:07:56.946Z] #47 30.12 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-03T23:07:56.946Z] #47 30.31 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-03T23:07:56.946Z] #47 30.68 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-03T23:07:56.946Z] #47 30.68 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-03T23:07:56.946Z] #47 30.94 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-03T23:07:56.946Z] #47 30.97 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-03T23:07:56.946Z] #47 31.14 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-03T23:07:56.946Z] #47 31.54 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-03T23:07:56.946Z] #47 31.56 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-03T23:07:56.946Z] #47 31.59 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-03T23:07:56.946Z] #47 31.65 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-03T23:07:56.946Z] #47 32.01 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-03T23:07:56.946Z] #47 32.30 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-03T23:07:56.946Z] #47 32.31 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-03T23:07:56.946Z] #47 32.34 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-03T23:07:56.946Z] #47 32.37 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-03T23:07:56.946Z] #47 32.76 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-03T23:07:56.946Z] #47 32.77 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-03T23:07:56.946Z] #47 34.03 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-03T23:07:56.946Z] #47 34.38 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-03T23:07:56.946Z] #47 34.83 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-03T23:07:56.946Z] #47 34.83 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-03T23:07:56.946Z] #47 34.83 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-03T23:07:56.946Z] #47 35.48 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-03T23:07:56.946Z] #47 35.49 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-03T23:07:56.946Z] #47 35.49 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-03T23:07:57.003Z] #56 ... [2020-11-03T23:07:57.003Z] [2020-11-03T23:07:57.003Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:07:57.003Z] #11 6.948 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:07:57.003Z] #11 7.015 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:07:57.003Z] #11 7.038 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:07:57.003Z] #11 9.042 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-03T23:07:57.061Z] #42 10.25 PBCC images/timerfd.pb-c.c [2020-11-03T23:07:57.061Z] #42 10.33 DEP images/timerfd.pb-c.d [2020-11-03T23:07:57.061Z] #42 10.45 PBCC images/timer.pb-c.c [2020-11-03T23:07:57.061Z] #42 10.47 DEP images/timer.pb-c.d [2020-11-03T23:07:57.210Z] #47 ... [2020-11-03T23:07:57.211Z] [2020-11-03T23:07:57.211Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:07:57.211Z] #11 27.76 Building dependency tree... [2020-11-03T23:07:57.211Z] #11 30.05 The following additional packages will be installed: [2020-11-03T23:07:57.211Z] #11 30.06 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-03T23:07:57.211Z] #11 30.06 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-03T23:07:57.211Z] #11 30.07 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-03T23:07:57.211Z] #11 30.07 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-03T23:07:57.211Z] #11 30.07 Suggested packages: [2020-11-03T23:07:57.211Z] #11 30.07 gcc-8-locales seccomp wine64 [2020-11-03T23:07:57.211Z] #11 30.79 The following NEW packages will be installed: [2020-11-03T23:07:57.211Z] #11 30.80 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-03T23:07:57.211Z] #11 30.80 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-03T23:07:57.211Z] #11 30.80 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-03T23:07:57.211Z] #11 30.80 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-03T23:07:57.211Z] #11 30.80 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-03T23:07:57.211Z] #11 30.80 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-03T23:07:57.211Z] #11 31.33 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:07:57.211Z] #11 31.33 Need to get 73.3 MB of archives. [2020-11-03T23:07:57.211Z] #11 31.33 After this operation, 472 MB of additional disk space will be used. [2020-11-03T23:07:57.211Z] #11 31.33 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-03T23:07:57.211Z] #11 32.01 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-03T23:07:57.211Z] #11 32.42 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-03T23:07:57.211Z] #11 32.48 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-03T23:07:57.211Z] #11 32.51 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2020-11-03T23:07:57.211Z] #11 32.79 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-03T23:07:57.211Z] #11 33.72 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-03T23:07:57.211Z] #11 34.37 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-03T23:07:57.211Z] #11 34.37 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-03T23:07:57.211Z] #11 38.62 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-03T23:07:57.211Z] #11 ... [2020-11-03T23:07:57.211Z] [2020-11-03T23:07:57.211Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-03T23:07:57.211Z] #27 DONE 39.7s [2020-11-03T23:07:57.211Z] [2020-11-03T23:07:57.211Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:57.211Z] #62 DONE 38.9s [2020-11-03T23:07:57.211Z] [2020-11-03T23:07:57.211Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:07:57.211Z] #40 38.61 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-03T23:07:57.263Z] #11 ... [2020-11-03T23:07:57.263Z] [2020-11-03T23:07:57.263Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:57.263Z] #62 7.570 + RM_GOPATH=0 [2020-11-03T23:07:57.263Z] #62 7.570 + TMP_GOPATH= [2020-11-03T23:07:57.263Z] #62 7.570 + : /build [2020-11-03T23:07:57.263Z] #62 7.570 + '[' -z '' ']' [2020-11-03T23:07:57.263Z] #62 7.570 ++ mktemp -d [2020-11-03T23:07:57.263Z] #62 7.570 + export GOPATH=/tmp/tmp.TEHvYwbrPz [2020-11-03T23:07:57.263Z] #62 7.570 + GOPATH=/tmp/tmp.TEHvYwbrPz [2020-11-03T23:07:57.263Z] #62 7.570 + RM_GOPATH=1 [2020-11-03T23:07:57.263Z] #62 7.570 + case "$(go env GOARCH)" in [2020-11-03T23:07:57.263Z] #62 7.572 ++ go env GOARCH [2020-11-03T23:07:57.263Z] #62 7.651 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:57.263Z] #62 7.651 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:57.263Z] #62 7.651 ++ dirname /tmp/install/install.sh [2020-11-03T23:07:57.263Z] #62 7.704 + dir=/tmp/install [2020-11-03T23:07:57.263Z] #62 7.704 + bin=proxy [2020-11-03T23:07:57.263Z] #62 7.704 + shift [2020-11-03T23:07:57.263Z] #62 7.704 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-03T23:07:57.263Z] #62 7.704 + . /tmp/install/proxy.installer [2020-11-03T23:07:57.263Z] #62 7.704 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-03T23:07:57.263Z] #62 7.704 + install_proxy [2020-11-03T23:07:57.263Z] #62 7.704 + case "$1" in [2020-11-03T23:07:57.263Z] #62 7.704 + export CGO_ENABLED=0 [2020-11-03T23:07:57.263Z] #62 7.704 + CGO_ENABLED=0 [2020-11-03T23:07:57.263Z] #62 7.704 + _install_proxy [2020-11-03T23:07:57.263Z] #62 7.704 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-03T23:07:57.263Z] #62 7.704 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.TEHvYwbrPz/src/github.com/docker/libnetwork [2020-11-03T23:07:57.263Z] #62 7.704 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-03T23:07:57.263Z] #62 7.712 Cloning into '/tmp/tmp.TEHvYwbrPz/src/github.com/docker/libnetwork'... [2020-11-03T23:07:57.263Z] #62 ... [2020-11-03T23:07:57.263Z] [2020-11-03T23:07:57.263Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:07:57.263Z] #49 7.696 + RM_GOPATH=0 [2020-11-03T23:07:57.263Z] #49 7.696 + TMP_GOPATH= [2020-11-03T23:07:57.263Z] #49 7.696 + : /build [2020-11-03T23:07:57.263Z] #49 7.696 + '[' -z '' ']' [2020-11-03T23:07:57.263Z] #49 7.696 ++ mktemp -d [2020-11-03T23:07:57.263Z] #49 7.712 + export GOPATH=/tmp/tmp.03gMv8bu8M [2020-11-03T23:07:57.263Z] #49 7.712 + GOPATH=/tmp/tmp.03gMv8bu8M [2020-11-03T23:07:57.263Z] #49 7.712 + RM_GOPATH=1 [2020-11-03T23:07:57.263Z] #49 7.712 + case "$(go env GOARCH)" in [2020-11-03T23:07:57.263Z] #49 7.712 ++ go env GOARCH [2020-11-03T23:07:57.263Z] #49 7.748 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:57.263Z] #49 7.748 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:07:57.263Z] #49 7.748 ++ dirname /tmp/install/install.sh [2020-11-03T23:07:57.263Z] #49 7.761 + dir=/tmp/install [2020-11-03T23:07:57.263Z] #49 7.761 + bin=shfmt [2020-11-03T23:07:57.263Z] #49 7.761 + shift [2020-11-03T23:07:57.263Z] #49 7.761 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-03T23:07:57.263Z] #49 7.761 + . /tmp/install/shfmt.installer [2020-11-03T23:07:57.263Z] #49 7.761 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-03T23:07:57.263Z] #49 7.761 + install_shfmt [2020-11-03T23:07:57.264Z] #49 7.761 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-03T23:07:57.264Z] #49 7.761 + git clone https://github.com/mvdan/sh.git /tmp/tmp.03gMv8bu8M/src/github.com/mvdan/sh [2020-11-03T23:07:57.264Z] #49 7.761 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-03T23:07:57.264Z] #49 7.840 Cloning into '/tmp/tmp.03gMv8bu8M/src/github.com/mvdan/sh'... [2020-11-03T23:07:57.364Z] #42 10.60 PBCC images/sa.pb-c.c [2020-11-03T23:07:57.364Z] #42 10.66 DEP images/sa.pb-c.d [2020-11-03T23:07:57.364Z] #42 10.69 PBCC images/pipe-data.pb-c.c [2020-11-03T23:07:57.364Z] #42 10.71 DEP images/pipe-data.pb-c.d [2020-11-03T23:07:57.364Z] #42 10.74 PBCC images/mnt.pb-c.c [2020-11-03T23:07:57.364Z] #42 10.79 DEP images/mnt.pb-c.d [2020-11-03T23:07:57.478Z] #40 39.03 Selecting previously unselected package libnet1-dev. [2020-11-03T23:07:57.478Z] #40 39.03 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2020-11-03T23:07:57.478Z] #40 39.04 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-03T23:07:57.524Z] #49 ... [2020-11-03T23:07:57.524Z] [2020-11-03T23:07:57.524Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:57.524Z] #45 10.73 go: downloading github.com/fatih/color v1.9.0 [2020-11-03T23:07:57.524Z] #45 10.74 go: downloading github.com/pkg/errors v0.9.1 [2020-11-03T23:07:57.524Z] #45 10.77 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-03T23:07:57.524Z] #45 10.81 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-03T23:07:57.524Z] #45 10.90 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-03T23:07:57.524Z] #45 10.92 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-03T23:07:57.524Z] #45 10.95 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-03T23:07:57.524Z] #45 11.20 go: extracting github.com/pkg/errors v0.9.1 [2020-11-03T23:07:57.524Z] #45 11.32 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-03T23:07:57.524Z] #45 11.34 go: extracting github.com/fatih/color v1.9.0 [2020-11-03T23:07:57.664Z] #42 10.83 PBCC images/sk-packet.pb-c.c [2020-11-03T23:07:57.664Z] #42 10.84 DEP images/sk-packet.pb-c.d [2020-11-03T23:07:57.664Z] #42 10.90 PBCC images/tcp-stream.pb-c.c [2020-11-03T23:07:57.664Z] #42 10.96 DEP images/tcp-stream.pb-c.d [2020-11-03T23:07:57.664Z] #42 10.99 PBCC images/pipe.pb-c.c [2020-11-03T23:07:57.664Z] #42 11.05 DEP images/pipe.pb-c.d [2020-11-03T23:07:57.664Z] #42 11.12 PBCC images/pstree.pb-c.c [2020-11-03T23:07:57.664Z] #42 11.14 DEP images/pstree.pb-c.d [2020-11-03T23:07:57.664Z] #42 11.15 PBCC images/fs.pb-c.c [2020-11-03T23:07:57.743Z] #40 39.45 Selecting previously unselected package libnl-3-200:arm64. [2020-11-03T23:07:57.743Z] #40 39.51 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2020-11-03T23:07:57.743Z] #40 39.51 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-11-03T23:07:57.784Z] #45 11.57 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-03T23:07:57.784Z] #45 11.60 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-03T23:07:57.784Z] #45 11.65 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-03T23:07:57.784Z] #45 11.69 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-03T23:07:57.964Z] #42 11.18 DEP images/fs.pb-c.d [2020-11-03T23:07:57.964Z] #42 11.26 PBCC images/signalfd.pb-c.c [2020-11-03T23:07:57.964Z] #42 11.32 DEP images/signalfd.pb-c.d [2020-11-03T23:07:57.964Z] #42 11.40 PBCC images/fh.pb-c.c [2020-11-03T23:07:58.044Z] #45 12.04 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-03T23:07:58.263Z] #42 11.46 PBCC images/fsnotify.pb-c.c [2020-11-03T23:07:58.263Z] #42 11.54 DEP images/fh.pb-c.d [2020-11-03T23:07:58.263Z] #42 11.57 DEP images/fsnotify.pb-c.d [2020-11-03T23:07:58.263Z] #42 11.62 PBCC images/eventpoll.pb-c.c [2020-11-03T23:07:58.263Z] #42 11.67 DEP images/eventpoll.pb-c.d [2020-11-03T23:07:58.304Z] #45 12.12 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-03T23:07:58.304Z] #45 12.30 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-03T23:07:58.328Z] #40 39.85 Selecting previously unselected package libnl-3-dev:arm64. [2020-11-03T23:07:58.328Z] #40 39.87 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2020-11-03T23:07:58.328Z] #40 39.92 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2020-11-03T23:07:58.328Z] #40 ... [2020-11-03T23:07:58.328Z] [2020-11-03T23:07:58.328Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-03T23:07:58.328Z] #53 39.07 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-03T23:07:58.328Z] #53 39.10 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-03T23:07:58.328Z] #53 39.22 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:07:58.328Z] #53 DONE 39.9s [2020-11-03T23:07:58.564Z] #42 11.73 PBCC images/eventfd.pb-c.c [2020-11-03T23:07:58.564Z] #42 11.75 DEP images/eventfd.pb-c.d [2020-11-03T23:07:58.564Z] #42 11.80 PBCC images/remap-file-path.pb-c.c [2020-11-03T23:07:58.564Z] #42 11.82 DEP images/remap-file-path.pb-c.d [2020-11-03T23:07:58.564Z] #42 11.92 PBCC images/fifo.pb-c.c [2020-11-03T23:07:58.564Z] #42 11.93 DEP images/fifo.pb-c.d [2020-11-03T23:07:58.564Z] #42 12.00 PBCC images/ghost-file.pb-c.c [2020-11-03T23:07:58.580Z] #45 12.54 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-03T23:07:58.580Z] #45 12.57 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-03T23:07:58.594Z] [2020-11-03T23:07:58.594Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:07:58.594Z] #47 39.73 go: finding github.com/fatih/color v1.7.0 [2020-11-03T23:07:58.594Z] #47 39.83 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-03T23:07:58.594Z] #47 39.83 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-03T23:07:58.594Z] #47 39.98 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-03T23:07:58.594Z] #47 40.08 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-03T23:07:58.594Z] #47 40.11 go: finding github.com/pkg/errors v0.8.1 [2020-11-03T23:07:58.594Z] #47 40.13 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-03T23:07:58.594Z] #47 40.15 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-03T23:07:58.594Z] #47 40.20 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-03T23:07:58.594Z] #47 40.22 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-03T23:07:58.864Z] #42 12.07 DEP images/ghost-file.pb-c.d [2020-11-03T23:07:58.864Z] #42 12.15 PBCC images/regfile.pb-c.c [2020-11-03T23:07:58.864Z] #42 12.22 DEP images/regfile.pb-c.d [2020-11-03T23:07:58.864Z] #42 12.31 PBCC images/ns.pb-c.c [2020-11-03T23:07:58.868Z] #47 40.49 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-03T23:07:58.868Z] #47 40.53 go: finding github.com/spf13/viper v1.6.1 [2020-11-03T23:07:58.868Z] #47 40.59 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-03T23:07:59.133Z] #47 40.64 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-03T23:07:59.133Z] #47 40.65 go: finding github.com/stretchr/testify v1.4.0 [2020-11-03T23:07:59.133Z] #47 40.70 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-03T23:07:59.133Z] #47 40.72 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-03T23:07:59.133Z] #47 40.73 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-03T23:07:59.133Z] #47 40.73 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-03T23:07:59.133Z] #47 40.85 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-03T23:07:59.133Z] #47 40.88 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-03T23:07:59.133Z] #47 40.94 go: finding github.com/spf13/cobra v0.0.5 [2020-11-03T23:07:59.164Z] #42 12.32 DEP images/ns.pb-c.d [2020-11-03T23:07:59.164Z] #42 12.37 PBCC images/fdinfo.pb-c.c [2020-11-03T23:07:59.164Z] #42 12.44 DEP images/fdinfo.pb-c.d [2020-11-03T23:07:59.164Z] #42 12.51 PBCC images/core-aarch64.pb-c.c [2020-11-03T23:07:59.164Z] #42 12.56 PBCC images/core-arm.pb-c.c [2020-11-03T23:07:59.164Z] #42 12.60 PBCC images/core-ppc64.pb-c.c [2020-11-03T23:07:59.164Z] #42 12.66 PBCC images/core-s390.pb-c.c [2020-11-03T23:07:59.399Z] #47 40.97 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-03T23:07:59.399Z] #47 40.98 go: finding github.com/gobwas/glob v0.2.3 [2020-11-03T23:07:59.399Z] #47 41.00 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-03T23:07:59.399Z] #47 41.00 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-03T23:07:59.399Z] #47 41.05 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-03T23:07:59.399Z] #47 41.06 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-03T23:07:59.399Z] #47 41.08 go: finding github.com/spf13/pflag v1.0.5 [2020-11-03T23:07:59.399Z] #47 41.10 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-03T23:07:59.399Z] #47 41.10 go: finding github.com/stretchr/objx v0.2.0 [2020-11-03T23:07:59.463Z] #42 12.75 PBCC images/core-x86.pb-c.c [2020-11-03T23:07:59.463Z] #42 12.86 PBCC images/core.pb-c.c [2020-11-03T23:07:59.463Z] #42 12.95 PBCC images/inventory.pb-c.c [2020-11-03T23:07:59.463Z] #42 ... [2020-11-03T23:07:59.463Z] [2020-11-03T23:07:59.463Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:07:59.463Z] #12 65.34 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-03T23:07:59.463Z] #12 65.39 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-11-03T23:07:59.463Z] #12 65.39 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:07:59.463Z] #12 65.54 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-03T23:07:59.463Z] #12 65.54 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-11-03T23:07:59.463Z] #12 65.55 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:07:59.664Z] #47 41.17 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-03T23:07:59.664Z] #47 41.18 go: finding github.com/magiconair/properties v1.8.1 [2020-11-03T23:07:59.664Z] #47 41.21 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-03T23:07:59.664Z] #47 41.23 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-03T23:07:59.664Z] #47 41.23 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-03T23:07:59.664Z] #47 41.23 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-03T23:07:59.664Z] #47 41.25 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-03T23:07:59.664Z] #47 41.28 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-03T23:07:59.664Z] #47 41.31 go: finding github.com/spf13/afero v1.1.2 [2020-11-03T23:07:59.664Z] #47 41.35 go: finding github.com/spf13/cast v1.3.0 [2020-11-03T23:07:59.664Z] #47 41.35 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-03T23:07:59.664Z] #47 41.38 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-03T23:07:59.664Z] #47 41.38 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-03T23:07:59.762Z] #12 ... [2020-11-03T23:07:59.762Z] [2020-11-03T23:07:59.762Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:07:59.762Z] #42 13.07 DEP images/core-aarch64.pb-c.d [2020-11-03T23:07:59.762Z] #42 13.15 DEP images/core-arm.pb-c.d [2020-11-03T23:07:59.937Z] #47 41.44 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-03T23:07:59.937Z] #47 41.51 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-03T23:07:59.937Z] #47 41.57 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-03T23:07:59.937Z] #47 41.59 go: finding golang.org/x/text v0.3.2 [2020-11-03T23:07:59.937Z] #47 41.62 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-03T23:07:59.937Z] #47 41.63 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-03T23:07:59.937Z] #47 ... [2020-11-03T23:07:59.937Z] [2020-11-03T23:07:59.937Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:07:59.937Z] #43 31.66 internal/reflectlite [2020-11-03T23:07:59.937Z] #43 31.67 sync [2020-11-03T23:07:59.937Z] #43 32.83 sort [2020-11-03T23:07:59.937Z] #43 32.83 errors [2020-11-03T23:07:59.937Z] #43 33.20 github.com/LK4D4/vndr/godl/singleflight [2020-11-03T23:07:59.937Z] #43 33.21 math/rand [2020-11-03T23:07:59.937Z] #43 33.35 io [2020-11-03T23:07:59.937Z] #43 33.42 strconv [2020-11-03T23:07:59.937Z] #43 33.77 internal/oserror [2020-11-03T23:07:59.937Z] #43 34.08 syscall [2020-11-03T23:07:59.937Z] #43 35.15 vendor/golang.org/x/net/dns/dnsmessage [2020-11-03T23:07:59.937Z] #43 35.16 bytes [2020-11-03T23:07:59.937Z] #43 36.59 reflect [2020-11-03T23:07:59.937Z] #43 37.12 bufio [2020-11-03T23:07:59.937Z] #43 38.41 regexp/syntax [2020-11-03T23:07:59.937Z] #43 40.16 hash/crc32 [2020-11-03T23:07:59.937Z] #43 41.39 vendor/golang.org/x/text/transform [2020-11-03T23:08:00.061Z] #42 13.24 DEP images/core-ppc64.pb-c.d [2020-11-03T23:08:00.061Z] #42 13.28 DEP images/core-s390.pb-c.d [2020-11-03T23:08:00.061Z] #42 13.38 DEP images/core-x86.pb-c.d [2020-11-03T23:08:00.061Z] #42 13.46 DEP images/core.pb-c.d [2020-11-03T23:08:00.226Z] #43 ... [2020-11-03T23:08:00.226Z] [2020-11-03T23:08:00.226Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:00.226Z] #47 41.80 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-03T23:08:00.226Z] #47 41.87 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-03T23:08:00.226Z] #47 41.87 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-03T23:08:00.226Z] #47 41.92 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-03T23:08:00.226Z] #47 41.92 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-03T23:08:00.226Z] #47 41.93 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-03T23:08:00.226Z] #47 41.96 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-03T23:08:00.226Z] #47 41.99 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-03T23:08:00.361Z] #42 13.56 DEP images/inventory.pb-c.d [2020-11-03T23:08:00.361Z] #42 13.63 PBCC images/cpuinfo.pb-c.c [2020-11-03T23:08:00.361Z] #42 13.71 DEP images/cpuinfo.pb-c.d [2020-11-03T23:08:00.361Z] #42 13.77 PBCC images/stats.pb-c.c [2020-11-03T23:08:00.491Z] #47 42.03 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-03T23:08:00.491Z] #47 42.06 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-03T23:08:00.491Z] #47 42.06 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-03T23:08:00.491Z] #47 42.07 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-03T23:08:00.491Z] #47 42.10 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-03T23:08:00.491Z] #47 42.10 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-03T23:08:00.491Z] #47 42.11 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-03T23:08:00.491Z] #47 42.16 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-03T23:08:00.662Z] #42 13.80 DEP images/stats.pb-c.d [2020-11-03T23:08:00.757Z] #47 42.31 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-03T23:08:00.757Z] #47 42.49 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-03T23:08:01.022Z] #47 42.67 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-03T23:08:01.675Z] #47 43.00 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-03T23:08:01.675Z] #47 43.04 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-03T23:08:01.675Z] #47 43.04 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-03T23:08:01.675Z] #47 43.19 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-03T23:08:01.675Z] #47 43.43 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-03T23:08:01.675Z] #47 ... [2020-11-03T23:08:01.675Z] [2020-11-03T23:08:01.675Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:08:01.675Z] #34 33.36 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB] [2020-11-03T23:08:01.675Z] #34 33.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2020-11-03T23:08:01.675Z] #34 33.52 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2020-11-03T23:08:01.675Z] #34 33.53 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2020-11-03T23:08:01.675Z] #34 33.56 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2020-11-03T23:08:01.675Z] #34 33.61 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2020-11-03T23:08:01.675Z] #34 35.52 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:08:01.675Z] #34 36.59 Fetched 14.2 MB in 3s (4227 kB/s) [2020-11-03T23:08:01.675Z] #34 36.97 Selecting previously unselected package xxd. [2020-11-03T23:08:01.676Z] #34 36.97 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-11-03T23:08:01.676Z] #34 37.07 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-11-03T23:08:01.676Z] #34 37.23 Unpacking xxd (2:8.1.0875-5) ... [2020-11-03T23:08:01.676Z] #34 37.65 Selecting previously unselected package vim-common. [2020-11-03T23:08:01.676Z] #34 37.65 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-03T23:08:01.676Z] #34 37.69 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-03T23:08:01.676Z] #34 39.07 Selecting previously unselected package cmake-data. [2020-11-03T23:08:01.676Z] #34 39.07 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-03T23:08:01.676Z] #34 39.10 Unpacking cmake-data (3.13.4-1) ... [2020-11-03T23:08:01.722Z] ok github.com/docker/docker/api/server 0.002s coverage: 9.0% of statements [2020-11-03T23:08:01.876Z] #45 15.63 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-03T23:08:01.940Z] #34 ... [2020-11-03T23:08:01.940Z] [2020-11-03T23:08:01.940Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:08:01.940Z] #11 40.63 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2020-11-03T23:08:01.940Z] #11 40.63 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2020-11-03T23:08:01.940Z] #11 40.65 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-11-03T23:08:01.940Z] #11 40.65 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-11-03T23:08:01.940Z] #11 40.65 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-03T23:08:01.940Z] #11 40.65 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u4 [110 kB] [2020-11-03T23:08:01.940Z] #11 40.67 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2020-11-03T23:08:01.940Z] #11 40.69 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2020-11-03T23:08:01.940Z] #11 40.70 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2020-11-03T23:08:01.940Z] #11 40.71 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2020-11-03T23:08:01.940Z] #11 40.73 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2020-11-03T23:08:01.940Z] #11 40.77 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2020-11-03T23:08:01.940Z] #11 40.78 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-03T23:08:01.940Z] #11 40.78 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2020-11-03T23:08:01.940Z] #11 40.78 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u4 [322 kB] [2020-11-03T23:08:01.940Z] #11 42.47 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:08:01.940Z] #11 42.64 Fetched 73.3 MB in 10s (7446 kB/s) [2020-11-03T23:08:01.940Z] #11 42.82 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-03T23:08:01.940Z] #11 42.82 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-11-03T23:08:01.940Z] #11 42.95 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2020-11-03T23:08:01.940Z] #11 42.99 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-03T23:08:02.206Z] #11 ... [2020-11-03T23:08:02.206Z] [2020-11-03T23:08:02.206Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:02.206Z] #32 33.73 io [2020-11-03T23:08:02.206Z] #32 33.74 internal/oserror [2020-11-03T23:08:02.206Z] #32 33.75 sort [2020-11-03T23:08:02.206Z] #32 33.76 strconv [2020-11-03T23:08:02.206Z] #32 34.09 syscall [2020-11-03T23:08:02.206Z] #32 35.13 strings [2020-11-03T23:08:02.206Z] #32 35.46 bytes [2020-11-03T23:08:02.206Z] #32 37.10 reflect [2020-11-03T23:08:02.206Z] #32 37.55 bufio [2020-11-03T23:08:02.206Z] #32 37.98 path [2020-11-03T23:08:02.206Z] #32 38.95 text/tabwriter [2020-11-03T23:08:02.206Z] #32 42.69 internal/syscall/execenv [2020-11-03T23:08:02.206Z] #32 42.72 internal/syscall/unix [2020-11-03T23:08:02.206Z] #32 42.74 time [2020-11-03T23:08:02.206Z] #32 ... [2020-11-03T23:08:02.206Z] [2020-11-03T23:08:02.206Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:08:02.206Z] #40 40.32 Selecting previously unselected package libprotobuf-c1:arm64. [2020-11-03T23:08:02.206Z] #40 40.32 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-11-03T23:08:02.206Z] #40 40.33 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-03T23:08:02.206Z] #40 40.59 Selecting previously unselected package libprotobuf-c-dev:arm64. [2020-11-03T23:08:02.206Z] #40 40.60 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2020-11-03T23:08:02.206Z] #40 40.60 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-11-03T23:08:02.206Z] #40 40.80 Selecting previously unselected package zlib1g-dev:arm64. [2020-11-03T23:08:02.206Z] #40 40.81 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2020-11-03T23:08:02.206Z] #40 40.82 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-11-03T23:08:02.206Z] #40 41.17 Selecting previously unselected package libprotobuf17:arm64. [2020-11-03T23:08:02.206Z] #40 41.17 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2020-11-03T23:08:02.206Z] #40 41.18 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2020-11-03T23:08:02.206Z] #40 42.13 Selecting previously unselected package libprotobuf-lite17:arm64. [2020-11-03T23:08:02.206Z] #40 42.13 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2020-11-03T23:08:02.206Z] #40 42.14 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-11-03T23:08:02.206Z] #40 42.41 Selecting previously unselected package libprotobuf-dev:arm64. [2020-11-03T23:08:02.206Z] #40 42.43 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2020-11-03T23:08:02.206Z] #40 42.44 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-11-03T23:08:02.206Z] #40 43.79 Selecting previously unselected package libprotoc17:arm64. [2020-11-03T23:08:02.206Z] #40 43.79 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2020-11-03T23:08:02.206Z] #40 43.80 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2020-11-03T23:08:02.207Z] #42 15.62 make[1]: Nothing to be done for 'all'. [2020-11-03T23:08:03.016Z] #40 44.60 Selecting previously unselected package protobuf-c-compiler. [2020-11-03T23:08:03.016Z] #40 44.66 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2020-11-03T23:08:03.016Z] #40 44.68 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-03T23:08:03.289Z] #40 44.90 Selecting previously unselected package protobuf-compiler. [2020-11-03T23:08:03.289Z] #40 44.92 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2020-11-03T23:08:03.289Z] #40 44.95 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-03T23:08:03.583Z] #40 ... [2020-11-03T23:08:03.583Z] [2020-11-03T23:08:03.583Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:08:03.583Z] #34 45.35 Selecting previously unselected package libicu63:arm64. [2020-11-03T23:08:03.757Z] #42 17.19 CC images/stats.o [2020-11-03T23:08:03.782Z] #45 17.14 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-03T23:08:03.782Z] #45 ... [2020-11-03T23:08:03.782Z] [2020-11-03T23:08:03.782Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-03T23:08:03.782Z] #30 7.262 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-03T23:08:03.782Z] #30 7.270 Cloning into '.'... [2020-11-03T23:08:03.782Z] #30 ... [2020-11-03T23:08:03.782Z] [2020-11-03T23:08:03.782Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:03.782Z] #32 7.462 + cd /tmp/tmp.VrMIWW2Szv/src/github.com/BurntSushi/toml [2020-11-03T23:08:03.782Z] #32 7.462 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-03T23:08:03.782Z] #32 7.473 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-03T23:08:03.782Z] #32 8.742 internal/cpu [2020-11-03T23:08:03.782Z] #32 8.781 runtime/internal/atomic [2020-11-03T23:08:03.783Z] #32 9.152 runtime/internal/sys [2020-11-03T23:08:03.783Z] #32 9.493 runtime/internal/math [2020-11-03T23:08:03.783Z] #32 9.679 internal/bytealg [2020-11-03T23:08:03.783Z] #32 9.882 math/bits [2020-11-03T23:08:03.783Z] #32 11.04 runtime [2020-11-03T23:08:03.783Z] #32 11.22 math [2020-11-03T23:08:03.783Z] #32 17.28 internal/testlog [2020-11-03T23:08:03.783Z] #32 ... [2020-11-03T23:08:03.783Z] [2020-11-03T23:08:03.783Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:08:03.783Z] #40 7.741 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB] [2020-11-03T23:08:03.783Z] #40 11.64 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-03T23:08:03.868Z] #34 45.36 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-11-03T23:08:03.868Z] #34 45.38 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-03T23:08:04.041Z] #40 ... [2020-11-03T23:08:04.041Z] [2020-11-03T23:08:04.041Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:04.041Z] #32 17.81 encoding [2020-11-03T23:08:04.301Z] #32 17.98 runtime/cgo [2020-11-03T23:08:04.403Z] #42 17.64 CC images/core.o [2020-11-03T23:08:05.052Z] #42 18.47 CC images/core-x86.o [2020-11-03T23:08:05.382Z] #34 ... [2020-11-03T23:08:05.382Z] [2020-11-03T23:08:05.383Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:05.383Z] #45 DONE 46.8s [2020-11-03T23:08:05.383Z] [2020-11-03T23:08:05.383Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:08:05.383Z] #11 46.89 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-03T23:08:05.383Z] #11 46.90 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2020-11-03T23:08:05.383Z] #11 46.92 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-03T23:08:05.705Z] #42 ... [2020-11-03T23:08:05.705Z] [2020-11-03T23:08:05.705Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:06.321Z] #55 44.90 Checking out files: 54% (1882/3430) Checking out files: 55% (1887/3430) Checking out files: 56% (1921/3430) Checking out files: 57% (1956/3430) Checking out files: 58% (1990/3430) Checking out files: 59% (2024/3430) Checking out files: 60% (2058/3430) Checking out files: 61% (2093/3430) Checking out files: 62% (2127/3430) Checking out files: 63% (2161/3430) Checking out files: 64% (2196/3430) Checking out files: 65% (2230/3430) Checking out files: 66% (2264/3430) Checking out files: 67% (2299/3430) Checking out files: 68% (2333/3430) Checking out files: 69% (2367/3430) Checking out files: 70% (2401/3430) Checking out files: 71% (2436/3430) Checking out files: 72% (2470/3430) Checking out files: 73% (2504/3430) Checking out files: 74% (2539/3430) Checking out files: 75% (2573/3430) Checking out files: 76% (2607/3430) Checking out files: 77% (2642/3430) Checking out files: 78% (2676/3430) Checking out files: 79% (2710/3430) Checking out files: 80% (2744/3430) Checking out files: 81% (2779/3430) [2020-11-03T23:08:06.321Z] #55 ... [2020-11-03T23:08:06.321Z] [2020-11-03T23:08:06.321Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:06.321Z] #44 71.97 time [2020-11-03T23:08:06.321Z] #44 76.85 regexp [2020-11-03T23:08:06.321Z] #44 ... [2020-11-03T23:08:06.321Z] [2020-11-03T23:08:06.321Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:06.921Z] #55 44.90 Checking out files: 54% (1882/3430) Checking out files: 55% (1887/3430) Checking out files: 56% (1921/3430) Checking out files: 57% (1956/3430) Checking out files: 58% (1990/3430) Checking out files: 59% (2024/3430) Checking out files: 60% (2058/3430) Checking out files: 61% (2093/3430) Checking out files: 62% (2127/3430) Checking out files: 63% (2161/3430) Checking out files: 64% (2196/3430) Checking out files: 65% (2230/3430) Checking out files: 66% (2264/3430) Checking out files: 67% (2299/3430) Checking out files: 68% (2333/3430) Checking out files: 69% (2367/3430) Checking out files: 70% (2401/3430) Checking out files: 71% (2436/3430) Checking out files: 72% (2470/3430) Checking out files: 73% (2504/3430) Checking out files: 74% (2539/3430) Checking out files: 75% (2573/3430) Checking out files: 76% (2607/3430) Checking out files: 77% (2642/3430) Checking out files: 78% (2676/3430) Checking out files: 79% (2710/3430) Checking out files: 80% (2744/3430) Checking out files: 81% (2779/3430) Checking out files: 82% (2813/3430) Checking out files: 83% (2847/3430) Checking out files: 84% (2882/3430) Checking out files: 85% (2916/3430) Checking out files: 86% (2950/3430) Checking out files: 87% (2985/3430) Checking out files: 88% (3019/3430) Checking out files: 89% (3053/3430) Checking out files: 90% (3087/3430) Checking out files: 91% (3122/3430) Checking out files: 91% (3155/3430) Checking out files: 92% (3156/3430) Checking out files: 93% (3190/3430) Checking out files: 94% (3225/3430) Checking out files: 95% (3259/3430) Checking out files: 96% (3293/3430) Checking out files: 97% (3328/3430) Checking out files: 98% (3362/3430) Checking out files: 99% (3396/3430) Checking out files: 100% (3430/3430) Checking out files: 100% (3430/3430), done. [2020-11-03T23:08:06.921Z] #55 46.17 + cd /tmp/tmp.cDOlCqjzXI/src/github.com/containerd/containerd [2020-11-03T23:08:06.921Z] #55 46.17 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-03T23:08:06.921Z] #55 ... [2020-11-03T23:08:06.921Z] [2020-11-03T23:08:06.921Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:06.921Z] #33 72.75 internal/poll [2020-11-03T23:08:06.921Z] #33 74.71 os [2020-11-03T23:08:06.921Z] #33 77.62 internal/fmtsort [2020-11-03T23:08:06.921Z] #33 78.43 path/filepath [2020-11-03T23:08:06.921Z] #33 78.44 fmt [2020-11-03T23:08:06.921Z] #33 80.44 io/ioutil [2020-11-03T23:08:06.921Z] #33 82.68 log [2020-11-03T23:08:06.921Z] #33 82.70 github.com/BurntSushi/toml [2020-11-03T23:08:06.921Z] #33 82.73 flag [2020-11-03T23:08:07.223Z] #33 ... [2020-11-03T23:08:07.224Z] [2020-11-03T23:08:07.224Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:07.224Z] #44 82.91 os/exec [2020-11-03T23:08:07.224Z] #44 82.98 net [2020-11-03T23:08:07.596Z] #32 ... [2020-11-03T23:08:07.596Z] [2020-11-03T23:08:07.596Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:07.596Z] #22 19.93 + mkdir -p /build [2020-11-03T23:08:07.596Z] #22 19.93 + mv docker/docker /build/ [2020-11-03T23:08:07.596Z] #22 19.94 + rmdir docker [2020-11-03T23:08:07.596Z] #22 DONE 21.0s [2020-11-03T23:08:07.596Z] [2020-11-03T23:08:07.596Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:07.596Z] #47 18.93 go: downloading github.com/pkg/errors v0.8.1 [2020-11-03T23:08:07.596Z] #47 19.00 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-03T23:08:07.596Z] #47 19.05 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-03T23:08:07.596Z] #47 19.07 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-03T23:08:07.596Z] #47 19.18 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-03T23:08:07.596Z] #47 19.28 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-03T23:08:07.596Z] #47 19.28 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-03T23:08:07.596Z] #47 19.33 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-03T23:08:07.596Z] #47 19.51 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-03T23:08:07.596Z] #47 19.55 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-03T23:08:07.596Z] #47 19.66 go: extracting github.com/pkg/errors v0.8.1 [2020-11-03T23:08:07.596Z] #47 19.73 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-03T23:08:07.596Z] #47 19.75 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-03T23:08:07.596Z] #47 20.03 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-03T23:08:07.596Z] #47 20.17 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-03T23:08:07.596Z] #47 20.47 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-03T23:08:07.596Z] #47 20.70 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-03T23:08:07.596Z] #47 20.99 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-03T23:08:07.596Z] #47 21.10 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-03T23:08:07.596Z] #47 ... [2020-11-03T23:08:07.596Z] [2020-11-03T23:08:07.596Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:07.596Z] #43 11.50 runtime [2020-11-03T23:08:07.596Z] #43 14.90 unicode/utf8 [2020-11-03T23:08:07.596Z] #43 15.71 math [2020-11-03T23:08:07.596Z] #43 20.96 unicode/utf16 [2020-11-03T23:08:07.855Z] #43 21.65 container/list [2020-11-03T23:08:07.855Z] #43 ... [2020-11-03T23:08:07.855Z] [2020-11-03T23:08:07.855Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:08:07.855Z] #34 11.63 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-03T23:08:07.855Z] #34 ... [2020-11-03T23:08:07.855Z] [2020-11-03T23:08:07.855Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:07.855Z] #47 21.78 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-03T23:08:08.114Z] #47 ... [2020-11-03T23:08:08.114Z] [2020-11-03T23:08:08.114Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:08:08.114Z] #11 11.96 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB] [2020-11-03T23:08:08.114Z] #11 14.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-03T23:08:08.281Z] #44 ... [2020-11-03T23:08:08.281Z] [2020-11-03T23:08:08.281Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:08.281Z] #50 74.04 regexp [2020-11-03T23:08:08.281Z] #50 80.20 path/filepath [2020-11-03T23:08:08.281Z] #50 80.20 mvdan.cc/sh/v3/fileutil [2020-11-03T23:08:08.281Z] #50 83.01 encoding/binary [2020-11-03T23:08:08.281Z] #50 83.02 flag [2020-11-03T23:08:08.281Z] #50 83.02 github.com/pkg/diff [2020-11-03T23:08:08.281Z] #50 83.02 go/token [2020-11-03T23:08:08.281Z] #50 ... [2020-11-03T23:08:08.281Z] [2020-11-03T23:08:08.281Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:08.281Z] #55 47.54 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-03T23:08:08.281Z] #55 47.54 + BUILDTAGS='netgo osusergo static_build' [2020-11-03T23:08:08.281Z] #55 47.54 + export EXTRA_FLAGS=-buildmode=pie [2020-11-03T23:08:08.281Z] #55 47.54 + EXTRA_FLAGS=-buildmode=pie [2020-11-03T23:08:08.281Z] #55 47.54 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-03T23:08:08.281Z] #55 47.54 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-03T23:08:08.281Z] #55 47.54 + '[' '' = dynamic ']' [2020-11-03T23:08:08.281Z] #55 47.54 + make [2020-11-03T23:08:08.374Z] #11 ... [2020-11-03T23:08:08.374Z] [2020-11-03T23:08:08.374Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-03T23:08:08.374Z] #53 11.93 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB] [2020-11-03T23:08:08.374Z] #53 14.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-03T23:08:08.374Z] #53 ... [2020-11-03T23:08:08.374Z] [2020-11-03T23:08:08.374Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:08.374Z] #47 22.18 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-03T23:08:08.374Z] #47 22.19 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-03T23:08:08.374Z] #47 22.19 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-03T23:08:08.714Z] #11 ... [2020-11-03T23:08:08.714Z] [2020-11-03T23:08:08.714Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:08.714Z] #54 2.418 + RM_GOPATH=0 [2020-11-03T23:08:08.714Z] #54 2.418 + TMP_GOPATH= [2020-11-03T23:08:08.714Z] #54 2.418 + : /build [2020-11-03T23:08:08.714Z] #54 2.418 + '[' -z '' ']' [2020-11-03T23:08:08.714Z] #54 2.420 ++ mktemp -d [2020-11-03T23:08:08.714Z] #54 2.422 + export GOPATH=/tmp/tmp.1EUpUsMcRo [2020-11-03T23:08:08.714Z] #54 2.422 + GOPATH=/tmp/tmp.1EUpUsMcRo [2020-11-03T23:08:08.714Z] #54 2.422 + RM_GOPATH=1 [2020-11-03T23:08:08.714Z] #54 2.422 + case "$(go env GOARCH)" in [2020-11-03T23:08:08.714Z] #54 2.423 ++ go env GOARCH [2020-11-03T23:08:08.714Z] #54 2.428 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:08:08.714Z] #54 2.428 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:08:08.714Z] #54 2.430 ++ dirname /tmp/install/install.sh [2020-11-03T23:08:08.714Z] #54 2.431 + dir=/tmp/install [2020-11-03T23:08:08.714Z] #54 2.431 + bin=containerd [2020-11-03T23:08:08.714Z] #54 2.431 + shift [2020-11-03T23:08:08.714Z] #54 2.431 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-03T23:08:08.714Z] #54 2.431 + . /tmp/install/containerd.installer [2020-11-03T23:08:08.714Z] #54 2.431 ++ set -e [2020-11-03T23:08:08.714Z] #54 2.431 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-03T23:08:08.714Z] #54 2.431 + install_containerd [2020-11-03T23:08:08.714Z] #54 2.432 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-03T23:08:08.714Z] #54 2.432 + git clone https://github.com/containerd/containerd.git /tmp/tmp.1EUpUsMcRo/src/github.com/containerd/containerd [2020-11-03T23:08:08.714Z] #54 2.435 Cloning into '/tmp/tmp.1EUpUsMcRo/src/github.com/containerd/containerd'... [2020-11-03T23:08:08.714Z] #54 2.435 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-03T23:08:08.714Z] #54 ... [2020-11-03T23:08:08.714Z] [2020-11-03T23:08:08.714Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:08:08.714Z] #40 45.39 Selecting previously unselected package python-pkg-resources. [2020-11-03T23:08:08.714Z] #40 45.40 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-03T23:08:08.714Z] #40 45.40 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-03T23:08:08.714Z] #40 45.88 Selecting previously unselected package python-six. [2020-11-03T23:08:08.714Z] #40 45.88 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-03T23:08:08.714Z] #40 46.69 Unpacking python-six (1.12.0-1) ... [2020-11-03T23:08:08.714Z] #40 47.01 Selecting previously unselected package python-protobuf. [2020-11-03T23:08:08.714Z] #40 47.01 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2020-11-03T23:08:08.714Z] #40 47.02 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-03T23:08:08.714Z] #40 47.96 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-03T23:08:08.943Z] #47 22.74 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-03T23:08:08.985Z] #40 ... [2020-11-03T23:08:08.985Z] [2020-11-03T23:08:08.985Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:08:08.985Z] #11 50.66 Selecting previously unselected package binutils-mingw-w64. [2020-11-03T23:08:08.985Z] #11 50.67 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-03T23:08:08.985Z] #11 50.68 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-03T23:08:09.339Z] #55 48.53 + bin/ctr [2020-11-03T23:08:09.512Z] #47 23.10 go: downloading github.com/spf13/viper v1.6.1 [2020-11-03T23:08:09.512Z] #47 ... [2020-11-03T23:08:09.512Z] [2020-11-03T23:08:09.512Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:09.512Z] #56 13.13 + cd /tmp/tmp.2DYKX5jiUs/src/github.com/rootless-containers/rootlesskit [2020-11-03T23:08:09.512Z] #56 13.14 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-11-03T23:08:09.512Z] #56 13.93 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-03T23:08:09.512Z] #56 13.93 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-03T23:08:09.512Z] #56 ... [2020-11-03T23:08:09.512Z] [2020-11-03T23:08:09.512Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:09.512Z] #47 23.36 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-03T23:08:09.939Z] #11 51.47 Selecting previously unselected package libdevmapper1.02.1:arm64. [2020-11-03T23:08:09.940Z] #11 51.50 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-11-03T23:08:10.205Z] #11 51.65 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-11-03T23:08:10.454Z] #47 24.12 go: extracting github.com/spf13/viper v1.6.1 [2020-11-03T23:08:10.454Z] #47 24.34 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-03T23:08:10.733Z] #47 24.48 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-03T23:08:10.785Z] #11 52.59 Selecting previously unselected package dmsetup. [2020-11-03T23:08:10.785Z] #11 52.59 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2020-11-03T23:08:11.303Z] #47 24.96 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-03T23:08:11.366Z] #11 52.77 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-03T23:08:11.873Z] #47 25.75 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-03T23:08:11.946Z] #11 53.50 Selecting previously unselected package mingw-w64-common. [2020-11-03T23:08:11.946Z] #11 53.50 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-03T23:08:12.211Z] #11 53.84 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-03T23:08:12.442Z] #47 26.22 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-03T23:08:12.442Z] #47 26.22 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-03T23:08:12.701Z] #47 26.55 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-03T23:08:12.793Z] #11 ... [2020-11-03T23:08:12.793Z] [2020-11-03T23:08:12.793Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:12.793Z] #43 44.27 time [2020-11-03T23:08:12.793Z] #43 48.15 regexp [2020-11-03T23:08:12.793Z] #43 51.67 context [2020-11-03T23:08:12.793Z] #43 51.72 os [2020-11-03T23:08:12.793Z] #43 52.38 github.com/LK4D4/vndr/versioned [2020-11-03T23:08:12.793Z] #43 54.31 encoding/binary [2020-11-03T23:08:12.793Z] #43 ... [2020-11-03T23:08:12.793Z] [2020-11-03T23:08:12.793Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:08:12.793Z] #34 53.08 Selecting previously unselected package libxml2:arm64. [2020-11-03T23:08:12.793Z] #34 53.08 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ... [2020-11-03T23:08:12.793Z] #34 53.21 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-11-03T23:08:12.961Z] #47 26.80 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-03T23:08:13.059Z] #34 54.73 Selecting previously unselected package libarchive13:arm64. [2020-11-03T23:08:13.059Z] #34 54.73 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2020-11-03T23:08:13.221Z] #47 26.98 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-03T23:08:13.221Z] #47 27.03 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-03T23:08:13.221Z] #47 27.08 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-03T23:08:13.324Z] #34 55.03 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-11-03T23:08:13.790Z] #47 ... [2020-11-03T23:08:13.790Z] [2020-11-03T23:08:13.790Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:13.790Z] #45 17.71 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-03T23:08:13.790Z] #45 24.46 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-03T23:08:13.790Z] #45 24.46 go: finding github.com/fatih/color v1.9.0 [2020-11-03T23:08:13.790Z] #45 24.48 go: finding github.com/pkg/errors v0.9.1 [2020-11-03T23:08:13.790Z] #45 24.72 go: finding github.com/spf13/pflag v1.0.3 [2020-11-03T23:08:13.790Z] #45 24.73 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-03T23:08:13.790Z] #45 24.91 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-03T23:08:13.790Z] #45 25.17 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-03T23:08:13.790Z] #45 25.56 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-03T23:08:13.790Z] #45 25.71 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-03T23:08:13.790Z] #45 25.74 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-03T23:08:13.790Z] #45 25.80 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-03T23:08:14.049Z] #45 ... [2020-11-03T23:08:14.049Z] [2020-11-03T23:08:14.049Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:08:14.049Z] #34 27.63 Fetched 8396 kB in 22s (382 kB/s) [2020-11-03T23:08:14.280Z] #34 55.90 Selecting previously unselected package libjsoncpp1:arm64. [2020-11-03T23:08:14.280Z] #34 55.91 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2020-11-03T23:08:14.280Z] #34 55.91 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2020-11-03T23:08:14.862Z] #34 56.59 Selecting previously unselected package librhash0:arm64. [2020-11-03T23:08:14.979Z] #55 ... [2020-11-03T23:08:14.980Z] [2020-11-03T23:08:14.980Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:08:14.980Z] #42 19.16 CC images/core-arm.o [2020-11-03T23:08:14.980Z] #42 19.82 CC images/core-aarch64.o [2020-11-03T23:08:14.980Z] #42 20.51 CC images/core-ppc64.o [2020-11-03T23:08:14.980Z] #42 21.31 CC images/core-s390.o [2020-11-03T23:08:14.980Z] #42 22.11 CC images/cpuinfo.o [2020-11-03T23:08:14.980Z] #42 22.58 CC images/inventory.o [2020-11-03T23:08:14.980Z] #42 22.89 CC images/fdinfo.o [2020-11-03T23:08:14.980Z] #42 23.36 CC images/fown.o [2020-11-03T23:08:14.980Z] #42 23.62 CC images/ns.o [2020-11-03T23:08:14.980Z] #42 23.86 CC images/regfile.o [2020-11-03T23:08:14.980Z] #42 24.12 CC images/ghost-file.o [2020-11-03T23:08:14.980Z] #42 24.66 CC images/fifo.o [2020-11-03T23:08:14.980Z] #42 24.90 CC images/remap-file-path.o [2020-11-03T23:08:14.980Z] #42 25.13 CC images/eventfd.o [2020-11-03T23:08:14.980Z] #42 25.39 CC images/eventpoll.o [2020-11-03T23:08:14.980Z] #42 25.60 CC images/fh.o [2020-11-03T23:08:14.980Z] #42 26.06 CC images/fsnotify.o [2020-11-03T23:08:14.980Z] #42 26.88 CC images/signalfd.o [2020-11-03T23:08:14.980Z] #42 27.11 CC images/fs.o [2020-11-03T23:08:14.980Z] #42 27.36 CC images/pstree.o [2020-11-03T23:08:14.980Z] #42 27.58 CC images/pipe.o [2020-11-03T23:08:14.980Z] #42 27.88 CC images/tcp-stream.o [2020-11-03T23:08:14.980Z] #42 28.13 CC images/sk-packet.o [2020-11-03T23:08:15.127Z] #34 56.60 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2020-11-03T23:08:15.127Z] #34 56.68 Unpacking librhash0:arm64 (1.3.8-1) ... [2020-11-03T23:08:15.280Z] #42 28.49 CC images/mnt.o [2020-11-03T23:08:15.449Z] #34 56.95 Selecting previously unselected package libuv1:arm64. [2020-11-03T23:08:15.449Z] #34 56.99 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2020-11-03T23:08:15.449Z] #34 57.00 Unpacking libuv1:arm64 (1.24.1-1) ... [2020-11-03T23:08:15.580Z] #42 28.78 CC images/pipe-data.o [2020-11-03T23:08:15.580Z] #42 28.99 CC images/sa.o [2020-11-03T23:08:16.048Z] #34 57.52 Selecting previously unselected package cmake. [2020-11-03T23:08:16.048Z] #34 57.52 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2020-11-03T23:08:16.048Z] #34 57.68 Unpacking cmake (3.13.4-1) ... [2020-11-03T23:08:16.236Z] #42 29.31 CC images/timer.o [2020-11-03T23:08:16.236Z] #42 ... [2020-11-03T23:08:16.236Z] [2020-11-03T23:08:16.236Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:16.236Z] #33 87.61 github.com/BurntSushi/toml/cmd/tomlv [2020-11-03T23:08:16.236Z] #33 DONE 92.1s [2020-11-03T23:08:16.236Z] [2020-11-03T23:08:16.236Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:16.236Z] #50 85.95 go/scanner [2020-11-03T23:08:16.236Z] #50 87.37 mvdan.cc/editorconfig [2020-11-03T23:08:16.236Z] #50 87.50 mvdan.cc/sh/v3/syntax [2020-11-03T23:08:16.236Z] #50 89.81 encoding/base64 [2020-11-03T23:08:16.236Z] #50 90.48 go/ast [2020-11-03T23:08:16.236Z] #50 91.16 golang.org/x/sys/unix [2020-11-03T23:08:16.534Z] #50 ... [2020-11-03T23:08:16.534Z] [2020-11-03T23:08:16.534Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:08:16.534Z] #42 29.85 CC images/timerfd.o [2020-11-03T23:08:16.628Z] #34 ... [2020-11-03T23:08:16.628Z] [2020-11-03T23:08:16.628Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:16.628Z] #49 48.14 regexp [2020-11-03T23:08:16.628Z] #49 51.02 context [2020-11-03T23:08:16.628Z] #49 51.06 os [2020-11-03T23:08:16.628Z] #49 54.19 mvdan.cc/sh/v3/fileutil [2020-11-03T23:08:16.628Z] #49 54.86 flag [2020-11-03T23:08:16.628Z] #49 54.87 github.com/pkg/diff [2020-11-03T23:08:16.628Z] #49 54.87 go/token [2020-11-03T23:08:16.628Z] #49 54.89 encoding/binary [2020-11-03T23:08:16.628Z] #49 56.33 go/scanner [2020-11-03T23:08:16.628Z] #49 56.47 mvdan.cc/editorconfig [2020-11-03T23:08:16.628Z] #49 57.88 mvdan.cc/sh/v3/syntax [2020-11-03T23:08:16.628Z] #49 ... [2020-11-03T23:08:16.628Z] [2020-11-03T23:08:16.628Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:08:16.628Z] #40 51.18 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-11-03T23:08:16.628Z] #40 51.26 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-03T23:08:16.628Z] #40 51.48 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-03T23:08:16.628Z] #40 51.55 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-11-03T23:08:16.628Z] #40 52.11 Setting up python-six (1.12.0-1) ... [2020-11-03T23:08:16.628Z] #40 54.52 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-11-03T23:08:16.628Z] #40 54.73 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-11-03T23:08:16.628Z] #40 55.56 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2020-11-03T23:08:16.628Z] #40 55.77 Setting up libcap-dev:arm64 (1:2.25-2) ... [2020-11-03T23:08:16.628Z] #40 55.93 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2020-11-03T23:08:16.628Z] #40 55.97 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-03T23:08:16.628Z] #40 55.99 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-03T23:08:16.628Z] #40 56.00 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-11-03T23:08:16.628Z] #40 56.06 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-03T23:08:16.628Z] #40 56.10 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-03T23:08:16.978Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m3.986902099s with top 10 stages: buildssa: 1m34.888718659s, goimports: 22.03284319s, unconvert: 13.374359397s, gosec: 9.616806278s, golint: 5.758056636s, ineffassign: 4.306382409s, misspell: 3.874880318s, inspect: 3.84215371s, vrp: 3.2590819s, ctrlflow: 1.882457207s [2020-11-03T23:08:17.180Z] #42 30.34 CC images/mm.o [2020-11-03T23:08:17.480Z] #42 30.74 CC images/sk-opts.o [2020-11-03T23:08:17.583Z] #40 ... [2020-11-03T23:08:17.583Z] [2020-11-03T23:08:17.583Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:17.583Z] #49 59.18 go/ast [2020-11-03T23:08:17.583Z] #49 59.21 encoding/json [2020-11-03T23:08:17.583Z] #49 59.25 golang.org/x/sys/unix [2020-11-03T23:08:17.583Z] #49 ... [2020-11-03T23:08:17.583Z] [2020-11-03T23:08:17.583Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:17.583Z] #32 49.27 internal/poll [2020-11-03T23:08:17.583Z] #32 50.25 os [2020-11-03T23:08:17.583Z] #32 51.95 internal/fmtsort [2020-11-03T23:08:17.583Z] #32 52.16 path/filepath [2020-11-03T23:08:17.583Z] #32 52.33 fmt [2020-11-03T23:08:17.583Z] #32 53.19 io/ioutil [2020-11-03T23:08:17.583Z] #32 54.34 flag [2020-11-03T23:08:17.583Z] #32 54.34 github.com/BurntSushi/toml [2020-11-03T23:08:17.583Z] #32 54.34 log [2020-11-03T23:08:17.583Z] #32 56.95 github.com/BurntSushi/toml/cmd/tomlv [2020-11-03T23:08:17.780Z] #42 31.07 CC images/sk-unix.o [2020-11-03T23:08:17.848Z] #32 ... [2020-11-03T23:08:17.848Z] [2020-11-03T23:08:17.848Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:17.848Z] #43 54.79 flag [2020-11-03T23:08:17.848Z] #43 54.79 go/token [2020-11-03T23:08:17.848Z] #43 54.80 internal/lazyregexp [2020-11-03T23:08:17.848Z] #43 55.32 net/url [2020-11-03T23:08:17.848Z] #43 55.64 go/scanner [2020-11-03T23:08:17.848Z] #43 56.57 text/template/parse [2020-11-03T23:08:17.848Z] #43 57.96 encoding/base64 [2020-11-03T23:08:17.848Z] #43 58.44 go/ast [2020-11-03T23:08:17.848Z] #43 58.46 encoding/xml [2020-11-03T23:08:17.848Z] #43 59.13 encoding/json [2020-11-03T23:08:18.081Z] #42 31.38 CC images/sk-inet.o [2020-11-03T23:08:18.248Z] #34 27.63 Reading package lists... [2020-11-03T23:08:18.248Z] #34 ... [2020-11-03T23:08:18.248Z] [2020-11-03T23:08:18.248Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:18.248Z] #49 22.11 + cd /tmp/tmp.03gMv8bu8M/src/github.com/mvdan/sh [2020-11-03T23:08:18.248Z] #49 22.11 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-03T23:08:18.248Z] #49 22.35 + GO111MODULE=on [2020-11-03T23:08:18.248Z] #49 22.35 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-03T23:08:18.248Z] #49 24.22 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-03T23:08:18.248Z] #49 24.23 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-03T23:08:18.248Z] #49 24.28 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-03T23:08:18.248Z] #49 24.77 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-03T23:08:18.248Z] #49 25.07 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-03T23:08:18.248Z] #49 26.34 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-03T23:08:18.248Z] #49 27.65 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-03T23:08:18.248Z] #49 29.74 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-03T23:08:18.248Z] #49 31.63 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-03T23:08:18.248Z] #49 31.82 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-03T23:08:18.248Z] #49 32.10 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-03T23:08:18.248Z] #49 32.12 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-03T23:08:18.248Z] #49 ... [2020-11-03T23:08:18.248Z] [2020-11-03T23:08:18.248Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:18.730Z] #42 31.80 CC images/tun.o [2020-11-03T23:08:18.730Z] #42 32.04 CC images/sk-netlink.o [2020-11-03T23:08:18.811Z] #43 ... [2020-11-03T23:08:18.811Z] [2020-11-03T23:08:18.811Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:08:18.811Z] #40 60.45 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2020-11-03T23:08:19.033Z] #62 31.92 Checking out files: 47% (897/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: 92% (1770/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) [2020-11-03T23:08:19.033Z] #62 ... [2020-11-03T23:08:19.033Z] [2020-11-03T23:08:19.033Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:19.033Z] #43 23.01 crypto/internal/subtle [2020-11-03T23:08:19.033Z] #43 23.30 crypto/subtle [2020-11-03T23:08:19.033Z] #43 23.56 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-03T23:08:19.033Z] #43 23.98 internal/nettrace [2020-11-03T23:08:19.033Z] #43 24.30 runtime/cgo [2020-11-03T23:08:19.036Z] #42 32.23 CC images/packet-sock.o [2020-11-03T23:08:19.036Z] #42 ... [2020-11-03T23:08:19.036Z] [2020-11-03T23:08:19.036Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:19.036Z] #44 84.97 internal/lazyregexp [2020-11-03T23:08:19.036Z] #44 85.51 github.com/LK4D4/vndr/versioned [2020-11-03T23:08:19.036Z] #44 89.00 go/scanner [2020-11-03T23:08:19.036Z] #44 89.00 net/url [2020-11-03T23:08:19.036Z] #44 89.00 text/template/parse [2020-11-03T23:08:19.036Z] #44 92.72 go/ast [2020-11-03T23:08:19.036Z] #44 94.13 encoding/json [2020-11-03T23:08:19.077Z] #40 60.82 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:08:19.295Z] #43 ... [2020-11-03T23:08:19.295Z] [2020-11-03T23:08:19.295Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:19.295Z] #62 31.92 Checking out files: 47% (897/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: 92% (1770/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-03T23:08:19.295Z] #62 33.17 + cd /tmp/tmp.TEHvYwbrPz/src/github.com/docker/libnetwork [2020-11-03T23:08:19.295Z] #62 33.17 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-03T23:08:19.337Z] #44 ... [2020-11-03T23:08:19.337Z] [2020-11-03T23:08:19.337Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:08:19.337Z] #42 32.61 CC images/ipc-var.o [2020-11-03T23:08:19.557Z] #62 33.46 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-03T23:08:19.636Z] #42 32.80 CC images/ipc-desc.o [2020-11-03T23:08:19.899Z] using credential docker-jenkins-github-credentials [2020-11-03T23:08:19.936Z] #42 33.13 CC images/ipc-shm.o [2020-11-03T23:08:19.936Z] #42 33.36 CC images/ipc-msg.o [2020-11-03T23:08:19.975Z] Cloning the remote Git repository [2020-11-03T23:08:19.975Z] Cloning with configured refspecs honoured and without tags [2020-11-03T23:08:20.586Z] #42 33.67 CC images/ipc-sem.o [2020-11-03T23:08:20.586Z] #42 33.84 CC images/utsns.o [2020-11-03T23:08:20.885Z] #42 34.01 CC images/creds.o [2020-11-03T23:08:20.885Z] #42 34.21 CC images/vma.o [2020-11-03T23:08:21.184Z] #42 34.45 CC images/netdev.o [2020-11-03T23:08:21.485Z] #42 34.85 CC images/tty.o [2020-11-03T23:08:22.133Z] #42 35.53 CC images/file-lock.o [2020-11-03T23:08:20.171Z] Cloning repository https://github.com/moby/moby.git [2020-11-03T23:08:20.572Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-11-03T23:08:21.551Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-03T23:08:21.551Z] > git --version # timeout=10 [2020-11-03T23:08:21.605Z] > git --version # 'git version 2.24.1.windows.2' [2020-11-03T23:08:21.606Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:08:21.608Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41604/head:refs/remotes/origin/PR-41604 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:08:22.434Z] #42 ... [2020-11-03T23:08:22.434Z] [2020-11-03T23:08:22.434Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:08:22.434Z] #12 88.17 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-03T23:08:22.434Z] #12 88.18 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-11-03T23:08:22.434Z] #12 88.19 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:08:22.434Z] #12 ... [2020-11-03T23:08:22.434Z] [2020-11-03T23:08:22.434Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:08:22.434Z] #42 35.81 CC images/rlimit.o [2020-11-03T23:08:22.733Z] #42 36.00 CC images/pagemap.o [2020-11-03T23:08:23.036Z] #42 36.34 CC images/siginfo.o [2020-11-03T23:08:23.335Z] #42 36.64 CC images/rpc.o [2020-11-03T23:08:23.761Z] #62 ... [2020-11-03T23:08:23.761Z] [2020-11-03T23:08:23.761Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:08:23.761Z] #40 27.05 Fetched 8396 kB in 22s (384 kB/s) [2020-11-03T23:08:23.761Z] #40 27.05 Reading package lists... [2020-11-03T23:08:23.761Z] #40 36.97 Reading package lists... [2020-11-03T23:08:23.761Z] #40 ... [2020-11-03T23:08:23.761Z] [2020-11-03T23:08:23.761Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:23.761Z] #47 30.24 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-03T23:08:23.761Z] #47 30.27 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-03T23:08:23.761Z] #47 30.35 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-03T23:08:23.761Z] #47 30.36 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-03T23:08:23.761Z] #47 30.42 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-03T23:08:23.761Z] #47 30.47 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-03T23:08:23.761Z] #47 30.47 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-03T23:08:23.761Z] #47 30.48 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-03T23:08:23.761Z] #47 30.68 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-03T23:08:23.761Z] #47 30.77 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-03T23:08:23.761Z] #47 30.81 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-03T23:08:23.761Z] #47 30.90 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-03T23:08:23.761Z] #47 31.00 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-03T23:08:23.761Z] #47 31.10 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-03T23:08:23.761Z] #47 31.12 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-03T23:08:23.761Z] #47 31.14 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-03T23:08:23.761Z] #47 31.17 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-03T23:08:23.761Z] #47 31.28 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-03T23:08:23.761Z] #47 31.31 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-03T23:08:23.761Z] #47 31.35 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-03T23:08:23.761Z] #47 31.36 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-03T23:08:23.761Z] #47 31.36 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-03T23:08:23.761Z] #47 31.36 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-03T23:08:23.761Z] #47 31.58 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-03T23:08:23.761Z] #47 31.70 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-03T23:08:23.761Z] #47 31.72 go: downloading github.com/fatih/color v1.7.0 [2020-11-03T23:08:23.761Z] #47 31.72 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-03T23:08:23.761Z] #47 31.74 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-03T23:08:23.761Z] #47 31.81 go: extracting github.com/fatih/color v1.7.0 [2020-11-03T23:08:23.761Z] #47 31.82 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-03T23:08:23.761Z] #47 31.86 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-03T23:08:23.761Z] #47 32.06 go: downloading github.com/spf13/cast v1.3.0 [2020-11-03T23:08:23.761Z] #47 32.25 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-03T23:08:23.761Z] #47 32.26 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-03T23:08:23.761Z] #47 32.26 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-03T23:08:23.761Z] #47 32.31 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-03T23:08:23.761Z] #47 32.44 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-03T23:08:23.761Z] #47 32.47 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-03T23:08:23.761Z] #47 32.49 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-03T23:08:23.761Z] #47 32.53 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-03T23:08:23.761Z] #47 32.53 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-03T23:08:23.761Z] #47 32.80 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-03T23:08:23.761Z] #47 32.85 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-03T23:08:23.761Z] #47 32.89 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-03T23:08:23.761Z] #47 33.00 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-03T23:08:23.761Z] #47 33.04 go: extracting github.com/spf13/cast v1.3.0 [2020-11-03T23:08:23.761Z] #47 33.08 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-03T23:08:23.761Z] #47 33.09 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-03T23:08:23.761Z] #47 33.12 go: downloading github.com/spf13/afero v1.1.2 [2020-11-03T23:08:23.761Z] #47 33.29 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-03T23:08:23.761Z] #47 33.29 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-03T23:08:23.761Z] #47 33.32 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-03T23:08:23.761Z] #47 33.33 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-03T23:08:23.761Z] #47 33.45 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-03T23:08:23.761Z] #47 33.52 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-03T23:08:23.761Z] #47 33.59 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-03T23:08:23.761Z] #47 33.61 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-03T23:08:23.761Z] #47 33.69 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-03T23:08:23.761Z] #47 33.79 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-03T23:08:23.761Z] #47 34.00 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-03T23:08:23.761Z] #47 34.04 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-03T23:08:23.761Z] #47 34.06 go: extracting github.com/spf13/afero v1.1.2 [2020-11-03T23:08:23.761Z] #47 34.24 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-03T23:08:23.761Z] #47 34.41 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-03T23:08:23.761Z] #47 34.59 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-03T23:08:23.761Z] #47 34.67 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-03T23:08:23.761Z] #47 34.75 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-03T23:08:23.761Z] #47 34.80 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-03T23:08:23.761Z] #47 34.87 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-03T23:08:23.761Z] #47 34.87 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-03T23:08:23.761Z] #47 35.08 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-03T23:08:23.761Z] #47 35.15 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-03T23:08:23.761Z] #47 35.38 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-03T23:08:23.761Z] #47 35.47 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-03T23:08:23.761Z] #47 35.49 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-03T23:08:23.761Z] #47 35.51 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-03T23:08:23.761Z] #47 35.58 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-03T23:08:23.761Z] #47 35.62 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-03T23:08:23.761Z] #47 35.66 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-03T23:08:23.761Z] #47 35.66 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-03T23:08:23.761Z] #47 35.69 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-03T23:08:23.761Z] #47 35.74 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-03T23:08:23.761Z] #47 35.99 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-03T23:08:23.761Z] #47 35.99 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-03T23:08:23.761Z] #47 36.21 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-03T23:08:23.761Z] #47 36.30 go: downloading golang.org/x/text v0.3.2 [2020-11-03T23:08:23.761Z] #47 36.34 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-03T23:08:23.761Z] #47 36.35 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-03T23:08:23.761Z] #47 36.63 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-03T23:08:23.761Z] #47 36.67 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-03T23:08:23.761Z] #47 36.72 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-03T23:08:23.761Z] #47 36.84 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-03T23:08:23.761Z] #47 37.26 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-03T23:08:23.761Z] #47 37.26 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-03T23:08:24.021Z] #47 37.94 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-03T23:08:24.281Z] #47 38.07 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-03T23:08:24.281Z] #47 38.13 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-03T23:08:24.281Z] #47 38.16 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-03T23:08:24.281Z] #47 38.16 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-03T23:08:24.876Z] #42 38.12 CC images/ext-file.o [2020-11-03T23:08:25.175Z] #42 38.36 CC images/cgroup.o [2020-11-03T23:08:25.709Z] #40 ... [2020-11-03T23:08:25.709Z] [2020-11-03T23:08:25.709Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:08:25.709Z] #34 60.97 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-03T23:08:25.709Z] #34 61.39 Setting up xxd (2:8.1.0875-5) ... [2020-11-03T23:08:25.709Z] #34 61.41 Setting up libuv1:arm64 (1.24.1-1) ... [2020-11-03T23:08:25.709Z] #34 61.42 Setting up vim-common (2:8.1.0875-5) ... [2020-11-03T23:08:25.709Z] #34 62.42 Setting up librhash0:arm64 (1.3.8-1) ... [2020-11-03T23:08:25.709Z] #34 65.53 Setting up cmake-data (3.13.4-1) ... [2020-11-03T23:08:25.709Z] #34 ... [2020-11-03T23:08:25.709Z] [2020-11-03T23:08:25.709Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:25.709Z] #32 DONE 66.7s [2020-11-03T23:08:25.709Z] [2020-11-03T23:08:25.709Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:25.709Z] #43 62.71 text/template [2020-11-03T23:08:25.709Z] #43 64.32 compress/flate [2020-11-03T23:08:25.709Z] #43 65.06 go/parser [2020-11-03T23:08:25.709Z] #43 ... [2020-11-03T23:08:25.709Z] [2020-11-03T23:08:25.709Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:08:25.709Z] #40 DONE 66.7s [2020-11-03T23:08:25.709Z] [2020-11-03T23:08:25.709Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:08:25.709Z] #34 66.76 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-11-03T23:08:25.709Z] #34 66.92 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2020-11-03T23:08:25.709Z] #34 67.02 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-11-03T23:08:25.709Z] #34 67.03 Setting up cmake (3.13.4-1) ... [2020-11-03T23:08:25.709Z] #34 67.05 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:08:25.845Z] #42 39.11 CC images/userns.o [2020-11-03T23:08:26.145Z] #42 39.43 CC images/google/protobuf/descriptor.o [2020-11-03T23:08:26.195Z] #47 ... [2020-11-03T23:08:26.195Z] [2020-11-03T23:08:26.195Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:08:26.195Z] #38 29.57 Checking out files: 83% (1394/1665) Checking out files: 84% (1399/1665) Checking out files: 85% (1416/1665) Checking out files: 86% (1432/1665) Checking out files: 87% (1449/1665) Checking out files: 88% (1466/1665) Checking out files: 89% (1482/1665) Checking out files: 90% (1499/1665) Checking out files: 91% (1516/1665) Checking out files: 92% (1532/1665) Checking out files: 93% (1549/1665) Checking out files: 94% (1566/1665) Checking out files: 95% (1582/1665) Checking out files: 96% (1599/1665) Checking out files: 97% (1616/1665) Checking out files: 98% (1632/1665) Checking out files: 99% (1649/1665) Checking out files: 100% (1665/1665) Checking out files: 100% (1665/1665), done. [2020-11-03T23:08:26.195Z] #38 29.95 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-03T23:08:26.195Z] #38 31.93 + 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-03T23:08:26.344Z] #34 67.52 Processing triggers for mime-support (3.62) ... [2020-11-03T23:08:26.765Z] #38 ... [2020-11-03T23:08:26.765Z] [2020-11-03T23:08:26.765Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:26.765Z] #47 40.40 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-03T23:08:26.765Z] #47 40.50 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-03T23:08:26.765Z] #47 40.51 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-03T23:08:26.765Z] #47 40.53 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-03T23:08:26.765Z] #47 40.53 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-03T23:08:27.025Z] #47 40.90 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-03T23:08:27.025Z] #47 ... [2020-11-03T23:08:27.025Z] [2020-11-03T23:08:27.025Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:08:27.025Z] #11 30.87 Fetched 8396 kB in 24s (347 kB/s) [2020-11-03T23:08:27.025Z] #11 30.87 Reading package lists... [2020-11-03T23:08:27.205Z] #42 ... [2020-11-03T23:08:27.205Z] [2020-11-03T23:08:27.205Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:27.205Z] #50 92.88 encoding/json [2020-11-03T23:08:27.205Z] #50 ... [2020-11-03T23:08:27.205Z] [2020-11-03T23:08:27.205Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:27.205Z] #44 100.0 text/template [2020-11-03T23:08:27.205Z] #44 103.0 go/parser [2020-11-03T23:08:27.285Z] #11 40.92 Reading package lists... [2020-11-03T23:08:27.285Z] #11 ... [2020-11-03T23:08:27.285Z] [2020-11-03T23:08:27.285Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:27.285Z] #47 40.91 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-03T23:08:27.285Z] #47 41.15 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-03T23:08:27.285Z] #47 41.17 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-03T23:08:27.859Z] #47 41.59 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-03T23:08:27.859Z] #47 41.60 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-03T23:08:27.859Z] #47 41.60 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-03T23:08:27.859Z] #47 41.60 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-03T23:08:28.118Z] #47 ... [2020-11-03T23:08:28.118Z] [2020-11-03T23:08:28.118Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-03T23:08:28.118Z] #53 31.93 Fetched 8396 kB in 25s (330 kB/s) [2020-11-03T23:08:28.378Z] #53 31.93 Reading package lists... [2020-11-03T23:08:28.378Z] #53 ... [2020-11-03T23:08:28.378Z] [2020-11-03T23:08:28.378Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:08:28.378Z] #34 27.63 Reading package lists... [2020-11-03T23:08:29.312Z] #44 ... [2020-11-03T23:08:29.312Z] [2020-11-03T23:08:29.312Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:08:29.312Z] #12 103.6 Selecting previously unselected package libapparmor1:ppc64el. [2020-11-03T23:08:29.312Z] #12 103.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-11-03T23:08:29.312Z] #12 103.6 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-11-03T23:08:29.312Z] #12 103.8 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-11-03T23:08:29.312Z] #12 103.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-11-03T23:08:29.312Z] #12 103.8 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-11-03T23:08:29.312Z] #12 104.0 Selecting previously unselected package libbtrfs0. [2020-11-03T23:08:29.312Z] #12 104.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-11-03T23:08:29.312Z] #12 104.0 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-03T23:08:29.312Z] #12 104.1 Selecting previously unselected package libbtrfs-dev. [2020-11-03T23:08:29.312Z] #12 104.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-11-03T23:08:29.312Z] #12 104.1 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-03T23:08:29.312Z] #12 104.3 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-11-03T23:08:29.312Z] #12 104.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-11-03T23:08:29.312Z] #12 104.3 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-03T23:08:29.312Z] #12 104.3 Selecting previously unselected package libudev-dev:ppc64el. [2020-11-03T23:08:29.312Z] #12 104.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ... [2020-11-03T23:08:29.312Z] #12 104.4 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ... [2020-11-03T23:08:29.312Z] #12 104.5 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-11-03T23:08:29.312Z] #12 104.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-11-03T23:08:29.312Z] #12 104.5 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-11-03T23:08:29.312Z] #12 104.8 Selecting previously unselected package libpcre16-3:ppc64el. [2020-11-03T23:08:29.312Z] #12 104.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-11-03T23:08:29.312Z] #12 104.8 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-11-03T23:08:29.312Z] #12 105.0 Selecting previously unselected package libpcre32-3:ppc64el. [2020-11-03T23:08:29.312Z] #12 105.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-11-03T23:08:29.312Z] #12 105.1 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-11-03T23:08:29.316Z] #34 37.93 Reading package lists... [2020-11-03T23:08:29.316Z] #34 ... [2020-11-03T23:08:29.316Z] [2020-11-03T23:08:29.316Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-03T23:08:29.578Z] #53 42.99 Reading package lists... [2020-11-03T23:08:29.578Z] #53 ... [2020-11-03T23:08:29.578Z] [2020-11-03T23:08:29.578Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:29.578Z] #49 33.54 runtime [2020-11-03T23:08:29.578Z] #49 33.55 runtime/cgo [2020-11-03T23:08:29.611Z] #12 105.3 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-11-03T23:08:29.611Z] #12 105.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-11-03T23:08:29.611Z] #12 105.3 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-11-03T23:08:29.611Z] #12 105.4 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-11-03T23:08:29.611Z] #12 105.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-11-03T23:08:29.611Z] #12 105.4 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-11-03T23:08:29.704Z] #34 ... [2020-11-03T23:08:29.704Z] [2020-11-03T23:08:29.704Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:08:29.704Z] #11 60.90 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-03T23:08:29.704Z] #11 60.92 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-03T23:08:29.704Z] #11 60.93 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-03T23:08:29.704Z] #11 ... [2020-11-03T23:08:29.704Z] [2020-11-03T23:08:29.704Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:08:29.704Z] #34 DONE 71.1s [2020-11-03T23:08:29.704Z] [2020-11-03T23:08:29.704Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:29.838Z] #49 ... [2020-11-03T23:08:29.838Z] [2020-11-03T23:08:29.838Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:29.838Z] #47 43.60 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-03T23:08:30.275Z] #12 105.9 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-11-03T23:08:30.275Z] #12 105.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-11-03T23:08:30.275Z] #12 105.9 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-11-03T23:08:30.275Z] #12 106.2 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-11-03T23:08:30.275Z] #12 106.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-11-03T23:08:30.275Z] #12 106.2 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-11-03T23:08:30.275Z] #12 106.3 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-11-03T23:08:30.575Z] #12 106.3 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-11-03T23:08:30.575Z] #12 106.3 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-11-03T23:08:30.575Z] #12 106.4 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-11-03T23:08:30.575Z] #12 106.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ... [2020-11-03T23:08:30.575Z] #12 106.4 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-11-03T23:08:30.874Z] #12 106.8 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-11-03T23:08:30.874Z] #12 106.8 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-11-03T23:08:30.874Z] #12 106.8 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-11-03T23:08:30.874Z] #12 106.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-03T23:08:30.874Z] #12 106.8 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-11-03T23:08:30.874Z] #12 106.9 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-11-03T23:08:31.129Z] #35 1.431 + RM_GOPATH=0 [2020-11-03T23:08:31.129Z] #35 1.432 + TMP_GOPATH= [2020-11-03T23:08:31.129Z] #35 1.432 + : /build [2020-11-03T23:08:31.129Z] #35 1.432 + '[' -z '' ']' [2020-11-03T23:08:31.129Z] #35 1.433 ++ mktemp -d [2020-11-03T23:08:31.129Z] #35 1.439 + export GOPATH=/tmp/tmp.iorLd9Nsqq [2020-11-03T23:08:31.129Z] #35 1.440 + GOPATH=/tmp/tmp.iorLd9Nsqq [2020-11-03T23:08:31.129Z] #35 1.440 + RM_GOPATH=1 [2020-11-03T23:08:31.129Z] #35 1.441 + case "$(go env GOARCH)" in [2020-11-03T23:08:31.129Z] #35 1.442 ++ go env GOARCH [2020-11-03T23:08:31.129Z] #35 1.452 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:08:31.129Z] #35 1.453 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:08:31.129Z] #35 1.458 ++ dirname /tmp/install/install.sh [2020-11-03T23:08:31.129Z] #35 1.460 + dir=/tmp/install [2020-11-03T23:08:31.129Z] #35 1.460 + bin=tini [2020-11-03T23:08:31.129Z] #35 1.461 + shift [2020-11-03T23:08:31.129Z] #35 1.461 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-03T23:08:31.129Z] #35 1.461 + . /tmp/install/tini.installer [2020-11-03T23:08:31.129Z] #35 1.461 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-03T23:08:31.129Z] #35 1.462 + install_tini [2020-11-03T23:08:31.129Z] #35 1.462 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-03T23:08:31.129Z] #35 1.463 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-03T23:08:31.129Z] #35 1.463 + git clone https://github.com/krallin/tini.git /tmp/tmp.iorLd9Nsqq/tini [2020-11-03T23:08:31.129Z] #35 1.468 Cloning into '/tmp/tmp.iorLd9Nsqq/tini'... [2020-11-03T23:08:31.175Z] #12 106.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:08:31.175Z] #12 106.9 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-03T23:08:31.175Z] #12 106.9 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-11-03T23:08:31.175Z] #12 106.9 Setting up libudev-dev:ppc64el (241-7~deb10u4) ... [2020-11-03T23:08:31.175Z] #12 106.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-03T23:08:31.175Z] #12 106.9 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-03T23:08:31.175Z] #12 106.9 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-11-03T23:08:31.175Z] #12 106.9 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-03T23:08:31.175Z] #12 107.0 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-11-03T23:08:31.175Z] #12 107.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-03T23:08:31.175Z] #12 107.0 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-11-03T23:08:31.175Z] #12 107.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:08:31.175Z] #12 107.0 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-03T23:08:31.175Z] #12 107.0 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-03T23:08:31.175Z] #12 107.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:08:31.175Z] #12 107.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-03T23:08:31.175Z] #12 107.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-03T23:08:31.175Z] #12 107.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-03T23:08:31.175Z] #12 107.0 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-11-03T23:08:31.175Z] #12 107.1 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-03T23:08:31.175Z] #12 107.1 Setting up dmsetup (2:1.02.155-3) ... [2020-11-03T23:08:31.175Z] #12 107.1 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-03T23:08:31.175Z] #12 107.1 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-11-03T23:08:31.175Z] #12 107.1 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:08:31.475Z] #12 DONE 107.4s [2020-11-03T23:08:31.475Z] [2020-11-03T23:08:31.475Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:31.709Z] #35 2.267 + cd /tmp/tmp.iorLd9Nsqq/tini [2020-11-03T23:08:31.709Z] #35 2.267 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-03T23:08:31.709Z] #35 2.307 + cmake . [2020-11-03T23:08:32.124Z] #52 0.398 + RM_GOPATH=0 [2020-11-03T23:08:32.124Z] #52 0.400 + TMP_GOPATH= [2020-11-03T23:08:32.124Z] #52 0.400 + : /build [2020-11-03T23:08:32.124Z] #52 0.401 + '[' -z '' ']' [2020-11-03T23:08:32.124Z] #52 0.402 ++ mktemp -d [2020-11-03T23:08:32.124Z] #52 0.406 + export GOPATH=/tmp/tmp.hqjtkgpRt9 [2020-11-03T23:08:32.124Z] #52 0.406 + GOPATH=/tmp/tmp.hqjtkgpRt9 [2020-11-03T23:08:32.124Z] #52 0.409 + RM_GOPATH=1 [2020-11-03T23:08:32.124Z] #52 0.410 + case "$(go env GOARCH)" in [2020-11-03T23:08:32.124Z] #52 0.410 ++ go env GOARCH [2020-11-03T23:08:32.124Z] #52 0.431 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:08:32.124Z] #52 0.431 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:08:32.124Z] #52 0.437 ++ dirname /tmp/install/install.sh [2020-11-03T23:08:32.124Z] #52 0.439 + dir=/tmp/install [2020-11-03T23:08:32.124Z] #52 0.439 + bin=runc [2020-11-03T23:08:32.124Z] #52 0.439 + shift [2020-11-03T23:08:32.124Z] #52 0.439 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-03T23:08:32.124Z] #52 0.440 + . /tmp/install/runc.installer [2020-11-03T23:08:32.124Z] #52 0.440 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-03T23:08:32.124Z] #52 0.441 + install_runc [2020-11-03T23:08:32.124Z] #52 0.445 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-03T23:08:32.124Z] #52 0.446 + uname -r [2020-11-03T23:08:32.124Z] #52 0.451 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-03T23:08:32.124Z] #52 0.453 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-03T23:08:32.124Z] #52 0.453 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.hqjtkgpRt9/src/github.com/opencontainers/runc [2020-11-03T23:08:32.124Z] #52 0.453 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-03T23:08:32.124Z] #52 0.463 Cloning into '/tmp/tmp.hqjtkgpRt9/src/github.com/opencontainers/runc'... [2020-11-03T23:08:32.124Z] #52 ... [2020-11-03T23:08:32.124Z] [2020-11-03T23:08:32.124Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-03T23:08:32.124Z] #13 DONE 0.5s [2020-11-03T23:08:32.124Z] [2020-11-03T23:08:32.124Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:08:32.124Z] #42 41.81 CC images/opts.o [2020-11-03T23:08:32.124Z] #42 42.08 CC images/seccomp.o [2020-11-03T23:08:32.124Z] #42 42.38 CC images/binfmt-misc.o [2020-11-03T23:08:32.124Z] #42 42.60 CC images/time.o [2020-11-03T23:08:32.124Z] #42 42.88 CC images/sysctl.o [2020-11-03T23:08:32.124Z] #42 43.18 CC images/autofs.o [2020-11-03T23:08:32.124Z] #42 43.41 CC images/macvlan.o [2020-11-03T23:08:32.124Z] #42 43.65 CC images/sit.o [2020-11-03T23:08:32.124Z] #42 43.87 CC images/memfd.o [2020-11-03T23:08:32.124Z] #42 44.13 CC images/timens.o [2020-11-03T23:08:32.124Z] #42 44.42 LINK images/built-in.o [2020-11-03T23:08:32.124Z] #42 44.65 GEN compel/include/asm [2020-11-03T23:08:32.124Z] #42 44.68 GEN compel/include/version.h [2020-11-03T23:08:32.124Z] #42 44.71 touch .config [2020-11-03T23:08:32.124Z] #42 44.76 GEN include/common/config.h [2020-11-03T23:08:32.124Z] #42 44.87 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-03T23:08:32.124Z] #42 44.97 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-03T23:08:32.124Z] #42 45.02 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-11-03T23:08:32.124Z] #42 45.11 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-11-03T23:08:32.124Z] #42 45.16 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-11-03T23:08:32.124Z] #42 45.19 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-11-03T23:08:32.124Z] #42 45.23 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-11-03T23:08:32.124Z] #42 45.28 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-03T23:08:32.124Z] #42 45.28 DEP compel/plugins/std/infect.d [2020-11-03T23:08:32.124Z] #42 45.52 DEP compel/plugins/std/string.d [2020-11-03T23:08:32.423Z] #42 45.65 DEP compel/plugins/std/log.d [2020-11-03T23:08:32.423Z] #42 45.74 DEP compel/plugins/std/fds.d [2020-11-03T23:08:32.423Z] #42 45.87 DEP compel/plugins/std/std.d [2020-11-03T23:08:32.665Z] #35 3.156 -- The C compiler identification is GNU 8.3.0 [2020-11-03T23:08:32.665Z] #35 3.205 -- Check for working C compiler: /usr/bin/cc [2020-11-03T23:08:32.726Z] #42 ... [2020-11-03T23:08:32.726Z] [2020-11-03T23:08:32.726Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-03T23:08:32.726Z] #14 DONE 0.5s [2020-11-03T23:08:32.726Z] [2020-11-03T23:08:32.726Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:08:32.726Z] #42 46.01 DEP compel/plugins/shmem/shmem.d [2020-11-03T23:08:33.027Z] #42 ... [2020-11-03T23:08:33.027Z] [2020-11-03T23:08:33.027Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-03T23:08:33.027Z] #15 0.225 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-03T23:08:33.027Z] #15 DONE 0.3s [2020-11-03T23:08:33.027Z] [2020-11-03T23:08:33.027Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:08:33.027Z] #42 46.18 DEP compel/plugins/fds/fds.d [2020-11-03T23:08:33.027Z] #42 46.38 CC compel/plugins/std/std.o [2020-11-03T23:08:33.245Z] #35 3.912 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-03T23:08:33.326Z] #42 ... [2020-11-03T23:08:33.326Z] [2020-11-03T23:08:33.326Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-03T23:08:33.326Z] #16 DONE 0.4s [2020-11-03T23:08:33.510Z] #35 3.914 -- Detecting C compiler ABI info [2020-11-03T23:08:33.624Z] [2020-11-03T23:08:33.624Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:08:33.624Z] #42 46.79 CC compel/plugins/std/fds.o [2020-11-03T23:08:33.624Z] #42 ... [2020-11-03T23:08:33.624Z] [2020-11-03T23:08:33.624Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-03T23:08:33.624Z] #17 DONE 0.3s [2020-11-03T23:08:33.924Z] [2020-11-03T23:08:33.924Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2020-11-03T23:08:33.924Z] #18 DONE 0.3s [2020-11-03T23:08:33.924Z] [2020-11-03T23:08:33.924Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:08:34.096Z] #35 4.674 -- Detecting C compiler ABI info - done [2020-11-03T23:08:34.096Z] #35 4.734 -- Detecting C compile features [2020-11-03T23:08:34.572Z] #19 0.421 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:08:34.573Z] #19 0.623 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:08:34.573Z] #19 0.664 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:08:35.053Z] #35 ... [2020-11-03T23:08:35.053Z] [2020-11-03T23:08:35.053Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:08:35.053Z] #41 3.609 Note: Building without setproctitle() and strlcpy() support. [2020-11-03T23:08:35.053Z] #41 3.609 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-03T23:08:35.053Z] #41 3.618 Note: Building without GnuTLS support [2020-11-03T23:08:35.053Z] #41 3.630 Makefile.config:39: Warn: you have no libnftables installed [2020-11-03T23:08:35.053Z] #41 3.630 Makefile.config:40: Warn: Building without nftables support [2020-11-03T23:08:35.053Z] #41 6.458 fatal: not a git repository (or any of the parent directories): .git [2020-11-03T23:08:35.053Z] #41 6.551 GEN .gitid [2020-11-03T23:08:35.053Z] #41 6.650 GEN criu/include/version.h [2020-11-03T23:08:35.053Z] #41 6.879 GEN include/common/asm [2020-11-03T23:08:35.053Z] #41 8.767 PBCC images/timens.pb-c.c [2020-11-03T23:08:35.053Z] #41 8.795 DEP images/timens.pb-c.d [2020-11-03T23:08:35.053Z] #41 8.846 PBCC images/fown.pb-c.c [2020-11-03T23:08:35.053Z] #41 8.959 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-03T23:08:35.053Z] #41 9.031 PBCC images/opts.pb-c.c [2020-11-03T23:08:35.053Z] #41 9.065 PBCC images/memfd.pb-c.c [2020-11-03T23:08:35.053Z] #41 9.097 DEP images/fown.pb-c.d [2020-11-03T23:08:35.053Z] #41 9.116 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-03T23:08:35.053Z] #41 9.166 DEP images/opts.pb-c.d [2020-11-03T23:08:35.053Z] #41 9.218 DEP images/memfd.pb-c.d [2020-11-03T23:08:35.053Z] #41 9.263 PBCC images/sit.pb-c.c [2020-11-03T23:08:35.053Z] #41 9.326 DEP images/sit.pb-c.d [2020-11-03T23:08:35.053Z] #41 9.377 PBCC images/macvlan.pb-c.c [2020-11-03T23:08:35.053Z] #41 9.388 DEP images/macvlan.pb-c.d [2020-11-03T23:08:35.053Z] #41 9.437 PBCC images/autofs.pb-c.c [2020-11-03T23:08:35.053Z] #41 9.463 DEP images/autofs.pb-c.d [2020-11-03T23:08:35.053Z] #41 9.503 PBCC images/sysctl.pb-c.c [2020-11-03T23:08:35.053Z] #41 9.539 DEP images/sysctl.pb-c.d [2020-11-03T23:08:35.053Z] #41 9.574 PBCC images/time.pb-c.c [2020-11-03T23:08:35.053Z] #41 9.612 DEP images/time.pb-c.d [2020-11-03T23:08:35.053Z] #41 9.631 PBCC images/binfmt-misc.pb-c.c [2020-11-03T23:08:35.053Z] #41 9.643 DEP images/binfmt-misc.pb-c.d [2020-11-03T23:08:35.053Z] #41 9.672 PBCC images/seccomp.pb-c.c [2020-11-03T23:08:35.053Z] #41 9.695 DEP images/seccomp.pb-c.d [2020-11-03T23:08:35.053Z] #41 9.740 PBCC images/userns.pb-c.c [2020-11-03T23:08:35.053Z] #41 9.781 DEP images/userns.pb-c.d [2020-11-03T23:08:35.053Z] #41 9.847 PBCC images/cgroup.pb-c.c [2020-11-03T23:08:35.053Z] #41 9.887 DEP images/cgroup.pb-c.d [2020-11-03T23:08:35.053Z] #41 9.961 PBCC images/ext-file.pb-c.c [2020-11-03T23:08:35.053Z] #41 9.978 DEP images/ext-file.pb-c.d [2020-11-03T23:08:35.053Z] #41 10.03 PBCC images/rpc.pb-c.c [2020-11-03T23:08:35.112Z] INFO [runner/unused/goanalysis] analyzers took 26.306245713s with top 10 stages: buildssa: 22.008600435s, U1000: 4.297645278s [2020-11-03T23:08:35.112Z] INFO [runner] Issues before processing: 2259, after processing: 0 [2020-11-03T23:08:35.112Z] INFO [runner] Processors filtering stat (out/in): cgo: 1679/2259, filename_unadjuster: 1679/1679, path_prettifier: 1679/1679, nolint: 0/64, exclude-rules: 64/1574, skip_files: 1679/1679, skip_dirs: 1679/1679, autogenerated_exclude: 1574/1679, identifier_marker: 1574/1574, exclude: 1574/1574 [2020-11-03T23:08:35.112Z] INFO [runner] processing took 138.83498ms with stages: nolint: 56.70664ms, identifier_marker: 41.940078ms, path_prettifier: 16.847134ms, autogenerated_exclude: 7.215669ms, skip_dirs: 6.974478ms, exclude-rules: 6.585603ms, cgo: 1.648862ms, filename_unadjuster: 910.522µs, max_same_issues: 1.805µs, diff: 929ns, uniq_by_line: 657ns, source_code: 534ns, max_from_linter: 479ns, exclude: 456ns, path_shortener: 437ns, skip_files: 411ns, max_per_file_from_linter: 286ns [2020-11-03T23:08:35.112Z] INFO [runner] linters took 1m34.596082443s with stages: goanalysis_metalinter: 1m16.293868006s, unused: 18.163172633s [2020-11-03T23:08:35.112Z] INFO File cache stats: 1442 entries of total size 6.8MiB [2020-11-03T23:08:35.112Z] INFO Memory: 1594 samples, avg is 256.9MB, max is 3230.4MB [2020-11-03T23:08:35.112Z] INFO Execution took 3m31.225430153s [2020-11-03T23:08:35.112Z] Congratulations! The shell scripts are properly formatted. [2020-11-03T23:08:35.118Z] #47 ... [2020-11-03T23:08:35.118Z] [2020-11-03T23:08:35.118Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:08:35.118Z] #34 37.93 Reading package lists... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-11-03T23:08:35.406Z] #41 10.11 DEP images/rpc.pb-c.d [2020-11-03T23:08:35.406Z] #41 10.17 PBCC images/siginfo.pb-c.c [2020-11-03T23:08:35.406Z] #41 ... [2020-11-03T23:08:35.406Z] [2020-11-03T23:08:35.406Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:35.406Z] #54 31.93 Checking out files: 37% (1302/3430) Checking out files: 38% (1304/3430) Checking out files: 39% (1338/3430) Checking out files: 40% (1372/3430) Checking out files: 41% (1407/3430) Checking out files: 42% (1441/3430) Checking out files: 43% (1475/3430) Checking out files: 44% (1510/3430) Checking out files: 45% (1544/3430) Checking out files: 46% (1578/3430) Checking out files: 47% (1613/3430) Checking out files: 48% (1647/3430) Checking out files: 49% (1681/3430) Checking out files: 50% (1715/3430) Checking out files: 51% (1750/3430) Checking out files: 52% (1784/3430) Checking out files: 53% (1818/3430) Checking out files: 54% (1853/3430) Checking out files: 55% (1887/3430) Checking out files: 56% (1921/3430) Checking out files: 57% (1956/3430) Checking out files: 58% (1990/3430) Checking out files: 59% (2024/3430) Checking out files: 60% (2058/3430) Checking out files: 61% (2093/3430) Checking out files: 62% (2127/3430) Checking out files: 63% (2161/3430) Checking out files: 64% (2196/3430) Checking out files: 65% (2230/3430) Checking out files: 66% (2264/3430) Checking out files: 67% (2299/3430) Checking out files: 68% (2333/3430) Checking out files: 69% (2367/3430) Checking out files: 70% (2401/3430) Checking out files: 71% (2436/3430) Checking out files: 72% (2470/3430) Checking out files: 73% (2504/3430) Checking out files: 74% (2539/3430) Checking out files: 75% (2573/3430) Checking out files: 76% (2607/3430) Checking out files: 77% (2642/3430) Checking out files: 78% (2676/3430) Checking out files: 79% (2710/3430) Checking out files: 80% (2744/3430) Checking out files: 81% (2779/3430) Checking out files: 82% (2813/3430) Checking out files: 83% (2847/3430) Checking out files: 84% (2882/3430) Checking out files: 85% (2916/3430) Checking out files: 86% (2950/3430) Checking out files: 87% (2985/3430) Checking out files: 88% (3019/3430) Checking out files: 89% (3053/3430) Checking out files: 90% (3087/3430) Checking out files: 91% (3122/3430) Checking out files: 92% (3156/3430) Checking out files: 93% (3190/3430) Checking out files: 94% (3225/3430) Checking out files: 95% (3259/3430) Checking out files: 96% (3293/3430) Checking out files: 97% (3328/3430) Checking out files: 98% (3362/3430) Checking out files: 99% (3396/3430) Checking out files: 100% (3430/3430) Checking out files: 100% (3430/3430), done. [2020-11-03T23:08:35.406Z] #54 33.32 + cd /tmp/tmp.1EUpUsMcRo/src/github.com/containerd/containerd [2020-11-03T23:08:35.406Z] #54 33.33 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-03T23:08:35.406Z] #54 34.26 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-03T23:08:35.406Z] #54 34.26 + BUILDTAGS='netgo osusergo static_build' [2020-11-03T23:08:35.406Z] #54 34.26 + export EXTRA_FLAGS=-buildmode=pie [2020-11-03T23:08:35.406Z] #54 34.27 + EXTRA_FLAGS=-buildmode=pie [2020-11-03T23:08:35.406Z] #54 34.27 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-03T23:08:35.406Z] #54 34.27 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-03T23:08:35.406Z] #54 34.27 + '[' '' = dynamic ']' [2020-11-03T23:08:35.406Z] #54 34.27 + make [2020-11-03T23:08:35.406Z] #54 35.58 + bin/ctr [2020-11-03T23:08:35.446Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41604/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:94bcfbdcb127d303563f72e7cf500179256c8f56 hack/make.sh dynbinary-daemon test-docker-py [2020-11-03T23:08:35.634Z] #19 1.451 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-03T23:08:35.671Z] #54 ... [2020-11-03T23:08:35.671Z] [2020-11-03T23:08:35.671Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:35.671Z] #43 67.29 math/big [2020-11-03T23:08:35.671Z] #43 68.37 compress/gzip [2020-11-03T23:08:35.671Z] #43 69.58 net [2020-11-03T23:08:35.671Z] #43 69.89 vendor/golang.org/x/text/unicode/bidi [2020-11-03T23:08:35.671Z] #43 69.98 go/doc [2020-11-03T23:08:35.671Z] #43 72.67 vendor/golang.org/x/text/secure/bidirule [2020-11-03T23:08:35.671Z] #43 73.20 vendor/golang.org/x/text/unicode/norm [2020-11-03T23:08:35.671Z] #43 75.10 github.com/LK4D4/vndr/build [2020-11-03T23:08:35.671Z] #43 ... [2020-11-03T23:08:35.671Z] [2020-11-03T23:08:35.671Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:08:35.671Z] #41 10.22 DEP images/siginfo.pb-c.d [2020-11-03T23:08:35.671Z] #41 10.26 PBCC images/pagemap.pb-c.c [2020-11-03T23:08:35.671Z] #41 10.32 DEP images/pagemap.pb-c.d [2020-11-03T23:08:35.671Z] #41 10.40 PBCC images/rlimit.pb-c.c [2020-11-03T23:08:35.671Z] #41 10.51 DEP images/rlimit.pb-c.d [2020-11-03T23:08:35.671Z] #41 10.55 PBCC images/file-lock.pb-c.c [2020-11-03T23:08:35.671Z] #41 10.58 DEP images/file-lock.pb-c.d [2020-11-03T23:08:35.671Z] #41 10.62 PBCC images/tty.pb-c.c [2020-11-03T23:08:35.671Z] #41 10.67 DEP images/tty.pb-c.d [2020-11-03T23:08:35.671Z] #41 10.71 PBCC images/tun.pb-c.c [2020-11-03T23:08:35.791Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-03T23:08:35.791Z] [2020-11-03T23:08:35.791Z] + TEST_INTEGRATION_DEST=2 [2020-11-03T23:08:35.791Z] + CONTAINER_NAME=docker-pr4-2 [2020-11-03T23:08:35.791Z] + TEST_SKIP_INTEGRATION=1 [2020-11-03T23:08:35.791Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-11-03T23:08:35.791Z] + run_tests [2020-11-03T23:08:35.791Z] + c=0 [2020-11-03T23:08:35.791Z] + '[' -n 0 ']' [2020-11-03T23:08:35.791Z] + rm= [2020-11-03T23:08:35.791Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41604/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41604/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41604/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:94bcfbdcb127d303563f72e7cf500179256c8f56 hack/make.sh '' test-integration [2020-11-03T23:08:35.791Z] + TEST_INTEGRATION_DEST=1 [2020-11-03T23:08:35.791Z] + CONTAINER_NAME=docker-pr4-1 [2020-11-03T23:08:35.791Z] + TEST_SKIP_INTEGRATION_CLI=1 [2020-11-03T23:08:35.791Z] + run_tests test-integration-flaky [2020-11-03T23:08:35.791Z] + '[' -n 0 ']' [2020-11-03T23:08:35.791Z] + rm= [2020-11-03T23:08:35.791Z] + TEST_INTEGRATION_DEST=3 [2020-11-03T23:08:35.791Z] + CONTAINER_NAME=docker-pr4-3 [2020-11-03T23:08:35.791Z] + TEST_SKIP_INTEGRATION=1 [2020-11-03T23:08:35.791Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-11-03T23:08:35.791Z] + run_tests [2020-11-03T23:08:35.791Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41604/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41604/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41604/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:94bcfbdcb127d303563f72e7cf500179256c8f56 hack/make.sh test-integration-flaky test-integration [2020-11-03T23:08:35.791Z] + '[' -n 0 ']' [2020-11-03T23:08:35.791Z] + rm= [2020-11-03T23:08:35.791Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41604/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41604/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41604/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:94bcfbdcb127d303563f72e7cf500179256c8f56 hack/make.sh '' test-integration [2020-11-03T23:08:35.791Z] ++ jobs -p [2020-11-03T23:08:35.791Z] + for job in $(jobs -p) [2020-11-03T23:08:35.791Z] + wait 22355 [2020-11-03T23:08:35.791Z] [2020-11-03T23:08:35.791Z] [2020-11-03T23:08:35.791Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-03T23:08:35.791Z] [2020-11-03T23:08:35.791Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-11-03T23:08:35.791Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-03T23:08:35.791Z] HOSTNAME=798e42895166 [2020-11-03T23:08:35.791Z] TEST_SKIP_INTEGRATION=1 [2020-11-03T23:08:35.791Z] TESTDEBUG=0 [2020-11-03T23:08:35.791Z] DEST=bundles/test-integration [2020-11-03T23:08:35.791Z] PWD=/go/src/github.com/docker/docker [2020-11-03T23:08:35.791Z] KEEPBUNDLE=1 [2020-11-03T23:08:35.791Z] DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 [2020-11-03T23:08:35.791Z] container=docker [2020-11-03T23:08:35.791Z] HOME=/root [2020-11-03T23:08:35.791Z] GOLANG_VERSION=1.13.15 [2020-11-03T23:08:35.791Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-03T23:08:35.791Z] VALIDATE_BRANCH=master [2020-11-03T23:08:35.791Z] TERM=xterm [2020-11-03T23:08:35.791Z] DOCKER_PKG=github.com/docker/docker [2020-11-03T23:08:35.791Z] SHLVL=1 [2020-11-03T23:08:35.791Z] TIMEOUT=120m [2020-11-03T23:08:35.791Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-03T23:08:35.791Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-03T23:08:35.791Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-11-03T23:08:35.791Z] GO111MODULE=off [2020-11-03T23:08:35.791Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-03T23:08:35.791Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-03T23:08:35.791Z] GOPATH=/go [2020-11-03T23:08:35.791Z] PKG_CONFIG=pkg-config [2020-11-03T23:08:35.791Z] _=/usr/bin/env [2020-11-03T23:08:35.791Z] Building test suite binary ./integration-cli/test.main [2020-11-03T23:08:35.791Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-03T23:08:35.791Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-03T23:08:35.791Z] HOSTNAME=85e91810584b [2020-11-03T23:08:35.791Z] TEST_SKIP_INTEGRATION=1 [2020-11-03T23:08:35.791Z] TESTDEBUG=0 [2020-11-03T23:08:35.791Z] DEST=bundles/test-integration [2020-11-03T23:08:35.791Z] PWD=/go/src/github.com/docker/docker [2020-11-03T23:08:35.791Z] KEEPBUNDLE=1 [2020-11-03T23:08:35.791Z] DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 [2020-11-03T23:08:35.791Z] container=docker [2020-11-03T23:08:35.791Z] HOME=/root [2020-11-03T23:08:35.791Z] GOLANG_VERSION=1.13.15 [2020-11-03T23:08:35.791Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-03T23:08:35.791Z] VALIDATE_BRANCH=master [2020-11-03T23:08:35.791Z] TERM=xterm [2020-11-03T23:08:35.791Z] DOCKER_PKG=github.com/docker/docker [2020-11-03T23:08:35.791Z] SHLVL=1 [2020-11-03T23:08:35.791Z] TIMEOUT=120m [2020-11-03T23:08:35.791Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-03T23:08:35.791Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-03T23:08:35.791Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-11-03T23:08:35.791Z] GO111MODULE=off [2020-11-03T23:08:35.791Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-03T23:08:35.791Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-03T23:08:35.791Z] GOPATH=/go [2020-11-03T23:08:35.791Z] PKG_CONFIG=pkg-config [2020-11-03T23:08:35.791Z] _=/usr/bin/env [2020-11-03T23:08:35.791Z] Building test suite binary ./integration-cli/test.main [2020-11-03T23:08:35.791Z] No new tests added to integration. [2020-11-03T23:08:35.791Z] [2020-11-03T23:08:35.791Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-03T23:08:35.791Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-03T23:08:35.791Z] HOSTNAME=ad106e5203b3 [2020-11-03T23:08:35.791Z] TESTDEBUG=0 [2020-11-03T23:08:35.791Z] DEST=bundles/test-integration [2020-11-03T23:08:35.791Z] PWD=/go/src/github.com/docker/docker [2020-11-03T23:08:35.791Z] KEEPBUNDLE=1 [2020-11-03T23:08:35.791Z] DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 [2020-11-03T23:08:35.791Z] container=docker [2020-11-03T23:08:35.791Z] HOME=/root [2020-11-03T23:08:35.791Z] GOLANG_VERSION=1.13.15 [2020-11-03T23:08:35.791Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-03T23:08:35.791Z] VALIDATE_BRANCH=master [2020-11-03T23:08:35.791Z] TERM=xterm [2020-11-03T23:08:35.791Z] DOCKER_PKG=github.com/docker/docker [2020-11-03T23:08:35.791Z] SHLVL=1 [2020-11-03T23:08:35.791Z] TIMEOUT=120m [2020-11-03T23:08:35.791Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-03T23:08:35.791Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-03T23:08:35.791Z] GO111MODULE=off [2020-11-03T23:08:35.791Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-03T23:08:35.792Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-03T23:08:35.792Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-03T23:08:35.792Z] GOPATH=/go [2020-11-03T23:08:35.792Z] PKG_CONFIG=pkg-config [2020-11-03T23:08:35.792Z] _=/usr/bin/env [2020-11-03T23:08:35.792Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-03T23:08:35.937Z] #41 10.73 PBCC images/netdev.pb-c.c [2020-11-03T23:08:35.937Z] #41 10.80 DEP images/tun.pb-c.d [2020-11-03T23:08:35.937Z] #41 10.85 DEP images/netdev.pb-c.d [2020-11-03T23:08:35.937Z] #41 10.93 PBCC images/vma.pb-c.c [2020-11-03T23:08:35.937Z] #41 10.99 DEP images/vma.pb-c.d [2020-11-03T23:08:36.013Z] [2020-11-03T23:08:36.013Z] Removing bundles/ [2020-11-03T23:08:36.013Z] [2020-11-03T23:08:36.013Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-11-03T23:08:36.013Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-03T23:08:36.013Z] GOOS="" GOARCH="" GOARM="" [2020-11-03T23:08:36.202Z] #41 ... [2020-11-03T23:08:36.202Z] [2020-11-03T23:08:36.202Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:36.202Z] #49 68.32 golang.org/x/crypto/ssh/terminal [2020-11-03T23:08:36.202Z] #49 69.87 mvdan.cc/sh/v3/cmd/shfmt [2020-11-03T23:08:36.202Z] #49 DONE 77.8s [2020-11-03T23:08:36.202Z] [2020-11-03T23:08:36.202Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:08:36.202Z] #41 11.09 PBCC images/creds.pb-c.c [2020-11-03T23:08:36.202Z] #41 11.18 DEP images/creds.pb-c.d [2020-11-03T23:08:36.467Z] #41 11.28 PBCC images/utsns.pb-c.c [2020-11-03T23:08:36.467Z] #41 11.30 DEP images/utsns.pb-c.d [2020-11-03T23:08:36.467Z] #41 11.39 PBCC images/ipc-desc.pb-c.c [2020-11-03T23:08:36.467Z] #41 11.42 PBCC images/ipc-sem.pb-c.c [2020-11-03T23:08:36.467Z] #41 11.48 DEP images/ipc-desc.pb-c.d [2020-11-03T23:08:36.713Z] #19 2.889 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB] [2020-11-03T23:08:36.732Z] #41 11.55 DEP images/ipc-sem.pb-c.d [2020-11-03T23:08:36.732Z] #41 11.65 PBCC images/ipc-msg.pb-c.c [2020-11-03T23:08:36.732Z] #41 11.72 DEP images/ipc-msg.pb-c.d [2020-11-03T23:08:36.996Z] #41 11.91 PBCC images/ipc-shm.pb-c.c [2020-11-03T23:08:36.996Z] #41 11.94 DEP images/ipc-shm.pb-c.d [2020-11-03T23:08:37.262Z] #41 12.12 PBCC images/ipc-var.pb-c.c [2020-11-03T23:08:37.262Z] #41 12.22 DEP images/ipc-var.pb-c.d [2020-11-03T23:08:37.262Z] #41 12.26 PBCC images/sk-opts.pb-c.c [2020-11-03T23:08:37.262Z] #41 12.29 PBCC images/packet-sock.pb-c.c [2020-11-03T23:08:37.528Z] #41 12.36 DEP images/sk-opts.pb-c.d [2020-11-03T23:08:37.528Z] #41 12.41 DEP images/packet-sock.pb-c.d [2020-11-03T23:08:37.739Z] #34 48.90 Building dependency tree... [2020-11-03T23:08:37.793Z] #41 12.56 PBCC images/sk-netlink.pb-c.c [2020-11-03T23:08:37.793Z] #41 12.61 DEP images/sk-netlink.pb-c.d [2020-11-03T23:08:37.793Z] #41 12.69 PBCC images/sk-inet.pb-c.c [2020-11-03T23:08:37.793Z] #41 12.76 DEP images/sk-inet.pb-c.d [2020-11-03T23:08:37.793Z] #41 12.83 PBCC images/sk-unix.pb-c.c [2020-11-03T23:08:38.058Z] #41 12.89 DEP images/sk-unix.pb-c.d [2020-11-03T23:08:38.058Z] #41 12.95 PBCC images/mm.pb-c.c [2020-11-03T23:08:38.250Z] #19 4.304 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-03T23:08:38.375Z] #41 13.11 DEP images/mm.pb-c.d [2020-11-03T23:08:38.375Z] #41 13.15 PBCC images/timerfd.pb-c.c [2020-11-03T23:08:38.375Z] #41 13.18 DEP images/timerfd.pb-c.d [2020-11-03T23:08:38.375Z] #41 13.24 PBCC images/timer.pb-c.c [2020-11-03T23:08:38.375Z] #41 13.28 DEP images/timer.pb-c.d [2020-11-03T23:08:38.375Z] #41 13.36 PBCC images/sa.pb-c.c [2020-11-03T23:08:38.639Z] #41 13.48 DEP images/sa.pb-c.d [2020-11-03T23:08:38.639Z] #41 13.52 PBCC images/pipe-data.pb-c.c [2020-11-03T23:08:38.639Z] #41 13.54 DEP images/pipe-data.pb-c.d [2020-11-03T23:08:38.639Z] #41 13.58 PBCC images/mnt.pb-c.c [2020-11-03T23:08:38.639Z] #41 13.67 DEP images/mnt.pb-c.d [2020-11-03T23:08:38.639Z] #41 13.71 PBCC images/sk-packet.pb-c.c [2020-11-03T23:08:38.905Z] #41 13.76 DEP images/sk-packet.pb-c.d [2020-11-03T23:08:38.905Z] #41 13.83 PBCC images/tcp-stream.pb-c.c [2020-11-03T23:08:38.905Z] #41 13.86 DEP images/tcp-stream.pb-c.d [2020-11-03T23:08:38.905Z] #41 13.92 PBCC images/pipe.pb-c.c [2020-11-03T23:08:38.905Z] #41 13.97 DEP images/pipe.pb-c.d [2020-11-03T23:08:39.171Z] #41 14.00 PBCC images/pstree.pb-c.c [2020-11-03T23:08:39.171Z] #41 14.03 DEP images/pstree.pb-c.d [2020-11-03T23:08:39.171Z] #41 14.07 PBCC images/fs.pb-c.c [2020-11-03T23:08:39.171Z] #41 14.09 DEP images/fs.pb-c.d [2020-11-03T23:08:39.171Z] #41 14.12 PBCC images/signalfd.pb-c.c [2020-11-03T23:08:39.171Z] #41 14.15 DEP images/signalfd.pb-c.d [2020-11-03T23:08:39.171Z] #41 14.19 PBCC images/fh.pb-c.c [2020-11-03T23:08:39.440Z] #41 14.22 PBCC images/fsnotify.pb-c.c [2020-11-03T23:08:39.440Z] #41 14.26 DEP images/fh.pb-c.d [2020-11-03T23:08:39.440Z] #41 14.29 DEP images/fsnotify.pb-c.d [2020-11-03T23:08:39.440Z] #41 14.32 PBCC images/eventpoll.pb-c.c [2020-11-03T23:08:39.440Z] #41 14.35 DEP images/eventpoll.pb-c.d [2020-11-03T23:08:39.440Z] #41 14.42 PBCC images/eventfd.pb-c.c [2020-11-03T23:08:39.705Z] #41 14.45 DEP images/eventfd.pb-c.d [2020-11-03T23:08:39.705Z] #41 14.48 PBCC images/remap-file-path.pb-c.c [2020-11-03T23:08:39.705Z] #41 14.50 DEP images/remap-file-path.pb-c.d [2020-11-03T23:08:39.705Z] #41 14.55 PBCC images/fifo.pb-c.c [2020-11-03T23:08:39.705Z] #41 14.57 DEP images/fifo.pb-c.d [2020-11-03T23:08:39.705Z] #41 14.60 PBCC images/ghost-file.pb-c.c [2020-11-03T23:08:39.705Z] #41 14.64 DEP images/ghost-file.pb-c.d [2020-11-03T23:08:39.970Z] #41 14.74 PBCC images/regfile.pb-c.c [2020-11-03T23:08:39.970Z] #41 14.78 DEP images/regfile.pb-c.d [2020-11-03T23:08:39.970Z] #41 14.82 PBCC images/ns.pb-c.c [2020-11-03T23:08:39.970Z] #41 14.86 DEP images/ns.pb-c.d [2020-11-03T23:08:39.970Z] #41 14.89 PBCC images/fdinfo.pb-c.c [2020-11-03T23:08:39.970Z] #41 14.92 DEP images/fdinfo.pb-c.d [2020-11-03T23:08:39.970Z] #41 14.94 PBCC images/core-aarch64.pb-c.c [2020-11-03T23:08:39.970Z] #41 14.98 PBCC images/core-arm.pb-c.c [2020-11-03T23:08:39.970Z] #41 15.00 PBCC images/core-ppc64.pb-c.c [2020-11-03T23:08:39.970Z] #41 15.03 PBCC images/core-s390.pb-c.c [2020-11-03T23:08:39.970Z] #41 15.07 PBCC images/core-x86.pb-c.c [2020-11-03T23:08:39.974Z] Fetching without tags [2020-11-03T23:08:40.235Z] #41 15.10 PBCC images/core.pb-c.c [2020-11-03T23:08:40.235Z] #41 15.14 PBCC images/inventory.pb-c.c [2020-11-03T23:08:40.235Z] #41 15.17 DEP images/core-aarch64.pb-c.d [2020-11-03T23:08:40.235Z] #41 15.19 DEP images/core-arm.pb-c.d [2020-11-03T23:08:40.235Z] #41 15.21 DEP images/core-ppc64.pb-c.d [2020-11-03T23:08:40.235Z] #41 15.23 DEP images/core-s390.pb-c.d [2020-11-03T23:08:40.235Z] #41 15.26 DEP images/core-x86.pb-c.d [2020-11-03T23:08:40.235Z] #41 15.30 DEP images/core.pb-c.d [2020-11-03T23:08:40.287Z] #34 ... [2020-11-03T23:08:40.287Z] [2020-11-03T23:08:40.287Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-03T23:08:40.287Z] #53 42.99 Reading package lists... [2020-11-03T23:08:40.365Z] #19 ... [2020-11-03T23:08:40.365Z] [2020-11-03T23:08:40.365Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:08:40.365Z] #42 47.18 CC compel/plugins/std/log.o [2020-11-03T23:08:40.365Z] #42 48.01 CC compel/plugins/std/string.o [2020-11-03T23:08:40.365Z] #42 48.86 CC compel/plugins/std/infect.o [2020-11-03T23:08:40.365Z] #42 49.47 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-11-03T23:08:40.365Z] #42 49.55 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-11-03T23:08:40.365Z] #42 49.60 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-11-03T23:08:40.365Z] #42 49.70 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-11-03T23:08:40.365Z] #42 49.92 AR compel/plugins/std.lib.a [2020-11-03T23:08:40.365Z] #42 50.06 CC compel/plugins/fds/fds.o [2020-11-03T23:08:40.365Z] #42 50.48 AR compel/plugins/fds.lib.a [2020-11-03T23:08:40.365Z] #42 50.58 HOSTDEP compel/src/lib/log-host.d [2020-11-03T23:08:40.365Z] #42 50.68 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-03T23:08:40.365Z] #42 50.80 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-11-03T23:08:40.365Z] #42 50.86 HOSTDEP compel/src/main-host.d [2020-11-03T23:08:40.365Z] #42 50.96 DEP compel/src/lib/ptrace.d [2020-11-03T23:08:40.365Z] #42 51.18 DEP compel/src/lib/infect.d [2020-11-03T23:08:40.365Z] #42 51.33 DEP compel/src/lib/infect-util.d [2020-11-03T23:08:40.365Z] #42 51.47 DEP compel/src/lib/infect-rpc.d [2020-11-03T23:08:40.365Z] #42 51.65 DEP compel/arch/ppc64/src/lib/infect.d [2020-11-03T23:08:40.365Z] #42 51.75 DEP compel/arch/ppc64/src/lib/cpu.d [2020-11-03T23:08:40.365Z] #42 51.82 DEP compel/src/lib/log.d [2020-11-03T23:08:40.365Z] #42 51.96 DEP compel/src/main.d [2020-11-03T23:08:40.365Z] #42 52.08 DEP compel/src/lib/handle-elf.d [2020-11-03T23:08:40.365Z] #42 52.20 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-11-03T23:08:40.365Z] #42 52.31 CC compel/src/lib/log.o [2020-11-03T23:08:40.365Z] #42 52.57 CC compel/arch/ppc64/src/lib/cpu.o [2020-11-03T23:08:40.365Z] #42 52.86 CC compel/arch/ppc64/src/lib/infect.o [2020-11-03T23:08:40.365Z] #42 53.62 CC compel/src/lib/infect-rpc.o [2020-11-03T23:08:40.500Z] #41 15.32 DEP images/inventory.pb-c.d [2020-11-03T23:08:40.500Z] #41 15.35 PBCC images/cpuinfo.pb-c.c [2020-11-03T23:08:40.500Z] #41 15.37 DEP images/cpuinfo.pb-c.d [2020-11-03T23:08:40.500Z] #41 15.40 PBCC images/stats.pb-c.c [2020-11-03T23:08:40.500Z] #41 15.42 DEP images/stats.pb-c.d [2020-11-03T23:08:40.664Z] #42 53.99 CC compel/src/lib/infect-util.o [2020-11-03T23:08:40.969Z] #42 54.26 CC compel/src/lib/infect.o [2020-11-03T23:08:41.080Z] #41 ... [2020-11-03T23:08:41.081Z] [2020-11-03T23:08:41.081Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:41.081Z] #35 6.752 -- Detecting C compile features - done [2020-11-03T23:08:41.081Z] #35 6.789 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-03T23:08:41.081Z] #35 7.109 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-03T23:08:41.081Z] #35 7.203 -- Configuring done [2020-11-03T23:08:41.081Z] #35 7.240 -- Generating done [2020-11-03T23:08:41.081Z] #35 7.240 -- Build files have been written to: /tmp/tmp.iorLd9Nsqq/tini [2020-11-03T23:08:41.081Z] #35 7.253 + make tini-static [2020-11-03T23:08:41.081Z] #35 7.659 Scanning dependencies of target tini-static [2020-11-03T23:08:41.081Z] #35 7.735 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-03T23:08:41.081Z] #35 9.220 [100%] Linking C executable tini-static [2020-11-03T23:08:41.081Z] #35 9.692 [100%] Built target tini-static [2020-11-03T23:08:41.081Z] #35 9.791 + mkdir -p /build [2020-11-03T23:08:41.081Z] #35 9.795 + cp tini-static /build/docker-init [2020-11-03T23:08:41.081Z] #35 DONE 11.7s [2020-11-03T23:08:41.258Z] Merging remotes/origin/master commit 42855ebc7fdf649d5e555a540078c48676dc665e into PR head commit dfc2d770e47f36ee24ff9b9c3b65683196355ddd [2020-11-03T23:08:41.349Z] [2020-11-03T23:08:41.350Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:41.350Z] #43 80.11 mime [2020-11-03T23:08:41.350Z] #43 80.13 vendor/golang.org/x/net/idna [2020-11-03T23:08:39.647Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-03T23:08:39.704Z] > git config --add remote.origin.fetch +refs/pull/41604/head:refs/remotes/origin/PR-41604 # timeout=10 [2020-11-03T23:08:39.756Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:08:39.880Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-03T23:08:40.008Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-03T23:08:40.008Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:08:40.010Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41604/head:refs/remotes/origin/PR-41604 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-03T23:08:41.365Z] > git config core.sparsecheckout # timeout=10 [2020-11-03T23:08:41.416Z] > git checkout -f dfc2d770e47f36ee24ff9b9c3b65683196355ddd # timeout=10 [2020-11-03T23:08:42.194Z] #53 54.14 Building dependency tree... [2020-11-03T23:08:42.323Z] #43 ... [2020-11-03T23:08:42.323Z] [2020-11-03T23:08:42.323Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:08:42.323Z] #11 73.72 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-03T23:08:42.323Z] #11 73.73 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-11-03T23:08:42.323Z] #11 73.74 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:08:42.323Z] #11 73.94 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-03T23:08:42.323Z] #11 73.94 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-11-03T23:08:42.323Z] #11 73.95 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:08:42.323Z] #11 ... [2020-11-03T23:08:42.323Z] [2020-11-03T23:08:42.323Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:08:42.323Z] #41 17.07 make[1]: Nothing to be done for 'all'. [2020-11-03T23:08:43.076Z] #42 ... [2020-11-03T23:08:43.076Z] [2020-11-03T23:08:43.076Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:43.076Z] #52 11.30 + cd /tmp/tmp.hqjtkgpRt9/src/github.com/opencontainers/runc [2020-11-03T23:08:43.076Z] #52 11.30 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-03T23:08:43.133Z] #53 ... [2020-11-03T23:08:43.133Z] [2020-11-03T23:08:43.133Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:08:43.133Z] #40 36.97 Reading package lists... [2020-11-03T23:08:43.133Z] #40 47.40 Building dependency tree... [2020-11-03T23:08:43.133Z] #40 53.11 The following additional packages will be installed: [2020-11-03T23:08:43.133Z] #40 53.13 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-03T23:08:43.133Z] #40 53.13 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-03T23:08:43.133Z] #40 53.14 Suggested packages: [2020-11-03T23:08:43.133Z] #40 53.20 manpages-dev python-setuptools [2020-11-03T23:08:43.133Z] #40 55.07 The following NEW packages will be installed: [2020-11-03T23:08:43.133Z] #40 55.14 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-03T23:08:43.133Z] #40 55.16 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-03T23:08:43.133Z] #40 55.16 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-03T23:08:43.133Z] #40 55.16 python-six zlib1g-dev [2020-11-03T23:08:43.133Z] #40 56.12 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:08:43.133Z] #40 56.12 Need to get 4095 kB of archives. [2020-11-03T23:08:43.133Z] #40 56.12 After this operation, 22.5 MB of additional disk space will be used. [2020-11-03T23:08:43.133Z] #40 56.12 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-11-03T23:08:43.133Z] #40 56.16 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-03T23:08:43.133Z] #40 56.18 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-03T23:08:43.133Z] #40 56.18 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-03T23:08:43.133Z] #40 56.21 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-11-03T23:08:43.133Z] #40 56.38 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-03T23:08:43.133Z] #40 56.38 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-11-03T23:08:43.133Z] #40 56.39 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-03T23:08:43.133Z] #40 56.43 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-11-03T23:08:43.133Z] #40 56.52 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-11-03T23:08:43.133Z] #40 56.55 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-11-03T23:08:43.133Z] #40 56.66 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-11-03T23:08:43.133Z] #40 56.75 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-03T23:08:43.133Z] #40 56.75 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-03T23:08:43.133Z] #40 56.77 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-03T23:08:43.133Z] #40 56.83 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-11-03T23:08:43.133Z] #40 56.83 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-11-03T23:08:43.133Z] #40 ... [2020-11-03T23:08:43.133Z] [2020-11-03T23:08:43.133Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:08:43.133Z] #34 54.22 The following additional packages will be installed: [2020-11-03T23:08:43.133Z] #34 54.23 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-03T23:08:43.133Z] #34 54.24 Suggested packages: [2020-11-03T23:08:43.133Z] #34 54.24 cmake-doc ninja-build lrzip [2020-11-03T23:08:43.133Z] #34 54.24 Recommended packages: [2020-11-03T23:08:43.133Z] #34 54.24 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-03T23:08:43.133Z] #34 55.62 The following NEW packages will be installed: [2020-11-03T23:08:43.133Z] #34 55.65 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-03T23:08:43.133Z] #34 55.65 vim-common xxd [2020-11-03T23:08:43.133Z] #34 56.35 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:08:43.133Z] #34 56.35 Need to get 14.9 MB of archives. [2020-11-03T23:08:43.133Z] #34 56.35 After this operation, 61.8 MB of additional disk space will be used. [2020-11-03T23:08:43.133Z] #34 56.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-03T23:08:43.133Z] #34 56.38 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-03T23:08:43.133Z] #34 56.38 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-11-03T23:08:43.133Z] #34 56.73 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-03T23:08:43.376Z] #52 ... [2020-11-03T23:08:43.376Z] [2020-11-03T23:08:43.376Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:43.376Z] #44 109.0 encoding/xml [2020-11-03T23:08:43.376Z] #44 114.9 math/big [2020-11-03T23:08:43.376Z] #44 116.6 go/doc [2020-11-03T23:08:43.376Z] #44 ... [2020-11-03T23:08:43.376Z] [2020-11-03T23:08:43.376Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:43.376Z] #52 11.82 + '[' -z '' ']' [2020-11-03T23:08:43.377Z] #52 11.82 + target=static [2020-11-03T23:08:43.377Z] #52 11.82 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-03T23:08:43.678Z] #52 11.95 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-03T23:08:43.979Z] #52 ... [2020-11-03T23:08:43.979Z] [2020-11-03T23:08:43.979Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:43.979Z] #50 110.5 golang.org/x/crypto/ssh/terminal [2020-11-03T23:08:43.979Z] #50 114.1 mvdan.cc/sh/v3/cmd/shfmt [2020-11-03T23:08:43.979Z] #50 DONE 119.6s [2020-11-03T23:08:43.979Z] [2020-11-03T23:08:43.979Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:08:43.979Z] #39 ... [2020-11-03T23:08:43.979Z] [2020-11-03T23:08:43.979Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:08:43.979Z] #19 10.20 Fetched 8171 kB in 10s (831 kB/s) [2020-11-03T23:08:44.071Z] #34 57.79 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-11-03T23:08:44.071Z] #34 57.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-11-03T23:08:44.071Z] #34 57.88 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-11-03T23:08:44.071Z] #34 57.88 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-11-03T23:08:44.071Z] #34 57.89 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-11-03T23:08:44.071Z] #34 57.90 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-11-03T23:08:44.262Z] #41 19.04 CC images/stats.o [2020-11-03T23:08:44.527Z] #41 19.44 CC images/core.o [2020-11-03T23:08:44.527Z] #41 ... [2020-11-03T23:08:44.527Z] [2020-11-03T23:08:44.527Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:44.527Z] #56 78.68 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-03T23:08:44.527Z] #56 78.68 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-03T23:08:44.527Z] #56 DONE 86.2s [2020-11-03T23:08:44.793Z] [2020-11-03T23:08:44.793Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-03T23:08:44.793Z] #57 DONE 0.2s [2020-11-03T23:08:44.793Z] [2020-11-03T23:08:44.793Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:08:44.793Z] #11 ... [2020-11-03T23:08:44.793Z] [2020-11-03T23:08:44.793Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-03T23:08:44.641Z] > git remote # timeout=10 [2020-11-03T23:08:44.725Z] > git config --get remote.origin.url # timeout=10 [2020-11-03T23:08:44.774Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-03T23:08:44.776Z] > git merge 42855ebc7fdf649d5e555a540078c48676dc665e # timeout=10 [2020-11-03T23:08:45.061Z] #58 DONE 0.2s [2020-11-03T23:08:45.061Z] [2020-11-03T23:08:45.061Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-03T23:08:45.326Z] #30 ... [2020-11-03T23:08:45.326Z] [2020-11-03T23:08:45.326Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:08:45.326Z] #41 20.27 CC images/core-x86.o [2020-11-03T23:08:45.544Z] Merge succeeded, producing 65dfb5f2d911b69bb1a0e57e4ded8e30218bb443 [2020-11-03T23:08:45.544Z] Checking out Revision 65dfb5f2d911b69bb1a0e57e4ded8e30218bb443 (PR-41604) [2020-11-03T23:08:45.908Z] #41 20.86 CC images/core-arm.o [2020-11-03T23:08:45.980Z] #34 59.57 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:08:45.980Z] #34 59.94 Fetched 14.9 MB in 3s (5854 kB/s) [2020-11-03T23:08:46.242Z] #34 ... [2020-11-03T23:08:46.242Z] [2020-11-03T23:08:46.242Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:08:46.242Z] #40 58.34 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:08:46.242Z] #40 58.62 Fetched 4095 kB in 1s (2946 kB/s) [2020-11-03T23:08:46.242Z] #40 58.74 Selecting previously unselected package libcap-dev:amd64. [2020-11-03T23:08:46.242Z] #40 58.74 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-03T23:08:46.242Z] #40 58.88 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-11-03T23:08:46.242Z] #40 59.02 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-11-03T23:08:46.242Z] #40 59.27 Selecting previously unselected package libnet1:amd64. [2020-11-03T23:08:46.242Z] #40 59.31 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-03T23:08:46.242Z] #40 59.37 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-03T23:08:46.242Z] #40 59.55 Selecting previously unselected package libnet1-dev. [2020-11-03T23:08:46.242Z] #40 59.56 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-03T23:08:46.242Z] #40 59.56 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-03T23:08:46.242Z] #40 59.96 Selecting previously unselected package libnl-3-200:amd64. [2020-11-03T23:08:46.242Z] #40 59.97 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-03T23:08:46.242Z] #40 60.06 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-03T23:08:46.438Z] #41 21.27 CC images/core-aarch64.o [2020-11-03T23:08:46.703Z] #41 21.69 CC images/core-ppc64.o [2020-11-03T23:08:47.010Z] #40 60.46 Selecting previously unselected package libnl-3-dev:amd64. [2020-11-03T23:08:47.010Z] #40 60.47 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-11-03T23:08:47.010Z] #40 60.66 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-03T23:08:47.010Z] #40 ... [2020-11-03T23:08:47.010Z] [2020-11-03T23:08:47.010Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:47.010Z] #62 DONE 60.9s [2020-11-03T23:08:47.269Z] [2020-11-03T23:08:47.270Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:08:47.270Z] #34 60.28 Selecting previously unselected package xxd. [2020-11-03T23:08:47.270Z] #34 60.28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-03T23:08:47.270Z] #34 60.40 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-03T23:08:47.270Z] #34 60.46 Unpacking xxd (2:8.1.0875-5) ... [2020-11-03T23:08:47.270Z] #34 60.97 Selecting previously unselected package vim-common. [2020-11-03T23:08:47.270Z] #34 60.97 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-03T23:08:47.270Z] #34 61.05 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-03T23:08:47.657Z] #41 22.38 CC images/core-s390.o [2020-11-03T23:08:48.096Z] #34 61.81 Selecting previously unselected package cmake-data. [2020-11-03T23:08:48.096Z] #34 61.81 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-03T23:08:48.096Z] #34 61.83 Unpacking cmake-data (3.13.4-1) ... [2020-11-03T23:08:48.096Z] #34 ... [2020-11-03T23:08:48.096Z] [2020-11-03T23:08:48.096Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:08:48.096Z] #11 40.92 Reading package lists... [2020-11-03T23:08:48.096Z] #11 52.42 Building dependency tree... [2020-11-03T23:08:48.096Z] #11 57.28 The following additional packages will be installed: [2020-11-03T23:08:48.096Z] #11 57.28 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-03T23:08:48.096Z] #11 57.28 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-03T23:08:48.096Z] #11 57.28 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-03T23:08:48.096Z] #11 57.29 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-03T23:08:48.096Z] #11 57.30 Suggested packages: [2020-11-03T23:08:48.096Z] #11 57.30 gcc-8-locales seccomp wine64 [2020-11-03T23:08:48.096Z] #11 59.05 The following NEW packages will be installed: [2020-11-03T23:08:48.096Z] #11 59.05 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-03T23:08:48.096Z] #11 59.06 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-03T23:08:48.096Z] #11 59.06 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-03T23:08:48.096Z] #11 59.06 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-03T23:08:48.096Z] #11 59.06 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-03T23:08:48.096Z] #11 59.07 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-03T23:08:48.096Z] #11 59.55 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:08:48.096Z] #11 59.55 Need to get 77.7 MB of archives. [2020-11-03T23:08:48.096Z] #11 59.55 After this operation, 487 MB of additional disk space will be used. [2020-11-03T23:08:48.096Z] #11 59.55 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-03T23:08:48.096Z] #11 59.95 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-03T23:08:48.096Z] #11 60.39 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-03T23:08:48.096Z] #11 60.45 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-03T23:08:48.097Z] #11 60.66 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-11-03T23:08:48.097Z] #11 60.67 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-03T23:08:48.097Z] #11 61.64 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-03T23:08:45.437Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-11-03T23:08:45.577Z] > git config core.sparsecheckout # timeout=10 [2020-11-03T23:08:45.629Z] > git checkout -f 65dfb5f2d911b69bb1a0e57e4ded8e30218bb443 # timeout=10 [2020-11-03T23:08:48.237Z] #41 23.20 CC images/cpuinfo.o [2020-11-03T23:08:48.357Z] #11 ... [2020-11-03T23:08:48.357Z] [2020-11-03T23:08:48.357Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:08:48.357Z] #40 61.25 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-03T23:08:48.357Z] #40 61.25 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-03T23:08:48.357Z] #40 61.29 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-03T23:08:48.357Z] #40 61.49 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-11-03T23:08:48.357Z] #40 61.50 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-11-03T23:08:48.357Z] #40 61.52 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-03T23:08:48.357Z] #40 61.70 Selecting previously unselected package zlib1g-dev:amd64. [2020-11-03T23:08:48.357Z] #40 61.71 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-11-03T23:08:48.357Z] #40 61.73 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-03T23:08:48.357Z] #40 62.16 Selecting previously unselected package libprotobuf17:amd64. [2020-11-03T23:08:48.357Z] #40 62.16 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-11-03T23:08:48.357Z] #40 62.19 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-03T23:08:48.817Z] #41 23.60 CC images/inventory.o [2020-11-03T23:08:48.927Z] #40 ... [2020-11-03T23:08:48.927Z] [2020-11-03T23:08:48.927Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:48.927Z] #47 52.52 go: extracting golang.org/x/text v0.3.2 [2020-11-03T23:08:48.927Z] #47 60.09 go: finding github.com/fatih/color v1.7.0 [2020-11-03T23:08:48.927Z] #47 60.12 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-03T23:08:48.927Z] #47 60.23 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-03T23:08:48.927Z] #47 60.36 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-03T23:08:48.927Z] #47 60.36 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-03T23:08:48.927Z] #47 60.42 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-03T23:08:48.927Z] #47 60.42 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-03T23:08:48.927Z] #47 60.44 go: finding github.com/pkg/errors v0.8.1 [2020-11-03T23:08:48.927Z] #47 60.64 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-03T23:08:48.927Z] #47 60.66 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-03T23:08:48.927Z] #47 60.68 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-03T23:08:48.927Z] #47 60.78 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-03T23:08:48.927Z] #47 60.79 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-03T23:08:48.927Z] #47 60.82 go: finding github.com/spf13/viper v1.6.1 [2020-11-03T23:08:48.927Z] #47 60.84 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-03T23:08:48.927Z] #47 60.85 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-03T23:08:48.927Z] #47 60.87 go: finding github.com/stretchr/testify v1.4.0 [2020-11-03T23:08:48.927Z] #47 60.99 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-03T23:08:48.927Z] #47 61.12 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-03T23:08:48.927Z] #47 61.29 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-03T23:08:48.927Z] #47 61.31 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-03T23:08:48.927Z] #47 61.33 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-03T23:08:48.927Z] #47 61.41 go: finding github.com/gobwas/glob v0.2.3 [2020-11-03T23:08:48.927Z] #47 61.45 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-03T23:08:48.927Z] #47 61.48 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-03T23:08:48.927Z] #47 61.48 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-03T23:08:48.927Z] #47 61.54 go: finding github.com/stretchr/objx v0.2.0 [2020-11-03T23:08:48.927Z] #47 61.61 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-03T23:08:48.927Z] #47 61.64 go: finding github.com/spf13/cobra v0.0.5 [2020-11-03T23:08:48.927Z] #47 61.72 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-03T23:08:48.927Z] #47 61.73 go: finding github.com/spf13/pflag v1.0.5 [2020-11-03T23:08:48.927Z] #47 61.77 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-03T23:08:48.927Z] #47 61.87 go: finding github.com/magiconair/properties v1.8.1 [2020-11-03T23:08:48.927Z] #47 61.88 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-03T23:08:48.927Z] #47 61.91 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-03T23:08:48.927Z] #47 61.98 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-03T23:08:48.927Z] #47 62.04 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-03T23:08:48.927Z] #47 62.06 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-03T23:08:48.927Z] #47 62.10 go: finding github.com/spf13/afero v1.1.2 [2020-11-03T23:08:48.927Z] #47 62.14 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-03T23:08:48.927Z] #47 62.18 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-03T23:08:48.927Z] #47 62.18 go: finding github.com/spf13/cast v1.3.0 [2020-11-03T23:08:48.927Z] #47 62.25 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-03T23:08:48.927Z] #47 62.27 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-03T23:08:48.927Z] #47 62.30 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-03T23:08:48.927Z] #47 62.52 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-03T23:08:48.927Z] #47 62.64 go: finding golang.org/x/text v0.3.2 [2020-11-03T23:08:48.927Z] #47 62.66 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-03T23:08:48.927Z] #47 ... [2020-11-03T23:08:48.927Z] [2020-11-03T23:08:48.927Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-03T23:08:48.927Z] #53 58.25 The following additional packages will be installed: [2020-11-03T23:08:48.927Z] #53 58.25 libbtrfs0 [2020-11-03T23:08:48.927Z] #53 58.51 The following NEW packages will be installed: [2020-11-03T23:08:48.927Z] #53 58.53 libbtrfs-dev libbtrfs0 [2020-11-03T23:08:48.927Z] #53 59.03 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:08:48.927Z] #53 59.03 Need to get 119 kB of archives. [2020-11-03T23:08:48.927Z] #53 59.03 After this operation, 387 kB of additional disk space will be used. [2020-11-03T23:08:48.927Z] #53 59.03 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-03T23:08:48.927Z] #53 59.04 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-03T23:08:48.927Z] #53 60.98 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:08:48.927Z] #53 61.46 Fetched 119 kB in 0s (374 kB/s) [2020-11-03T23:08:48.927Z] #53 61.66 Selecting previously unselected package libbtrfs0. [2020-11-03T23:08:48.927Z] #53 61.66 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-03T23:08:48.927Z] #53 61.76 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-03T23:08:48.927Z] #53 61.78 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-03T23:08:48.927Z] #53 61.98 Selecting previously unselected package libbtrfs-dev. [2020-11-03T23:08:48.927Z] #53 61.99 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-03T23:08:48.927Z] #53 62.00 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-03T23:08:48.927Z] #53 62.57 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-03T23:08:48.927Z] #53 62.58 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-03T23:08:48.927Z] #53 62.60 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:08:49.037Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-03T23:08:49.037Z] ok github.com/docker/docker/api/server/httputils 0.009s coverage: 14.7% of statements [2020-11-03T23:08:49.037Z] ok github.com/docker/docker/api/server/middleware 0.002s coverage: 37.7% of statements [2020-11-03T23:08:49.037Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-03T23:08:49.037Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-03T23:08:49.037Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-03T23:08:49.037Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-03T23:08:49.037Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-03T23:08:49.037Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-03T23:08:49.037Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-03T23:08:49.037Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-03T23:08:49.037Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-03T23:08:49.037Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-03T23:08:49.037Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-03T23:08:49.082Z] #41 23.93 CC images/fdinfo.o [2020-11-03T23:08:49.186Z] #53 DONE 62.9s [2020-11-03T23:08:49.186Z] [2020-11-03T23:08:49.186Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:49.329Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 5.7% of statements [2020-11-03T23:08:49.329Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-03T23:08:49.329Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-03T23:08:49.329Z] ? github.com/docker/docker/api/types [no test files] [2020-11-03T23:08:49.329Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-03T23:08:49.329Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-03T23:08:49.329Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-03T23:08:49.329Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-03T23:08:49.346Z] #41 24.11 CC images/fown.o [2020-11-03T23:08:49.346Z] #41 24.31 CC images/ns.o [2020-11-03T23:08:49.606Z] #19 10.20 Reading package lists... [2020-11-03T23:08:49.610Z] #41 24.51 CC images/regfile.o [2020-11-03T23:08:49.621Z] ok github.com/docker/docker/api/types/strslice 0.013s coverage: 90.0% of statements [2020-11-03T23:08:49.621Z] ok github.com/docker/docker/api/types/filters 0.002s coverage: 92.2% of statements [2020-11-03T23:08:49.621Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-03T23:08:49.621Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-03T23:08:49.621Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-03T23:08:49.621Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-03T23:08:49.621Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-03T23:08:49.621Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-03T23:08:49.621Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-03T23:08:49.912Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2020-11-03T23:08:49.912Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2020-11-03T23:08:49.912Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-03T23:08:49.912Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-03T23:08:49.912Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-03T23:08:49.912Z] ? github.com/docker/docker/builder [no test files] [2020-11-03T23:08:49.912Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-03T23:08:49.912Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-03T23:08:49.912Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-03T23:08:49.912Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-03T23:08:49.912Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-03T23:08:49.912Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-03T23:08:49.912Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-03T23:08:50.194Z] #41 24.93 CC images/ghost-file.o [2020-11-03T23:08:50.204Z] ok github.com/docker/docker/builder/dockerignore 0.001s coverage: 96.8% of statements [2020-11-03T23:08:50.255Z] #19 15.41 Reading package lists... [2020-11-03T23:08:50.255Z] #19 ... [2020-11-03T23:08:50.255Z] [2020-11-03T23:08:50.255Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:08:50.255Z] #42 57.47 CC compel/src/lib/ptrace.o [2020-11-03T23:08:50.255Z] #42 58.28 AR compel/libcompel.a [2020-11-03T23:08:50.255Z] #42 58.40 HOSTCC compel/src/main-host.o [2020-11-03T23:08:50.255Z] #42 58.70 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-11-03T23:08:50.255Z] #42 58.88 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-03T23:08:50.255Z] #42 59.28 HOSTCC compel/src/lib/log-host.o [2020-11-03T23:08:50.255Z] #42 59.52 HOSTLINK compel/compel-host-bin [2020-11-03T23:08:50.255Z] #42 59.73 DEP soccr/soccr.d [2020-11-03T23:08:50.255Z] #42 59.93 CC soccr/soccr.o [2020-11-03T23:08:50.255Z] #42 61.79 AR soccr/libsoccr.a [2020-11-03T23:08:50.255Z] #42 61.85 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-03T23:08:50.255Z] #42 62.31 DEP criu/arch/ppc64/sigframe.d [2020-11-03T23:08:50.255Z] #42 62.51 DEP criu/arch/ppc64/crtools.d [2020-11-03T23:08:50.255Z] #42 62.65 DEP criu/arch/ppc64/cpu.d [2020-11-03T23:08:50.255Z] #42 62.84 CC criu/arch/ppc64/cpu.o [2020-11-03T23:08:50.255Z] #42 63.39 CC criu/arch/ppc64/crtools.o [2020-11-03T23:08:50.461Z] #41 25.29 CC images/fifo.o [2020-11-03T23:08:50.726Z] #41 25.52 CC images/remap-file-path.o [2020-11-03T23:08:50.726Z] #41 25.76 CC images/eventfd.o [2020-11-03T23:08:51.097Z] #54 1.587 + RM_GOPATH=0 [2020-11-03T23:08:51.097Z] #54 1.587 + TMP_GOPATH= [2020-11-03T23:08:51.097Z] #54 1.587 + : /build [2020-11-03T23:08:51.097Z] #54 1.587 + '[' -z '' ']' [2020-11-03T23:08:51.097Z] #54 1.587 ++ mktemp -d [2020-11-03T23:08:51.097Z] #54 1.587 + export GOPATH=/tmp/tmp.Kj1qgXNcuV [2020-11-03T23:08:51.097Z] #54 1.587 + GOPATH=/tmp/tmp.Kj1qgXNcuV [2020-11-03T23:08:51.097Z] #54 1.587 + RM_GOPATH=1 [2020-11-03T23:08:51.097Z] #54 1.587 + case "$(go env GOARCH)" in [2020-11-03T23:08:51.097Z] #54 1.589 ++ go env GOARCH [2020-11-03T23:08:51.097Z] #54 1.680 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:08:51.097Z] #54 1.680 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:08:51.097Z] #54 1.681 ++ dirname /tmp/install/install.sh [2020-11-03T23:08:51.097Z] #54 1.682 + dir=/tmp/install [2020-11-03T23:08:51.097Z] #54 1.682 + bin=containerd [2020-11-03T23:08:51.097Z] #54 1.682 + shift [2020-11-03T23:08:51.097Z] #54 1.682 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-03T23:08:51.097Z] #54 1.682 + . /tmp/install/containerd.installer [2020-11-03T23:08:51.097Z] #54 1.682 ++ set -e [2020-11-03T23:08:51.097Z] #54 1.686 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-03T23:08:51.097Z] #54 1.686 + install_containerd [2020-11-03T23:08:51.097Z] #54 1.687 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-03T23:08:51.097Z] #54 1.687 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-03T23:08:51.097Z] #54 1.687 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Kj1qgXNcuV/src/github.com/containerd/containerd [2020-11-03T23:08:51.097Z] #54 1.689 Cloning into '/tmp/tmp.Kj1qgXNcuV/src/github.com/containerd/containerd'... [2020-11-03T23:08:51.097Z] #54 ... [2020-11-03T23:08:51.097Z] [2020-11-03T23:08:51.097Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:08:51.097Z] #32 54.87 sync [2020-11-03T23:08:51.097Z] #32 54.87 internal/reflectlite [2020-11-03T23:08:51.097Z] #32 58.42 sort [2020-11-03T23:08:51.097Z] #32 58.45 errors [2020-11-03T23:08:51.097Z] #32 59.27 strconv [2020-11-03T23:08:51.097Z] #32 60.24 io [2020-11-03T23:08:51.097Z] #32 61.98 internal/oserror [2020-11-03T23:08:51.097Z] #32 62.19 syscall [2020-11-03T23:08:51.097Z] #32 64.82 reflect [2020-11-03T23:08:51.305Z] #41 25.97 CC images/eventpoll.o [2020-11-03T23:08:51.305Z] #41 26.23 CC images/fh.o [2020-11-03T23:08:51.324Z] #42 64.53 CC criu/arch/ppc64/sigframe.o [2020-11-03T23:08:51.360Z] #32 ... [2020-11-03T23:08:51.360Z] [2020-11-03T23:08:51.360Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:08:51.360Z] #47 62.87 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-03T23:08:51.360Z] #47 62.90 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-03T23:08:51.360Z] #47 62.95 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-03T23:08:51.360Z] #47 63.02 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-03T23:08:51.360Z] #47 63.21 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-03T23:08:51.360Z] #47 63.24 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-03T23:08:51.360Z] #47 63.24 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-03T23:08:51.360Z] #47 63.28 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-03T23:08:51.360Z] #47 63.34 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-03T23:08:51.360Z] #47 63.37 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-03T23:08:51.360Z] #47 63.39 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-03T23:08:51.360Z] #47 63.40 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-03T23:08:51.360Z] #47 63.49 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-03T23:08:51.360Z] #47 63.49 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-03T23:08:51.360Z] #47 63.54 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-03T23:08:51.360Z] #47 63.56 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-03T23:08:51.360Z] #47 63.57 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-03T23:08:51.360Z] #47 63.62 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-03T23:08:51.360Z] #47 63.63 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-03T23:08:51.360Z] #47 63.72 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-03T23:08:51.360Z] #47 63.74 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-03T23:08:51.360Z] #47 64.27 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-03T23:08:51.360Z] #47 64.37 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-03T23:08:51.360Z] #47 64.37 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-03T23:08:51.360Z] #47 64.46 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-03T23:08:51.360Z] #47 64.47 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-03T23:08:51.624Z] #42 64.88 LINK criu/arch/ppc64/crtools.built-in.o [2020-11-03T23:08:51.624Z] #42 64.93 DEP criu/pie/util-vdso.d [2020-11-03T23:08:51.624Z] #42 ... [2020-11-03T23:08:51.624Z] [2020-11-03T23:08:51.624Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:51.624Z] #44 127.3 github.com/LK4D4/vndr/build [2020-11-03T23:08:51.884Z] #41 26.59 CC images/fsnotify.o [2020-11-03T23:08:51.933Z] #47 ... [2020-11-03T23:08:51.933Z] [2020-11-03T23:08:51.933Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:51.933Z] #43 55.83 sync [2020-11-03T23:08:51.933Z] #43 55.83 internal/reflectlite [2020-11-03T23:08:51.933Z] #43 58.64 github.com/LK4D4/vndr/godl/singleflight [2020-11-03T23:08:51.933Z] #43 58.96 math/rand [2020-11-03T23:08:51.933Z] #43 60.73 internal/singleflight [2020-11-03T23:08:51.933Z] #43 61.33 strconv [2020-11-03T23:08:51.933Z] #43 61.33 io [2020-11-03T23:08:51.933Z] #43 63.52 bytes [2020-11-03T23:08:52.193Z] #43 ... [2020-11-03T23:08:52.193Z] [2020-11-03T23:08:52.193Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:08:52.193Z] #40 63.64 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-11-03T23:08:52.193Z] #40 63.67 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-11-03T23:08:52.193Z] #40 63.67 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-03T23:08:52.193Z] #40 64.10 Selecting previously unselected package libprotobuf-dev:amd64. [2020-11-03T23:08:52.193Z] #40 64.12 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-11-03T23:08:52.193Z] #40 64.14 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-03T23:08:52.193Z] #40 66.09 Selecting previously unselected package libprotoc17:amd64. [2020-11-03T23:08:52.453Z] #40 66.12 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-11-03T23:08:52.453Z] #40 66.14 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-03T23:08:52.463Z] #41 27.30 CC images/signalfd.o [2020-11-03T23:08:52.769Z] #41 27.61 CC images/fs.o [2020-11-03T23:08:52.937Z] ok github.com/docker/docker/builder/remotecontext 0.396s coverage: 13.6% of statements [2020-11-03T23:08:53.040Z] #41 27.80 CC images/pstree.o [2020-11-03T23:08:53.229Z] ok github.com/docker/docker/builder/dockerfile 0.972s coverage: 48.0% of statements [2020-11-03T23:08:53.321Z] #41 28.14 CC images/pipe.o [2020-11-03T23:08:53.587Z] #41 28.49 CC images/tcp-stream.o [2020-11-03T23:08:53.833Z] #40 67.40 Selecting previously unselected package protobuf-c-compiler. [2020-11-03T23:08:53.833Z] #40 67.40 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-11-03T23:08:53.833Z] #40 67.41 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-03T23:08:53.833Z] #40 67.75 Selecting previously unselected package protobuf-compiler. [2020-11-03T23:08:53.850Z] #41 28.81 CC images/sk-packet.o [2020-11-03T23:08:53.863Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2020-11-03T23:08:54.093Z] #40 67.76 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-11-03T23:08:54.093Z] #40 67.77 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-03T23:08:54.121Z] #41 29.12 CC images/mnt.o [2020-11-03T23:08:54.155Z] ok github.com/docker/docker/builder/remotecontext/git 0.871s coverage: 86.3% of statements [2020-11-03T23:08:54.155Z] ? github.com/docker/docker/cli [no test files] [2020-11-03T23:08:54.155Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-03T23:08:54.353Z] #40 67.99 Selecting previously unselected package python-pkg-resources. [2020-11-03T23:08:54.353Z] #40 67.99 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-03T23:08:54.353Z] #40 68.00 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-03T23:08:54.613Z] #40 68.35 Selecting previously unselected package python-six. [2020-11-03T23:08:54.613Z] #40 68.36 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-03T23:08:54.613Z] #40 68.37 Unpacking python-six (1.12.0-1) ... [2020-11-03T23:08:54.716Z] #41 29.39 CC images/pipe-data.o [2020-11-03T23:08:54.716Z] #41 29.60 CC images/sa.o [2020-11-03T23:08:54.873Z] #40 68.76 Selecting previously unselected package python-protobuf. [2020-11-03T23:08:54.873Z] #40 68.76 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-11-03T23:08:54.873Z] #40 68.81 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-03T23:08:54.981Z] #41 29.78 CC images/timer.o [2020-11-03T23:08:55.196Z] #44 130.6 vendor/golang.org/x/text/unicode/norm [2020-11-03T23:08:55.245Z] #41 30.06 CC images/timerfd.o [2020-11-03T23:08:55.512Z] #41 30.22 CC images/mm.o [2020-11-03T23:08:55.512Z] #41 30.61 CC images/sk-opts.o [2020-11-03T23:08:56.108Z] #41 30.84 CC images/sk-unix.o [2020-11-03T23:08:56.252Z] #40 70.06 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-03T23:08:56.373Z] #41 31.26 CC images/sk-inet.o [2020-11-03T23:08:56.512Z] #40 ... [2020-11-03T23:08:56.512Z] [2020-11-03T23:08:56.512Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-03T23:08:56.512Z] #30 66.10 Checking out files: 77% (1182/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: 92% (1402/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-03T23:08:56.512Z] #30 67.82 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-03T23:08:56.512Z] #30 68.43 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-03T23:08:56.738Z] #44 ... [2020-11-03T23:08:56.738Z] [2020-11-03T23:08:56.738Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:08:56.738Z] #19 15.41 Reading package lists... [2020-11-03T23:08:56.738Z] #19 19.97 Building dependency tree... [2020-11-03T23:08:56.738Z] #19 21.43 libcap2-bin is already the newest version (1:2.25-2). [2020-11-03T23:08:56.738Z] #19 21.43 The following additional packages will be installed: [2020-11-03T23:08:56.738Z] #19 21.43 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-03T23:08:56.738Z] #19 21.43 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-03T23:08:56.738Z] #19 21.43 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-03T23:08:56.738Z] #19 21.44 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-03T23:08:56.738Z] #19 21.44 python3.7 python3.7-minimal vim-runtime xxd [2020-11-03T23:08:56.738Z] #19 21.44 Suggested packages: [2020-11-03T23:08:56.738Z] #19 21.44 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-03T23:08:56.738Z] #19 21.44 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-03T23:08:56.738Z] #19 21.44 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-03T23:08:56.738Z] #19 21.44 Recommended packages: [2020-11-03T23:08:56.738Z] #19 21.44 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-03T23:08:56.738Z] #19 21.44 python3-keyrings.alt python3-xdg unzip [2020-11-03T23:08:56.951Z] #41 31.68 CC images/tun.o [2020-11-03T23:08:56.951Z] #41 ... [2020-11-03T23:08:56.951Z] [2020-11-03T23:08:56.951Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:08:56.951Z] #43 88.67 vendor/golang.org/x/net/http/httpproxy [2020-11-03T23:08:56.951Z] #43 88.67 net/textproto [2020-11-03T23:08:56.951Z] #43 88.71 crypto/x509 [2020-11-03T23:08:56.951Z] #43 90.11 vendor/golang.org/x/net/http/httpguts [2020-11-03T23:08:56.951Z] #43 90.11 mime/multipart [2020-11-03T23:08:56.951Z] #43 92.34 crypto/tls [2020-11-03T23:08:57.215Z] #43 98.86 net/http/httptrace [2020-11-03T23:08:57.215Z] #43 ... [2020-11-03T23:08:57.215Z] [2020-11-03T23:08:57.215Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:08:57.215Z] #41 32.12 CC images/sk-netlink.o [2020-11-03T23:08:57.551Z] #41 32.38 CC images/packet-sock.o [2020-11-03T23:08:57.675Z] ok github.com/docker/docker/client 0.109s coverage: 75.4% of statements [2020-11-03T23:08:57.794Z] #19 23.66 The following NEW packages will be installed: [2020-11-03T23:08:57.794Z] #19 23.66 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-03T23:08:57.794Z] #19 23.67 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-03T23:08:57.794Z] #19 23.67 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-03T23:08:57.794Z] #19 23.67 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-03T23:08:57.794Z] #19 23.67 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-03T23:08:57.794Z] #19 23.67 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-03T23:08:57.794Z] #19 23.67 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-03T23:08:57.794Z] #19 23.67 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-03T23:08:57.794Z] #19 23.67 xz-utils zip [2020-11-03T23:08:57.794Z] #19 23.76 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:08:57.794Z] #19 23.76 Need to get 29.2 MB of archives. [2020-11-03T23:08:57.794Z] #19 23.76 After this operation, 134 MB of additional disk space will be used. [2020-11-03T23:08:57.794Z] #19 23.76 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-11-03T23:08:57.794Z] #19 23.88 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-03T23:08:57.794Z] #19 23.93 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-03T23:08:58.093Z] #19 24.11 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-11-03T23:08:58.093Z] #19 24.11 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-11-03T23:08:58.093Z] #19 24.11 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-03T23:08:58.093Z] #19 24.22 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2020-11-03T23:08:58.093Z] #19 24.24 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-11-03T23:08:58.093Z] #19 24.24 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-11-03T23:08:58.093Z] #19 24.25 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-11-03T23:08:58.093Z] #19 24.26 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-11-03T23:08:58.093Z] #19 24.26 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-11-03T23:08:58.093Z] #19 24.27 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-11-03T23:08:58.093Z] #19 24.27 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-11-03T23:08:58.093Z] #19 24.27 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-11-03T23:08:58.093Z] #19 24.31 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-11-03T23:08:58.130Z] #41 32.91 CC images/ipc-var.o [2020-11-03T23:08:58.394Z] #19 24.40 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-11-03T23:08:58.394Z] #19 24.40 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-11-03T23:08:58.394Z] #19 24.41 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-11-03T23:08:58.394Z] #19 24.42 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-03T23:08:58.394Z] #19 24.43 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-11-03T23:08:58.394Z] #19 24.44 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-11-03T23:08:58.394Z] #19 24.48 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-11-03T23:08:58.394Z] #19 24.49 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-11-03T23:08:58.394Z] #19 24.50 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-11-03T23:08:58.394Z] #19 24.51 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-11-03T23:08:58.394Z] #41 33.22 CC images/ipc-desc.o [2020-11-03T23:08:58.449Z] #30 ... [2020-11-03T23:08:58.449Z] [2020-11-03T23:08:58.449Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:08:58.450Z] #11 62.27 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-03T23:08:58.450Z] #11 62.30 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-03T23:08:58.450Z] #11 67.98 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-03T23:08:58.450Z] #11 71.55 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-11-03T23:08:58.450Z] #11 71.58 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-11-03T23:08:58.450Z] #11 71.60 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-03T23:08:58.450Z] #11 71.61 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-03T23:08:58.450Z] #11 71.67 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-03T23:08:58.450Z] #11 71.70 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-11-03T23:08:58.450Z] #11 71.71 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-11-03T23:08:58.450Z] #11 71.73 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-11-03T23:08:58.450Z] #11 71.77 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-11-03T23:08:58.450Z] #11 71.80 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-11-03T23:08:58.450Z] #11 71.81 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-11-03T23:08:58.450Z] #11 71.90 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-11-03T23:08:58.450Z] #11 71.93 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-03T23:08:58.450Z] #11 71.93 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-11-03T23:08:58.450Z] #11 71.93 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-11-03T23:08:58.659Z] #41 33.46 CC images/ipc-shm.o [2020-11-03T23:08:58.659Z] #41 33.67 CC images/ipc-msg.o [2020-11-03T23:08:58.696Z] #19 24.52 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-11-03T23:08:58.696Z] #19 24.52 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-11-03T23:08:58.696Z] #19 24.53 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-11-03T23:08:58.924Z] #41 33.86 CC images/ipc-sem.o [2020-11-03T23:08:58.996Z] #19 25.10 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-03T23:08:58.996Z] #19 25.11 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-03T23:08:58.996Z] #19 25.11 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-03T23:08:58.996Z] #19 25.12 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-11-03T23:08:58.996Z] #19 25.13 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-11-03T23:08:58.996Z] #19 25.15 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-11-03T23:08:59.189Z] #41 34.06 CC images/utsns.o [2020-11-03T23:08:59.304Z] #19 25.26 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-03T23:08:59.304Z] #19 25.27 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-11-03T23:08:59.304Z] #19 25.28 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-11-03T23:08:59.304Z] #19 25.36 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-03T23:08:59.304Z] #19 25.42 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-11-03T23:08:59.304Z] #19 25.46 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-03T23:08:59.388Z] #11 73.40 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:08:59.454Z] #41 34.29 CC images/creds.o [2020-11-03T23:08:59.605Z] #19 25.50 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB] [2020-11-03T23:08:59.605Z] #19 25.68 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-03T23:08:59.718Z] #41 34.48 CC images/vma.o [2020-11-03T23:08:59.718Z] #41 34.66 CC images/netdev.o [2020-11-03T23:08:59.904Z] #19 25.90 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2020-11-03T23:08:59.904Z] #19 25.91 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-03T23:08:59.957Z] #11 73.76 Fetched 77.7 MB in 13s (6085 kB/s) [2020-11-03T23:08:59.957Z] #11 73.86 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-03T23:09:00.216Z] #11 73.86 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-03T23:09:00.216Z] #11 74.00 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-11-03T23:09:00.216Z] #11 74.01 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-03T23:09:00.216Z] #11 ... [2020-11-03T23:09:00.216Z] [2020-11-03T23:09:00.216Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:09:00.216Z] #49 74.09 syscall [2020-11-03T23:09:00.296Z] #41 35.15 CC images/tty.o [2020-11-03T23:09:00.476Z] #49 74.18 reflect [2020-11-03T23:09:00.559Z] #19 26.42 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-11-03T23:09:00.559Z] #19 26.53 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-11-03T23:09:00.559Z] #19 26.59 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-11-03T23:09:00.561Z] #41 ... [2020-11-03T23:09:00.561Z] [2020-11-03T23:09:00.561Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:09:00.561Z] #11 92.13 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-03T23:09:00.561Z] #11 92.13 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-11-03T23:09:00.561Z] #11 92.14 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:09:00.561Z] #11 ... [2020-11-03T23:09:00.561Z] [2020-11-03T23:09:00.561Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:09:00.561Z] #43 99.01 net/http [2020-11-03T23:09:00.726Z] Commit message: "Merge commit '42855ebc7fdf649d5e555a540078c48676dc665e' into HEAD" [2020-11-03T23:09:00.850Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-03T23:09:01.617Z] #19 ... [2020-11-03T23:09:01.618Z] [2020-11-03T23:09:01.618Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:09:01.618Z] #57 130.4 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-03T23:09:01.618Z] #57 130.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-03T23:09:01.618Z] #57 DONE 137.4s [2020-11-03T23:09:01.618Z] [2020-11-03T23:09:01.618Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-03T23:09:01.618Z] #58 DONE 0.1s [2020-11-03T23:09:01.618Z] [2020-11-03T23:09:01.618Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-03T23:09:01.618Z] #59 DONE 0.1s [2020-11-03T23:09:01.618Z] [2020-11-03T23:09:01.618Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:01.618Z] #42 65.09 DEP criu/pie/util.d [2020-11-03T23:09:01.618Z] #42 65.28 CC criu/pie/util.o [2020-11-03T23:09:01.618Z] #42 65.70 CC criu/pie/util-vdso.o [2020-11-03T23:09:01.618Z] #42 66.71 AR criu/pie/pie.lib.a [2020-11-03T23:09:01.618Z] #42 66.77 DEP criu/pie/restorer.d [2020-11-03T23:09:01.618Z] #42 67.19 DEP criu/arch/ppc64/vdso-trampoline.d [2020-11-03T23:09:01.618Z] #42 67.20 DEP criu/arch/ppc64/restorer.d [2020-11-03T23:09:01.618Z] #42 67.45 DEP criu/arch/ppc64/vdso-pie.d [2020-11-03T23:09:01.618Z] #42 67.61 DEP criu/pie/parasite-vdso.d [2020-11-03T23:09:01.618Z] #42 67.80 DEP criu/pie/parasite.d [2020-11-03T23:09:01.618Z] #42 68.08 CC criu/pie/parasite.o [2020-11-03T23:09:01.618Z] #42 69.33 LINK criu/pie/parasite.built-in.o [2020-11-03T23:09:01.618Z] #42 69.34 GEN criu/pie/parasite-blob.h [2020-11-03T23:09:01.618Z] #42 69.38 CC criu/pie/parasite-vdso.o [2020-11-03T23:09:01.618Z] #42 70.31 CC criu/arch/ppc64/vdso-pie.o [2020-11-03T23:09:01.618Z] #42 70.72 CC criu/arch/ppc64/restorer.o [2020-11-03T23:09:01.618Z] #42 71.16 CC criu/arch/ppc64/vdso-trampoline.o [2020-11-03T23:09:01.618Z] #42 71.20 CC criu/pie/restorer.o [2020-11-03T23:09:01.917Z] #42 75.17 LINK criu/pie/restorer.built-in.o [2020-11-03T23:09:01.917Z] #42 75.18 GEN criu/pie/restorer-blob.h [2020-11-03T23:09:01.917Z] #42 ... [2020-11-03T23:09:01.917Z] [2020-11-03T23:09:01.917Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:09:01.917Z] #44 137.7 vendor/golang.org/x/net/http2/hpack [2020-11-03T23:09:00.759Z] > git rev-list --no-walk 018a3132e344c27ef1324fa089025d11c9d99793 # timeout=10 [2020-11-03T23:09:03.014Z] #49 ... [2020-11-03T23:09:03.014Z] [2020-11-03T23:09:03.014Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:09:03.014Z] #34 66.80 Selecting previously unselected package libicu63:amd64. [2020-11-03T23:09:03.014Z] #34 66.81 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-03T23:09:03.014Z] #34 66.82 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-03T23:09:03.131Z] #43 ... [2020-11-03T23:09:03.131Z] [2020-11-03T23:09:03.131Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:03.131Z] #41 35.93 CC images/file-lock.o [2020-11-03T23:09:03.131Z] #41 36.14 CC images/rlimit.o [2020-11-03T23:09:03.131Z] #41 36.34 CC images/pagemap.o [2020-11-03T23:09:03.131Z] #41 36.61 CC images/siginfo.o [2020-11-03T23:09:03.131Z] #41 36.95 CC images/rpc.o [2020-11-03T23:09:03.274Z] #34 ... [2020-11-03T23:09:03.274Z] [2020-11-03T23:09:03.274Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:09:03.274Z] #43 66.97 bufio [2020-11-03T23:09:03.274Z] #43 67.35 reflect [2020-11-03T23:09:03.274Z] #43 70.27 syscall [2020-11-03T23:09:03.274Z] #43 ... [2020-11-03T23:09:03.274Z] [2020-11-03T23:09:03.274Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:09:03.274Z] #40 77.07 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-03T23:09:03.274Z] #40 77.09 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-03T23:09:03.274Z] #40 77.12 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-03T23:09:03.274Z] #40 77.15 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-03T23:09:03.274Z] #40 77.16 Setting up python-six (1.12.0-1) ... [2020-11-03T23:09:03.395Z] #41 38.39 CC images/ext-file.o [2020-11-03T23:09:03.873Z] + docker version [2020-11-03T23:09:03.975Z] #41 38.73 CC images/cgroup.o [2020-11-03T23:09:04.557Z] #41 39.58 CC images/userns.o [2020-11-03T23:09:05.137Z] #41 39.90 CC images/google/protobuf/descriptor.o [2020-11-03T23:09:05.522Z] #44 140.9 mime [2020-11-03T23:09:06.092Z] #41 ... [2020-11-03T23:09:06.092Z] [2020-11-03T23:09:06.092Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:09:06.092Z] #11 107.8 Selecting previously unselected package libapparmor1:arm64. [2020-11-03T23:09:06.356Z] #11 107.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2020-11-03T23:09:06.357Z] #11 107.8 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2020-11-03T23:09:06.357Z] #11 108.0 Selecting previously unselected package libapparmor-dev:arm64. [2020-11-03T23:09:06.357Z] #11 108.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2020-11-03T23:09:06.357Z] #11 108.0 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2020-11-03T23:09:06.621Z] #11 108.1 Selecting previously unselected package libbtrfs0. [2020-11-03T23:09:06.621Z] #11 108.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2020-11-03T23:09:06.621Z] #11 108.1 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-03T23:09:06.621Z] #11 108.2 Selecting previously unselected package libbtrfs-dev. [2020-11-03T23:09:06.621Z] #11 108.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-11-03T23:09:06.621Z] #11 108.2 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-03T23:09:06.886Z] #11 108.3 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2020-11-03T23:09:06.886Z] #11 108.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-11-03T23:09:06.886Z] #11 108.4 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-11-03T23:09:06.886Z] #11 108.5 Selecting previously unselected package libudev-dev:arm64. [2020-11-03T23:09:06.886Z] #11 108.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_arm64.deb ... [2020-11-03T23:09:06.886Z] #11 108.5 Unpacking libudev-dev:arm64 (241-7~deb10u4) ... [2020-11-03T23:09:07.060Z] #44 142.9 net/http/internal [2020-11-03T23:09:07.060Z] #44 ... [2020-11-03T23:09:07.060Z] [2020-11-03T23:09:07.060Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:09:07.060Z] #19 27.90 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:09:07.060Z] #19 28.06 Fetched 29.2 MB in 3s (10.1 MB/s) [2020-11-03T23:09:07.060Z] #19 28.16 Selecting previously unselected package pigz. [2020-11-03T23:09:07.060Z] #19 28.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 ... 23361 files and directories currently installed.) [2020-11-03T23:09:07.060Z] #19 28.29 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-11-03T23:09:07.060Z] #19 28.29 Unpacking pigz (2.4-1) ... [2020-11-03T23:09:07.060Z] #19 28.45 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-11-03T23:09:07.060Z] #19 28.45 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-03T23:09:07.060Z] #19 28.45 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-11-03T23:09:07.060Z] #19 28.98 Selecting previously unselected package python3.7-minimal. [2020-11-03T23:09:07.060Z] #19 28.99 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-03T23:09:07.060Z] #19 29.00 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-03T23:09:07.060Z] #19 30.24 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-11-03T23:09:07.060Z] #19 30.26 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-03T23:09:07.060Z] #19 32.79 Selecting previously unselected package python3-minimal. [2020-11-03T23:09:07.060Z] #19 32.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 ... 23610 files and directories currently installed.) [2020-11-03T23:09:07.060Z] #19 32.85 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-11-03T23:09:07.060Z] #19 32.85 Unpacking python3-minimal (3.7.3-1) ... [2020-11-03T23:09:07.060Z] #19 32.94 Selecting previously unselected package libmpdec2:ppc64el. [2020-11-03T23:09:07.060Z] #19 32.95 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-11-03T23:09:07.060Z] #19 32.96 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-11-03T23:09:07.060Z] #19 33.10 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-11-03T23:09:07.060Z] #19 33.11 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-03T23:09:07.060Z] #19 33.11 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-11-03T23:09:07.151Z] #11 108.9 Selecting previously unselected package libsepol1-dev:arm64. [2020-11-03T23:09:07.151Z] #11 108.9 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2020-11-03T23:09:07.415Z] #11 108.9 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2020-11-03T23:09:07.471Z] #40 80.95 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-03T23:09:07.471Z] #40 80.97 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-03T23:09:07.471Z] #40 80.99 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-03T23:09:07.471Z] #40 81.02 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-11-03T23:09:07.471Z] #40 81.04 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-03T23:09:07.471Z] #40 81.05 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-03T23:09:07.471Z] #40 81.08 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-03T23:09:07.471Z] #40 81.09 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-03T23:09:07.471Z] #40 81.10 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-03T23:09:07.471Z] #40 81.12 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-03T23:09:07.680Z] #11 109.3 Selecting previously unselected package libpcre16-3:arm64. [2020-11-03T23:09:07.680Z] #11 109.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2020-11-03T23:09:07.680Z] #11 109.4 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2020-11-03T23:09:08.117Z] #19 34.06 Selecting previously unselected package python3.7. [2020-11-03T23:09:08.117Z] #19 34.07 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-03T23:09:08.117Z] #19 34.07 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-03T23:09:08.117Z] #19 34.21 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-11-03T23:09:08.117Z] #19 34.21 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-11-03T23:09:08.117Z] #19 34.22 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-11-03T23:09:08.117Z] #19 34.31 Setting up python3-minimal (3.7.3-1) ... [2020-11-03T23:09:08.412Z] #40 ... [2020-11-03T23:09:08.412Z] [2020-11-03T23:09:08.412Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:09:08.412Z] #45 DONE 82.3s [2020-11-03T23:09:08.412Z] [2020-11-03T23:09:08.412Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:09:08.412Z] #34 78.43 Selecting previously unselected package libxml2:amd64. [2020-11-03T23:09:08.412Z] #34 78.43 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-11-03T23:09:08.412Z] #34 78.44 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-03T23:09:08.412Z] #34 79.17 Selecting previously unselected package libarchive13:amd64. [2020-11-03T23:09:08.412Z] #34 79.17 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-11-03T23:09:08.412Z] #34 79.20 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-03T23:09:08.412Z] #34 79.59 Selecting previously unselected package libjsoncpp1:amd64. [2020-11-03T23:09:08.412Z] #34 79.59 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-11-03T23:09:08.412Z] #34 79.60 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-03T23:09:08.412Z] #34 79.78 Selecting previously unselected package librhash0:amd64. [2020-11-03T23:09:08.412Z] #34 79.79 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-11-03T23:09:08.412Z] #34 79.80 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-11-03T23:09:08.412Z] #34 79.99 Selecting previously unselected package libuv1:amd64. [2020-11-03T23:09:08.412Z] #34 79.99 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-11-03T23:09:08.412Z] #34 80.00 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-11-03T23:09:08.412Z] #34 80.19 Selecting previously unselected package cmake. [2020-11-03T23:09:08.413Z] #34 80.19 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-11-03T23:09:08.413Z] #34 80.20 Unpacking cmake (3.13.4-1) ... [2020-11-03T23:09:08.698Z] #11 110.2 Selecting previously unselected package libpcre32-3:arm64. [2020-11-03T23:09:08.698Z] #11 110.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2020-11-03T23:09:08.698Z] #11 110.3 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2020-11-03T23:09:09.192Z] #19 35.36 Selecting previously unselected package python3. [2020-11-03T23:09:09.490Z] #19 35.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24022 files and directories currently installed.) [2020-11-03T23:09:09.490Z] #19 35.47 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-11-03T23:09:09.490Z] #19 35.49 Unpacking python3 (3.7.3-1) ... [2020-11-03T23:09:09.490Z] #19 35.61 Selecting previously unselected package libip4tc0:ppc64el. [2020-11-03T23:09:09.490Z] #19 35.61 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-11-03T23:09:09.490Z] #19 35.61 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-11-03T23:09:09.490Z] #19 ... [2020-11-03T23:09:09.490Z] [2020-11-03T23:09:09.490Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:09:09.490Z] #44 145.5 net/textproto [2020-11-03T23:09:09.490Z] #44 145.5 vendor/golang.org/x/net/http/httpproxy [2020-11-03T23:09:09.790Z] #44 145.5 crypto/x509 [2020-11-03T23:09:10.099Z] #11 111.7 Selecting previously unselected package libpcrecpp0v5:arm64. [2020-11-03T23:09:10.099Z] #11 111.7 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2020-11-03T23:09:10.324Z] #34 84.06 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-03T23:09:10.324Z] #34 84.07 Setting up xxd (2:8.1.0875-5) ... [2020-11-03T23:09:10.324Z] #34 84.09 Setting up libuv1:amd64 (1.24.1-1) ... [2020-11-03T23:09:10.324Z] #34 84.11 Setting up vim-common (2:8.1.0875-5) ... [2020-11-03T23:09:10.324Z] #34 84.14 Setting up librhash0:amd64 (1.3.8-1) ... [2020-11-03T23:09:10.324Z] #34 ... [2020-11-03T23:09:10.324Z] [2020-11-03T23:09:10.324Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:09:10.324Z] #32 74.13 time [2020-11-03T23:09:10.324Z] #32 81.41 internal/poll [2020-11-03T23:09:10.324Z] #32 83.90 internal/syscall/execenv [2020-11-03T23:09:10.324Z] #32 84.18 internal/syscall/unix [2020-11-03T23:09:10.324Z] #32 ... [2020-11-03T23:09:10.324Z] [2020-11-03T23:09:10.324Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-03T23:09:10.324Z] #34 84.14 Setting up librhash0:amd64 (1.3.8-1) ... [2020-11-03T23:09:10.324Z] #34 84.16 Setting up cmake-data (3.13.4-1) ... [2020-11-03T23:09:10.324Z] #34 84.18 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-03T23:09:10.324Z] #34 84.19 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-03T23:09:10.324Z] #34 84.22 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-03T23:09:10.324Z] #34 84.24 Setting up cmake (3.13.4-1) ... [2020-11-03T23:09:10.364Z] #11 111.9 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-11-03T23:09:10.583Z] #34 84.26 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:09:10.584Z] #34 84.40 Processing triggers for mime-support (3.62) ... [2020-11-03T23:09:10.943Z] #11 112.7 Selecting previously unselected package libpcre3-dev:arm64. [2020-11-03T23:09:11.002Z] Client: Docker Engine - Enterprise [2020-11-03T23:09:11.002Z] Version: 19.03.12 [2020-11-03T23:09:11.002Z] API version: 1.40 [2020-11-03T23:09:11.002Z] Go version: go1.13.13 [2020-11-03T23:09:11.002Z] Git commit: 4306744 [2020-11-03T23:09:11.002Z] Built: 08/05/2020 19:27:53 [2020-11-03T23:09:11.002Z] OS/Arch: windows/amd64 [2020-11-03T23:09:11.002Z] Experimental: false [2020-11-03T23:09:11.002Z] [2020-11-03T23:09:11.002Z] Server: Docker Engine - Enterprise [2020-11-03T23:09:11.002Z] Engine: [2020-11-03T23:09:11.002Z] Version: 19.03.12 [2020-11-03T23:09:11.002Z] API version: 1.40 (minimum version 1.24) [2020-11-03T23:09:11.002Z] Go version: go1.13.13 [2020-11-03T23:09:11.002Z] Git commit: f295753ffd [2020-11-03T23:09:11.002Z] Built: 08/05/2020 19:26:41 [2020-11-03T23:09:11.002Z] OS/Arch: windows/amd64 [2020-11-03T23:09:11.002Z] Experimental: true [2020-11-03T23:09:11.154Z] #34 DONE 85.0s [2020-11-03T23:09:11.154Z] [2020-11-03T23:09:11.154Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:09:11.154Z] #32 84.39 internal/fmtsort [2020-11-03T23:09:11.154Z] #32 84.53 os [2020-11-03T23:09:11.207Z] #11 112.8 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2020-11-03T23:09:11.472Z] #11 113.1 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [Pipeline] sh [2020-11-03T23:09:11.723Z] #32 85.44 strings [2020-11-03T23:09:11.895Z] #44 147.3 mime/multipart [2020-11-03T23:09:11.895Z] #44 147.3 vendor/golang.org/x/net/http/httpguts [2020-11-03T23:09:11.895Z] #44 ... [2020-11-03T23:09:11.895Z] [2020-11-03T23:09:11.895Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:11.895Z] #42 75.33 DEP criu/vdso.d [2020-11-03T23:09:11.895Z] #42 75.76 DEP criu/uts_ns.d [2020-11-03T23:09:11.895Z] #42 76.30 DEP criu/util.d [2020-11-03T23:09:11.895Z] #42 76.78 DEP criu/uffd.d [2020-11-03T23:09:11.895Z] #42 77.05 DEP criu/tun.d [2020-11-03T23:09:11.895Z] #42 77.26 DEP criu/tty.d [2020-11-03T23:09:11.895Z] #42 77.44 DEP criu/timerfd.d [2020-11-03T23:09:11.895Z] #42 77.63 DEP criu/timens.d [2020-11-03T23:09:11.895Z] #42 77.82 DEP criu/sysfs_parse.d [2020-11-03T23:09:11.895Z] #42 77.98 DEP criu/sysctl.d [2020-11-03T23:09:11.895Z] #42 78.20 DEP criu/string.d [2020-11-03T23:09:11.895Z] #42 78.24 DEP criu/stats.d [2020-11-03T23:09:11.895Z] #42 78.44 DEP criu/sockets.d [2020-11-03T23:09:11.895Z] #42 78.64 DEP criu/sk-unix.d [2020-11-03T23:09:11.895Z] #42 78.89 DEP criu/sk-tcp.d [2020-11-03T23:09:11.895Z] #42 79.11 DEP criu/sk-queue.d [2020-11-03T23:09:11.895Z] #42 79.30 DEP criu/sk-packet.d [2020-11-03T23:09:11.895Z] #42 79.50 DEP criu/sk-netlink.d [2020-11-03T23:09:11.895Z] #42 79.72 DEP criu/sk-inet.d [2020-11-03T23:09:11.895Z] #42 79.92 DEP criu/signalfd.d [2020-11-03T23:09:11.895Z] #42 80.07 DEP criu/sigframe.d [2020-11-03T23:09:11.895Z] #42 80.18 DEP criu/shmem.d [2020-11-03T23:09:11.895Z] #42 80.33 DEP criu/servicefd.d [2020-11-03T23:09:11.895Z] #42 80.56 DEP criu/seize.d [2020-11-03T23:09:11.895Z] #42 80.78 DEP criu/seccomp.d [2020-11-03T23:09:11.895Z] #42 81.00 DEP criu/rst-malloc.d [2020-11-03T23:09:11.895Z] #42 81.08 DEP criu/rbtree.d [2020-11-03T23:09:11.895Z] #42 81.12 DEP criu/pstree.d [2020-11-03T23:09:11.895Z] #42 81.41 DEP criu/protobuf.d [2020-11-03T23:09:11.895Z] #42 81.57 GEN criu/protobuf-desc-gen.h [2020-11-03T23:09:11.895Z] #42 84.09 DEP criu/protobuf-desc.d [2020-11-03T23:09:11.895Z] #42 84.27 DEP criu/proc_parse.d [2020-11-03T23:09:11.895Z] #42 84.47 DEP criu/plugin.d [2020-11-03T23:09:11.895Z] #42 84.62 DEP criu/pipes.d [2020-11-03T23:09:11.895Z] #42 84.81 DEP criu/pie-util.d [2020-11-03T23:09:11.895Z] #42 84.95 DEP criu/pie-util-vdso.d [2020-11-03T23:09:11.895Z] #42 85.12 DEP criu/path.d [2020-11-03T23:09:11.895Z] #42 85.28 DEP criu/parasite-syscall.d [2020-11-03T23:09:12.195Z] #42 85.51 DEP criu/pagemap.d [2020-11-03T23:09:12.195Z] #42 ... [2020-11-03T23:09:12.195Z] [2020-11-03T23:09:12.195Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:09:12.195Z] #19 35.73 Selecting previously unselected package libip6tc0:ppc64el. [2020-11-03T23:09:12.195Z] #19 35.76 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-11-03T23:09:12.195Z] #19 35.78 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-11-03T23:09:12.195Z] #19 35.87 Selecting previously unselected package libiptc0:ppc64el. [2020-11-03T23:09:12.195Z] #19 35.89 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-11-03T23:09:12.195Z] #19 35.90 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-11-03T23:09:12.195Z] #19 36.03 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-11-03T23:09:12.195Z] #19 36.04 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-11-03T23:09:12.195Z] #19 36.06 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-11-03T23:09:12.195Z] #19 36.20 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-11-03T23:09:12.195Z] #19 36.21 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-11-03T23:09:12.195Z] #19 36.22 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-11-03T23:09:12.195Z] #19 36.31 Selecting previously unselected package libnftnl11:ppc64el. [2020-11-03T23:09:12.195Z] #19 36.32 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-11-03T23:09:12.195Z] #19 36.33 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-11-03T23:09:12.195Z] #19 36.49 Selecting previously unselected package iptables. [2020-11-03T23:09:12.195Z] #19 36.49 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-11-03T23:09:12.195Z] #19 36.50 Unpacking iptables (1.8.2-4) ... [2020-11-03T23:09:12.195Z] #19 37.03 Selecting previously unselected package xxd. [2020-11-03T23:09:12.195Z] #19 37.03 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-11-03T23:09:12.195Z] #19 37.04 Unpacking xxd (2:8.1.0875-5) ... [2020-11-03T23:09:12.195Z] #19 37.13 Selecting previously unselected package vim-common. [2020-11-03T23:09:12.195Z] #19 37.14 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-03T23:09:12.195Z] #19 37.18 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-03T23:09:12.195Z] #19 37.42 Selecting previously unselected package bash-completion. [2020-11-03T23:09:12.195Z] #19 37.43 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-03T23:09:12.562Z] + docker info [2020-11-03T23:09:13.402Z] #11 114.7 Selecting previously unselected package libselinux1-dev:arm64. [2020-11-03T23:09:13.402Z] #11 114.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2020-11-03T23:09:13.402Z] #11 114.8 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2020-11-03T23:09:13.667Z] #11 115.4 Selecting previously unselected package libdevmapper-dev:arm64. [2020-11-03T23:09:13.667Z] #11 115.4 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2020-11-03T23:09:13.667Z] #11 115.4 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-11-03T23:09:13.932Z] #11 115.6 Selecting previously unselected package libseccomp-dev:arm64. [2020-11-03T23:09:13.932Z] #11 115.6 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2020-11-03T23:09:13.932Z] #11 115.6 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2020-11-03T23:09:14.198Z] #11 115.9 Selecting previously unselected package libsystemd-dev:arm64. [2020-11-03T23:09:14.198Z] #11 115.9 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_arm64.deb ... [2020-11-03T23:09:14.262Z] #32 ... [2020-11-03T23:09:14.262Z] [2020-11-03T23:09:14.262Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:09:14.262Z] #11 78.01 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-03T23:09:14.262Z] #11 78.01 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-11-03T23:09:14.262Z] #11 78.02 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-03T23:09:14.262Z] #11 80.82 Selecting previously unselected package binutils-mingw-w64. [2020-11-03T23:09:14.262Z] #11 80.83 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-03T23:09:14.262Z] #11 80.84 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-03T23:09:14.262Z] #11 80.98 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-11-03T23:09:14.262Z] #11 80.98 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-03T23:09:14.262Z] #11 81.00 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-03T23:09:14.262Z] #11 81.22 Selecting previously unselected package dmsetup. [2020-11-03T23:09:14.262Z] #11 81.22 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-11-03T23:09:14.262Z] #11 81.25 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-03T23:09:14.262Z] #11 81.46 Selecting previously unselected package mingw-w64-common. [2020-11-03T23:09:14.262Z] #11 81.47 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-03T23:09:14.262Z] #11 81.48 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-03T23:09:14.262Z] #11 87.93 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-03T23:09:14.262Z] #11 87.93 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-03T23:09:14.262Z] #11 87.94 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-03T23:09:14.262Z] #11 ... [2020-11-03T23:09:14.262Z] [2020-11-03T23:09:14.262Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:09:14.262Z] #35 1.128 + RM_GOPATH=0 [2020-11-03T23:09:14.262Z] #35 1.128 + TMP_GOPATH= [2020-11-03T23:09:14.262Z] #35 1.128 + : /build [2020-11-03T23:09:14.262Z] #35 1.128 + '[' -z '' ']' [2020-11-03T23:09:14.262Z] #35 1.129 ++ mktemp -d [2020-11-03T23:09:14.262Z] #35 1.132 + export GOPATH=/tmp/tmp.HQILTkats9 [2020-11-03T23:09:14.262Z] #35 1.132 + GOPATH=/tmp/tmp.HQILTkats9 [2020-11-03T23:09:14.262Z] #35 1.132 + RM_GOPATH=1 [2020-11-03T23:09:14.262Z] #35 1.132 + case "$(go env GOARCH)" in [2020-11-03T23:09:14.262Z] #35 1.133 ++ go env GOARCH [2020-11-03T23:09:14.262Z] #35 1.161 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:09:14.262Z] #35 1.161 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:09:14.262Z] #35 1.161 ++ dirname /tmp/install/install.sh [2020-11-03T23:09:14.262Z] #35 1.163 + dir=/tmp/install [2020-11-03T23:09:14.262Z] #35 1.163 + bin=tini [2020-11-03T23:09:14.262Z] #35 1.166 + shift [2020-11-03T23:09:14.262Z] #35 1.167 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-03T23:09:14.262Z] #35 1.167 + . /tmp/install/tini.installer [2020-11-03T23:09:14.262Z] #35 1.168 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-03T23:09:14.262Z] #35 1.168 + install_tini [2020-11-03T23:09:14.262Z] #35 1.168 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-03T23:09:14.262Z] #35 1.168 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-03T23:09:14.262Z] #35 1.169 + git clone https://github.com/krallin/tini.git /tmp/tmp.HQILTkats9/tini [2020-11-03T23:09:14.262Z] #35 1.170 Cloning into '/tmp/tmp.HQILTkats9/tini'... [2020-11-03T23:09:14.262Z] #35 1.903 + cd /tmp/tmp.HQILTkats9/tini [2020-11-03T23:09:14.262Z] #35 1.904 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-03T23:09:14.262Z] #35 1.924 + cmake . [2020-11-03T23:09:14.262Z] #35 2.559 -- The C compiler identification is GNU 8.3.0 [2020-11-03T23:09:14.262Z] #35 2.622 -- Check for working C compiler: /usr/bin/cc [2020-11-03T23:09:14.522Z] #35 3.343 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-03T23:09:14.522Z] #35 3.344 -- Detecting C compiler ABI info [2020-11-03T23:09:14.777Z] #11 116.2 Unpacking libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-11-03T23:09:15.090Z] #35 ... [2020-11-03T23:09:15.090Z] [2020-11-03T23:09:15.091Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-03T23:09:15.091Z] #40 88.35 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-03T23:09:15.091Z] #40 88.38 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:09:15.091Z] #40 DONE 88.8s [2020-11-03T23:09:15.091Z] [2020-11-03T23:09:15.091Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:15.356Z] #11 ... [2020-11-03T23:09:15.356Z] [2020-11-03T23:09:15.356Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-03T23:09:15.356Z] #30 DONE 116.7s [2020-11-03T23:09:15.356Z] [2020-11-03T23:09:15.356Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:15.356Z] #41 42.14 CC images/opts.o [2020-11-03T23:09:15.356Z] #41 42.47 CC images/seccomp.o [2020-11-03T23:09:15.356Z] #41 42.82 CC images/binfmt-misc.o [2020-11-03T23:09:15.356Z] #41 42.99 CC images/time.o [2020-11-03T23:09:15.356Z] #41 43.22 CC images/sysctl.o [2020-11-03T23:09:15.356Z] #41 43.44 CC images/autofs.o [2020-11-03T23:09:15.356Z] #41 43.71 CC images/macvlan.o [2020-11-03T23:09:15.356Z] #41 44.04 CC images/sit.o [2020-11-03T23:09:15.356Z] #41 44.32 CC images/memfd.o [2020-11-03T23:09:15.356Z] #41 44.83 CC images/timens.o [2020-11-03T23:09:15.356Z] #41 45.14 LINK images/built-in.o [2020-11-03T23:09:15.357Z] #41 45.34 GEN compel/include/asm [2020-11-03T23:09:15.357Z] #41 45.39 GEN compel/include/version.h [2020-11-03T23:09:15.357Z] #41 45.43 touch .config [2020-11-03T23:09:15.357Z] #41 45.51 GEN include/common/config.h [2020-11-03T23:09:15.357Z] #41 45.63 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-03T23:09:15.357Z] #41 45.68 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2020-11-03T23:09:15.357Z] #41 45.75 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2020-11-03T23:09:15.357Z] #41 45.77 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2020-11-03T23:09:15.357Z] #41 45.79 DEP compel/plugins/std/infect.d [2020-11-03T23:09:15.357Z] #41 45.92 DEP compel/plugins/std/string.d [2020-11-03T23:09:15.357Z] #41 46.10 DEP compel/plugins/std/log.d [2020-11-03T23:09:15.357Z] #41 46.16 DEP compel/plugins/std/fds.d [2020-11-03T23:09:15.357Z] #41 46.27 DEP compel/plugins/std/std.d [2020-11-03T23:09:15.357Z] #41 46.34 DEP compel/plugins/shmem/shmem.d [2020-11-03T23:09:15.357Z] #41 46.39 DEP compel/plugins/fds/fds.d [2020-11-03T23:09:15.357Z] #41 46.46 CC compel/plugins/std/std.o [2020-11-03T23:09:15.357Z] #41 46.81 CC compel/plugins/std/fds.o [2020-11-03T23:09:15.357Z] #41 47.12 CC compel/plugins/std/log.o [2020-11-03T23:09:15.357Z] #41 47.92 CC compel/plugins/std/string.o [2020-11-03T23:09:15.357Z] #41 48.54 CC compel/plugins/std/infect.o [2020-11-03T23:09:15.357Z] #41 49.01 CC compel/arch/aarch64/plugins/std/parasite-head.o [2020-11-03T23:09:15.357Z] #41 49.08 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2020-11-03T23:09:15.357Z] #41 49.14 AR compel/plugins/std.lib.a [2020-11-03T23:09:15.357Z] #41 49.24 CC compel/plugins/fds/fds.o [2020-11-03T23:09:15.357Z] #41 49.36 AR compel/plugins/fds.lib.a [2020-11-03T23:09:15.357Z] #41 49.45 HOSTDEP compel/src/lib/log-host.d [2020-11-03T23:09:15.357Z] #41 49.51 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-03T23:09:15.357Z] #41 49.59 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2020-11-03T23:09:15.357Z] #41 49.68 HOSTDEP compel/src/main-host.d [2020-11-03T23:09:15.357Z] #41 49.76 DEP compel/src/lib/ptrace.d [2020-11-03T23:09:15.357Z] #41 49.87 DEP compel/src/lib/infect.d [2020-11-03T23:09:15.357Z] #41 50.14 DEP compel/src/lib/infect-util.d [2020-11-03T23:09:15.357Z] #41 50.31 DEP compel/src/lib/infect-rpc.d [2020-11-03T23:09:15.357Z] #41 ... [2020-11-03T23:09:15.357Z] [2020-11-03T23:09:15.357Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:09:15.357Z] #11 117.1 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-11-03T23:09:15.357Z] #11 117.1 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2020-11-03T23:09:15.357Z] #11 117.2 Setting up libapparmor1:arm64 (2.13.2-10) ... [2020-11-03T23:09:15.623Z] #11 117.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-03T23:09:15.623Z] #11 117.2 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2020-11-03T23:09:15.623Z] #11 117.2 Setting up libsepol1-dev:arm64 (2.8-1) ... [2020-11-03T23:09:15.623Z] #11 117.2 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:09:15.623Z] #11 117.3 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-03T23:09:15.623Z] #11 117.3 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2020-11-03T23:09:15.623Z] #11 117.3 Setting up libudev-dev:arm64 (241-7~deb10u4) ... [2020-11-03T23:09:15.623Z] #11 117.4 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-03T23:09:15.623Z] #11 117.4 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-03T23:09:15.771Z] #19 41.46 Unpacking bash-completion (1:2.8-6) ... [2020-11-03T23:09:15.771Z] #19 41.91 Selecting previously unselected package bzip2. [2020-11-03T23:09:15.771Z] #19 41.91 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-11-03T23:09:15.771Z] #19 41.94 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-03T23:09:15.887Z] #11 117.4 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2020-11-03T23:09:15.887Z] #11 117.4 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-03T23:09:15.887Z] #11 117.4 Setting up libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-11-03T23:09:15.887Z] #11 117.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-03T23:09:15.887Z] #11 117.5 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2020-11-03T23:09:16.069Z] #19 42.03 Selecting previously unselected package xz-utils. [2020-11-03T23:09:16.069Z] #19 42.04 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-11-03T23:09:16.069Z] #19 42.04 Unpacking xz-utils (5.2.4-1) ... [2020-11-03T23:09:16.151Z] #11 ... [2020-11-03T23:09:16.151Z] [2020-11-03T23:09:16.151Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:09:16.151Z] #43 109.2 github.com/LK4D4/vndr/godl [2020-11-03T23:09:16.151Z] #43 109.9 github.com/LK4D4/vndr [2020-11-03T23:09:16.151Z] #43 DONE 117.8s [2020-11-03T23:09:16.151Z] [2020-11-03T23:09:16.151Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:09:16.151Z] #11 117.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:09:16.151Z] #11 117.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-03T23:09:16.151Z] #11 117.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-03T23:09:16.151Z] #11 117.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:09:16.391Z] #19 42.23 Selecting previously unselected package apparmor. [2020-11-03T23:09:16.391Z] #19 42.23 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-11-03T23:09:16.391Z] #19 42.33 Unpacking apparmor (2.13.2-10) ... [2020-11-03T23:09:16.416Z] #11 118.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-03T23:09:16.416Z] #11 118.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-03T23:09:16.416Z] #11 118.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-03T23:09:16.416Z] #11 118.2 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2020-11-03T23:09:16.416Z] #11 118.2 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-11-03T23:09:16.471Z] #41 ... [2020-11-03T23:09:16.471Z] [2020-11-03T23:09:16.471Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:09:16.471Z] #43 79.95 time [2020-11-03T23:09:16.471Z] #43 85.84 strings [2020-11-03T23:09:16.471Z] #43 86.50 os [2020-11-03T23:09:16.471Z] #43 88.48 regexp/syntax [2020-11-03T23:09:16.471Z] #43 ... [2020-11-03T23:09:16.471Z] [2020-11-03T23:09:16.471Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:09:16.471Z] #35 4.199 -- Detecting C compiler ABI info - done [2020-11-03T23:09:16.471Z] #35 4.347 -- Detecting C compile features [2020-11-03T23:09:16.680Z] #11 118.3 Setting up dmsetup (2:1.02.155-3) ... [2020-11-03T23:09:16.680Z] #11 118.3 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-11-03T23:09:16.680Z] #11 118.4 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-11-03T23:09:16.680Z] #11 118.4 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:09:16.689Z] #19 42.74 Selecting previously unselected package aufs-tools. [2020-11-03T23:09:16.689Z] #19 42.74 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-11-03T23:09:16.689Z] #19 42.75 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-03T23:09:16.989Z] #19 42.94 Selecting previously unselected package libonig5:ppc64el. [2020-11-03T23:09:16.989Z] #19 42.95 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-11-03T23:09:16.989Z] #19 42.95 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-11-03T23:09:16.989Z] #19 43.12 Selecting previously unselected package libjq1:ppc64el. [2020-11-03T23:09:16.989Z] #19 43.13 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-03T23:09:16.989Z] #19 43.14 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-03T23:09:17.290Z] #19 43.26 Selecting previously unselected package jq. [2020-11-03T23:09:17.290Z] #19 43.27 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-03T23:09:17.290Z] #19 43.28 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-03T23:09:17.290Z] #19 43.38 Selecting previously unselected package libaio1:ppc64el. [2020-11-03T23:09:17.290Z] #19 43.39 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-11-03T23:09:17.290Z] #19 43.41 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-11-03T23:09:17.290Z] #19 43.48 Selecting previously unselected package libgpm2:ppc64el. [2020-11-03T23:09:17.290Z] #19 43.48 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-11-03T23:09:17.592Z] #19 43.50 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-11-03T23:09:17.592Z] #19 43.59 Selecting previously unselected package libicu63:ppc64el. [2020-11-03T23:09:17.592Z] #19 43.60 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-11-03T23:09:17.592Z] #19 43.61 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-03T23:09:17.633Z] #11 DONE 119.3s [2020-11-03T23:09:17.633Z] [2020-11-03T23:09:17.633Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:17.633Z] #41 50.45 DEP compel/arch/aarch64/src/lib/infect.d [2020-11-03T23:09:17.633Z] #41 50.55 DEP compel/arch/aarch64/src/lib/cpu.d [2020-11-03T23:09:17.633Z] #41 50.59 DEP compel/src/lib/log.d [2020-11-03T23:09:17.633Z] #41 50.73 DEP compel/src/main.d [2020-11-03T23:09:17.633Z] #41 50.82 DEP compel/src/lib/handle-elf.d [2020-11-03T23:09:17.633Z] #41 50.90 DEP compel/arch/aarch64/src/lib/handle-elf.d [2020-11-03T23:09:17.633Z] #41 51.00 CC compel/src/lib/log.o [2020-11-03T23:09:17.633Z] #41 51.29 CC compel/arch/aarch64/src/lib/cpu.o [2020-11-03T23:09:17.633Z] #41 51.49 CC compel/arch/aarch64/src/lib/infect.o [2020-11-03T23:09:17.633Z] #41 51.95 CC compel/src/lib/infect-rpc.o [2020-11-03T23:09:17.633Z] #41 52.28 CC compel/src/lib/infect-util.o [2020-11-03T23:09:17.633Z] #41 52.54 CC compel/src/lib/infect.o [2020-11-03T23:09:17.852Z] #35 6.474 -- Detecting C compile features - done [2020-11-03T23:09:17.852Z] #35 6.522 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-03T23:09:17.852Z] #35 6.799 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-03T23:09:18.112Z] #35 6.918 -- Configuring done [2020-11-03T23:09:18.112Z] #35 6.945 -- Generating done [2020-11-03T23:09:18.112Z] #35 6.947 -- Build files have been written to: /tmp/tmp.HQILTkats9/tini [2020-11-03T23:09:18.112Z] #35 6.952 + make tini-static [2020-11-03T23:09:18.372Z] #35 7.304 Scanning dependencies of target tini-static [2020-11-03T23:09:18.631Z] #35 7.504 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-03T23:09:19.135Z] #19 ... [2020-11-03T23:09:19.135Z] [2020-11-03T23:09:19.135Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:09:19.569Z] #41 54.37 CC compel/src/lib/ptrace.o [2020-11-03T23:09:19.838Z] #41 54.71 AR compel/libcompel.a [2020-11-03T23:09:19.838Z] #41 54.78 HOSTCC compel/src/main-host.o [2020-11-03T23:09:20.011Z] #35 8.796 [100%] Linking C executable tini-static [2020-11-03T23:09:20.102Z] #41 ... [2020-11-03T23:09:20.102Z] [2020-11-03T23:09:20.102Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-03T23:09:20.102Z] #12 DONE 2.4s [2020-11-03T23:09:20.271Z] #35 ... [2020-11-03T23:09:20.271Z] [2020-11-03T23:09:20.271Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:09:20.271Z] #49 84.04 context [2020-11-03T23:09:20.271Z] #49 85.44 os [2020-11-03T23:09:20.271Z] #49 90.33 path/filepath [2020-11-03T23:09:20.271Z] #49 90.59 encoding/base64 [2020-11-03T23:09:20.271Z] #49 91.28 fmt [2020-11-03T23:09:20.271Z] #49 91.84 golang.org/x/sys/unix [2020-11-03T23:09:20.271Z] #49 ... [2020-11-03T23:09:20.271Z] [2020-11-03T23:09:20.271Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:20.271Z] #41 2.037 Note: Building without setproctitle() and strlcpy() support. [2020-11-03T23:09:20.271Z] #41 2.041 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-03T23:09:20.271Z] #41 2.054 Note: Building without GnuTLS support [2020-11-03T23:09:20.271Z] #41 2.081 Makefile.config:39: Warn: you have no libnftables installed [2020-11-03T23:09:20.271Z] #41 2.081 Makefile.config:40: Warn: Building without nftables support [2020-11-03T23:09:20.271Z] #41 4.053 fatal: not a git repository (or any of the parent directories): .git [2020-11-03T23:09:20.271Z] #41 4.181 GEN .gitid [2020-11-03T23:09:20.271Z] #41 4.193 GEN criu/include/version.h [2020-11-03T23:09:20.271Z] #41 4.255 GEN include/common/asm [2020-11-03T23:09:20.366Z] [2020-11-03T23:09:20.366Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:09:20.366Z] #51 2.284 + RM_GOPATH=0 [2020-11-03T23:09:20.366Z] #51 2.284 + TMP_GOPATH= [2020-11-03T23:09:20.366Z] #51 2.284 + : /build [2020-11-03T23:09:20.366Z] #51 2.284 + '[' -z '' ']' [2020-11-03T23:09:20.366Z] #51 2.285 ++ mktemp -d [2020-11-03T23:09:20.366Z] #51 2.292 + export GOPATH=/tmp/tmp.Rf0WBJppOt [2020-11-03T23:09:20.366Z] #51 2.292 + GOPATH=/tmp/tmp.Rf0WBJppOt [2020-11-03T23:09:20.366Z] #51 2.292 + RM_GOPATH=1 [2020-11-03T23:09:20.366Z] #51 2.292 + case "$(go env GOARCH)" in [2020-11-03T23:09:20.366Z] #51 2.292 ++ go env GOARCH [2020-11-03T23:09:20.366Z] #51 2.301 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:09:20.366Z] #51 2.301 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:09:20.366Z] #51 2.308 ++ dirname /tmp/install/install.sh [2020-11-03T23:09:20.366Z] #51 2.308 + dir=/tmp/install [2020-11-03T23:09:20.366Z] #51 2.308 + bin=runc [2020-11-03T23:09:20.366Z] #51 2.308 + shift [2020-11-03T23:09:20.366Z] #51 2.308 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-03T23:09:20.366Z] #51 2.308 + . /tmp/install/runc.installer [2020-11-03T23:09:20.366Z] #51 2.308 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-03T23:09:20.366Z] #51 2.308 + install_runc [2020-11-03T23:09:20.366Z] #51 2.308 + uname -r [2020-11-03T23:09:20.366Z] #51 2.308 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-03T23:09:20.366Z] #51 2.310 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-03T23:09:20.366Z] #51 2.310 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-03T23:09:20.366Z] #51 2.311 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-03T23:09:20.366Z] #51 2.311 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Rf0WBJppOt/src/github.com/opencontainers/runc [2020-11-03T23:09:20.366Z] #51 2.314 Cloning into '/tmp/tmp.Rf0WBJppOt/src/github.com/opencontainers/runc'... [2020-11-03T23:09:20.840Z] #41 5.897 PBCC images/timens.pb-c.c [2020-11-03T23:09:20.840Z] #41 5.982 DEP images/timens.pb-c.d [2020-11-03T23:09:21.101Z] #41 ... [2020-11-03T23:09:21.101Z] [2020-11-03T23:09:21.101Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:09:21.101Z] #35 9.408 [100%] Built target tini-static [2020-11-03T23:09:21.101Z] #35 9.492 + mkdir -p /build [2020-11-03T23:09:21.101Z] #35 9.495 + cp tini-static /build/docker-init [2020-11-03T23:09:21.101Z] #35 DONE 9.8s [2020-11-03T23:09:21.101Z] [2020-11-03T23:09:21.101Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:21.101Z] #41 6.113 PBCC images/fown.pb-c.c [2020-11-03T23:09:21.101Z] #41 6.202 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-03T23:09:21.360Z] #41 6.326 PBCC images/opts.pb-c.c [2020-11-03T23:09:21.620Z] #41 6.421 PBCC images/memfd.pb-c.c [2020-11-03T23:09:21.620Z] #41 6.487 DEP images/fown.pb-c.d [2020-11-03T23:09:21.620Z] #41 6.623 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-03T23:09:21.620Z] #41 6.818 DEP images/opts.pb-c.d [2020-11-03T23:09:21.844Z] #23 154.8 Checking out files: 27% (3012/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: 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: 52% (5735/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: 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: 78% (8671/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-03T23:09:21.880Z] #41 6.916 DEP images/memfd.pb-c.d [2020-11-03T23:09:21.880Z] #41 6.967 PBCC images/sit.pb-c.c [2020-11-03T23:09:22.139Z] #41 7.039 DEP images/sit.pb-c.d [2020-11-03T23:09:22.139Z] #41 7.135 PBCC images/macvlan.pb-c.c [2020-11-03T23:09:22.139Z] #41 7.191 DEP images/macvlan.pb-c.d [2020-11-03T23:09:22.139Z] #41 7.202 PBCC images/autofs.pb-c.c [2020-11-03T23:09:22.139Z] #41 7.209 DEP images/autofs.pb-c.d [2020-11-03T23:09:22.139Z] #41 7.249 PBCC images/sysctl.pb-c.c [2020-11-03T23:09:22.143Z] #23 157.8 + cd /tmp/tmp.tHBmU3zTc7/tmp/docker-ce [2020-11-03T23:09:22.143Z] #23 157.8 + git checkout -q v17.06.2-ce [2020-11-03T23:09:22.312Z] #51 ... [2020-11-03T23:09:22.312Z] [2020-11-03T23:09:22.312Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-03T23:09:22.312Z] #13 DONE 2.0s [2020-11-03T23:09:22.312Z] [2020-11-03T23:09:22.312Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-03T23:09:22.399Z] #41 7.281 DEP images/sysctl.pb-c.d [2020-11-03T23:09:22.399Z] #41 7.358 PBCC images/time.pb-c.c [2020-11-03T23:09:22.399Z] #41 7.400 DEP images/time.pb-c.d [2020-11-03T23:09:22.399Z] #41 7.465 PBCC images/binfmt-misc.pb-c.c [2020-11-03T23:09:22.442Z] #23 ... [2020-11-03T23:09:22.442Z] [2020-11-03T23:09:22.442Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:22.442Z] #42 85.74 DEP criu/pagemap-cache.d [2020-11-03T23:09:22.442Z] #42 85.89 DEP criu/page-xfer.d [2020-11-03T23:09:22.442Z] #42 86.08 DEP criu/page-pipe.d [2020-11-03T23:09:22.442Z] #42 86.20 DEP criu/netfilter.d [2020-11-03T23:09:22.442Z] #42 86.36 DEP criu/net.d [2020-11-03T23:09:22.442Z] #42 86.58 DEP criu/namespaces.d [2020-11-03T23:09:22.442Z] #42 86.78 DEP criu/mount.d [2020-11-03T23:09:22.442Z] #42 86.96 DEP criu/memfd.d [2020-11-03T23:09:22.442Z] #42 87.11 DEP criu/mem.d [2020-11-03T23:09:22.442Z] #42 87.33 DEP criu/lsm.d [2020-11-03T23:09:22.442Z] #42 87.48 DEP criu/log.d [2020-11-03T23:09:22.442Z] #42 87.62 DEP criu/libnetlink.d [2020-11-03T23:09:22.442Z] #42 87.84 DEP criu/kerndat.d [2020-11-03T23:09:22.442Z] #42 88.12 DEP criu/kcmp-ids.d [2020-11-03T23:09:22.442Z] #42 88.23 DEP criu/irmap.d [2020-11-03T23:09:22.442Z] #42 88.38 DEP criu/ipc_ns.d [2020-11-03T23:09:22.442Z] #42 88.53 DEP criu/image.d [2020-11-03T23:09:22.442Z] #42 88.77 DEP criu/image-desc.d [2020-11-03T23:09:22.442Z] #42 88.87 DEP criu/fsnotify.d [2020-11-03T23:09:22.442Z] #42 89.10 DEP criu/filesystems.d [2020-11-03T23:09:22.442Z] #42 89.37 DEP criu/files.d [2020-11-03T23:09:22.442Z] #42 89.61 DEP criu/files-reg.d [2020-11-03T23:09:22.442Z] #42 89.92 DEP criu/files-ext.d [2020-11-03T23:09:22.442Z] #42 90.09 DEP criu/file-lock.d [2020-11-03T23:09:22.442Z] #42 90.30 DEP criu/file-ids.d [2020-11-03T23:09:22.442Z] #42 90.50 DEP criu/fifo.d [2020-11-03T23:09:22.442Z] #42 90.79 DEP criu/fdstore.d [2020-11-03T23:09:22.442Z] #42 90.92 DEP criu/fault-injection.d [2020-11-03T23:09:22.442Z] #42 90.98 DEP criu/external.d [2020-11-03T23:09:22.442Z] #42 91.09 DEP criu/eventpoll.d [2020-11-03T23:09:22.442Z] #42 91.30 DEP criu/eventfd.d [2020-11-03T23:09:22.442Z] #42 91.50 DEP criu/crtools.d [2020-11-03T23:09:22.442Z] #42 91.75 DEP criu/cr-service.d [2020-11-03T23:09:22.442Z] #42 91.97 DEP criu/cr-restore.d [2020-11-03T23:09:22.442Z] #42 92.31 DEP criu/cr-errno.d [2020-11-03T23:09:22.442Z] #42 92.32 DEP criu/cr-dump.d [2020-11-03T23:09:22.442Z] #42 92.63 DEP criu/cr-dedup.d [2020-11-03T23:09:22.442Z] #42 92.84 DEP criu/cr-check.d [2020-11-03T23:09:22.442Z] #42 93.17 DEP criu/config.d [2020-11-03T23:09:22.442Z] #42 93.47 DEP criu/clone-noasan.d [2020-11-03T23:09:22.442Z] #42 93.61 DEP criu/cgroup.d [2020-11-03T23:09:22.442Z] #42 93.81 DEP criu/cgroup-props.d [2020-11-03T23:09:22.442Z] #42 94.02 DEP criu/bitmap.d [2020-11-03T23:09:22.442Z] #42 94.04 DEP criu/bfd.d [2020-11-03T23:09:22.442Z] #42 94.19 DEP criu/autofs.d [2020-11-03T23:09:22.442Z] #42 94.42 DEP criu/aio.d [2020-11-03T23:09:22.442Z] #42 94.66 DEP criu/action-scripts.d [2020-11-03T23:09:22.442Z] #42 95.13 CC criu/action-scripts.o [2020-11-03T23:09:22.442Z] #42 95.73 CC criu/aio.o [2020-11-03T23:09:22.442Z] #42 ... [2020-11-03T23:09:22.442Z] [2020-11-03T23:09:22.442Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:09:22.442Z] #19 48.30 Selecting previously unselected package libnet1:ppc64el. [2020-11-03T23:09:22.442Z] #19 48.31 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-11-03T23:09:22.442Z] #19 48.32 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-03T23:09:22.442Z] #19 48.42 Selecting previously unselected package libnl-3-200:ppc64el. [2020-11-03T23:09:22.442Z] #19 48.42 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-11-03T23:09:22.442Z] #19 48.43 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-03T23:09:22.442Z] #19 48.52 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-11-03T23:09:22.442Z] #19 48.52 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-11-03T23:09:22.442Z] #19 48.52 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-03T23:09:22.442Z] #19 48.59 Selecting previously unselected package libreadline5:ppc64el. [2020-11-03T23:09:22.442Z] #19 48.59 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-11-03T23:09:22.443Z] #19 48.59 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-11-03T23:09:22.658Z] #41 7.497 DEP images/binfmt-misc.pb-c.d [2020-11-03T23:09:22.658Z] #41 7.550 PBCC images/seccomp.pb-c.c [2020-11-03T23:09:22.658Z] #41 7.609 DEP images/seccomp.pb-c.d [2020-11-03T23:09:22.658Z] #41 7.662 PBCC images/userns.pb-c.c [2020-11-03T23:09:22.658Z] #41 7.701 DEP images/userns.pb-c.d [2020-11-03T23:09:22.743Z] #19 48.74 Selecting previously unselected package net-tools. [2020-11-03T23:09:22.743Z] #19 48.75 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-11-03T23:09:22.743Z] #19 48.76 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-03T23:09:22.918Z] #41 7.765 PBCC images/cgroup.pb-c.c [2020-11-03T23:09:22.918Z] #41 7.800 DEP images/cgroup.pb-c.d [2020-11-03T23:09:22.918Z] #41 7.889 PBCC images/ext-file.pb-c.c [2020-11-03T23:09:22.918Z] #41 7.953 DEP images/ext-file.pb-c.d [2020-11-03T23:09:22.918Z] #41 8.013 PBCC images/rpc.pb-c.c [2020-11-03T23:09:23.041Z] #19 49.01 Selecting previously unselected package python-pip-whl. [2020-11-03T23:09:23.041Z] #19 49.02 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-03T23:09:23.041Z] #19 49.02 Unpacking python-pip-whl (18.1-5) ... [2020-11-03T23:09:23.177Z] #41 8.085 DEP images/rpc.pb-c.d [2020-11-03T23:09:23.177Z] #41 8.162 PBCC images/siginfo.pb-c.c [2020-11-03T23:09:23.177Z] #41 8.209 DEP images/siginfo.pb-c.d [2020-11-03T23:09:23.177Z] #41 8.271 PBCC images/pagemap.pb-c.c [2020-11-03T23:09:23.437Z] #41 8.356 DEP images/pagemap.pb-c.d [2020-11-03T23:09:23.437Z] #41 8.409 PBCC images/rlimit.pb-c.c [2020-11-03T23:09:23.437Z] #41 8.461 DEP images/rlimit.pb-c.d [2020-11-03T23:09:23.437Z] #41 8.521 PBCC images/file-lock.pb-c.c [2020-11-03T23:09:23.690Z] #19 49.62 Selecting previously unselected package python3-lib2to3. [2020-11-03T23:09:23.690Z] #19 49.65 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-03T23:09:23.690Z] #19 49.65 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-03T23:09:23.690Z] #19 49.81 Selecting previously unselected package python3-distutils. [2020-11-03T23:09:23.696Z] #41 8.563 DEP images/file-lock.pb-c.d [2020-11-03T23:09:23.696Z] #41 8.621 PBCC images/tty.pb-c.c [2020-11-03T23:09:23.696Z] #41 8.665 DEP images/tty.pb-c.d [2020-11-03T23:09:23.696Z] #41 8.733 PBCC images/tun.pb-c.c [2020-11-03T23:09:23.696Z] #41 8.764 PBCC images/netdev.pb-c.c [2020-11-03T23:09:23.710Z] #14 1.372 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-03T23:09:23.956Z] #41 8.826 DEP images/tun.pb-c.d [2020-11-03T23:09:23.956Z] #41 8.870 DEP images/netdev.pb-c.d [2020-11-03T23:09:23.956Z] #41 8.899 PBCC images/vma.pb-c.c [2020-11-03T23:09:23.956Z] #41 8.927 DEP images/vma.pb-c.d [2020-11-03T23:09:23.956Z] #41 8.994 PBCC images/creds.pb-c.c [2020-11-03T23:09:23.956Z] #41 9.026 DEP images/creds.pb-c.d [2020-11-03T23:09:23.974Z] #14 DONE 1.8s [2020-11-03T23:09:23.975Z] [2020-11-03T23:09:23.975Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:23.975Z] #41 55.27 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2020-11-03T23:09:23.975Z] #41 55.58 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-03T23:09:23.975Z] #41 55.92 HOSTCC compel/src/lib/log-host.o [2020-11-03T23:09:23.975Z] #41 56.05 HOSTLINK compel/compel-host-bin [2020-11-03T23:09:23.975Z] #41 56.28 DEP soccr/soccr.d [2020-11-03T23:09:23.975Z] #41 56.47 CC soccr/soccr.o [2020-11-03T23:09:23.975Z] #41 57.78 AR soccr/libsoccr.a [2020-11-03T23:09:23.975Z] #41 57.80 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-03T23:09:23.975Z] #41 58.28 DEP criu/arch/aarch64/sigframe.d [2020-11-03T23:09:23.975Z] #41 58.33 DEP criu/arch/aarch64/crtools.d [2020-11-03T23:09:23.975Z] #41 58.42 DEP criu/arch/aarch64/cpu.d [2020-11-03T23:09:23.975Z] #41 58.46 DEP criu/arch/aarch64/bitops.d [2020-11-03T23:09:23.975Z] #41 58.58 CC criu/arch/aarch64/bitops.o [2020-11-03T23:09:23.975Z] #41 58.72 CC criu/arch/aarch64/cpu.o [2020-11-03T23:09:23.975Z] #41 58.82 CC criu/arch/aarch64/crtools.o [2020-11-03T23:09:23.989Z] #19 49.82 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-03T23:09:23.989Z] #19 49.83 Unpacking python3-distutils (3.7.3-1) ... [2020-11-03T23:09:23.989Z] #19 50.03 Selecting previously unselected package python3-pip. [2020-11-03T23:09:23.989Z] #19 50.04 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-03T23:09:23.989Z] #19 50.05 Unpacking python3-pip (18.1-5) ... [2020-11-03T23:09:24.216Z] #41 9.105 PBCC images/utsns.pb-c.c [2020-11-03T23:09:24.216Z] #41 9.161 DEP images/utsns.pb-c.d [2020-11-03T23:09:24.216Z] #41 9.205 PBCC images/ipc-desc.pb-c.c [2020-11-03T23:09:24.216Z] #41 9.261 PBCC images/ipc-sem.pb-c.c [2020-11-03T23:09:24.216Z] #41 9.321 DEP images/ipc-desc.pb-c.d [2020-11-03T23:09:24.288Z] #19 50.27 Selecting previously unselected package python3-pkg-resources. [2020-11-03T23:09:24.288Z] #19 50.28 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-03T23:09:24.288Z] #19 50.30 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-03T23:09:24.288Z] #19 ... [2020-11-03T23:09:24.288Z] [2020-11-03T23:09:24.288Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:09:24.288Z] #44 150.2 crypto/tls [2020-11-03T23:09:24.288Z] #44 157.5 net/http/httptrace [2020-11-03T23:09:24.288Z] #44 157.8 net/http [2020-11-03T23:09:24.288Z] #44 ... [2020-11-03T23:09:24.288Z] [2020-11-03T23:09:24.288Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:09:24.475Z] #41 9.362 DEP images/ipc-sem.pb-c.d [2020-11-03T23:09:24.475Z] #41 9.421 PBCC images/ipc-msg.pb-c.c [2020-11-03T23:09:24.475Z] #41 9.473 DEP images/ipc-msg.pb-c.d [2020-11-03T23:09:24.475Z] #41 9.541 PBCC images/ipc-shm.pb-c.c [2020-11-03T23:09:24.475Z] #41 9.575 DEP images/ipc-shm.pb-c.d [2020-11-03T23:09:24.554Z] #41 59.34 CC criu/arch/aarch64/sigframe.o [2020-11-03T23:09:24.554Z] #41 59.54 LINK criu/arch/aarch64/crtools.built-in.o [2020-11-03T23:09:24.587Z] #19 50.52 Selecting previously unselected package python3-setuptools. [2020-11-03T23:09:24.588Z] #19 50.53 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-03T23:09:24.588Z] #19 50.54 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-03T23:09:24.735Z] #41 9.638 PBCC images/ipc-var.pb-c.c [2020-11-03T23:09:24.735Z] #41 9.675 DEP images/ipc-var.pb-c.d [2020-11-03T23:09:24.735Z] #41 ... [2020-11-03T23:09:24.735Z] [2020-11-03T23:09:24.735Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:09:24.735Z] #32 88.47 path [2020-11-03T23:09:24.735Z] #32 88.71 fmt [2020-11-03T23:09:24.735Z] #32 89.18 path/filepath [2020-11-03T23:09:24.735Z] #32 90.68 io/ioutil [2020-11-03T23:09:24.735Z] #32 91.25 text/tabwriter [2020-11-03T23:09:24.735Z] #32 93.09 flag [2020-11-03T23:09:24.735Z] #32 93.09 github.com/BurntSushi/toml [2020-11-03T23:09:24.735Z] #32 95.46 log [2020-11-03T23:09:24.735Z] #32 97.78 github.com/BurntSushi/toml/cmd/tomlv [2020-11-03T23:09:24.735Z] #32 ... [2020-11-03T23:09:24.735Z] [2020-11-03T23:09:24.735Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:24.735Z] #41 9.741 PBCC images/sk-opts.pb-c.c [2020-11-03T23:09:24.735Z] #41 9.763 PBCC images/packet-sock.pb-c.c [2020-11-03T23:09:24.735Z] #41 9.812 DEP images/sk-opts.pb-c.d [2020-11-03T23:09:24.735Z] #41 9.840 DEP images/packet-sock.pb-c.d [2020-11-03T23:09:24.735Z] #41 9.885 PBCC images/sk-netlink.pb-c.c [2020-11-03T23:09:24.735Z] #41 9.933 DEP images/sk-netlink.pb-c.d [2020-11-03T23:09:24.818Z] #41 59.59 DEP criu/pie/util-vdso.d [2020-11-03T23:09:24.818Z] #41 59.78 DEP criu/pie/util.d [2020-11-03T23:09:24.872Z] ok github.com/docker/docker/cmd/dockerd 0.053s coverage: 29.1% of statements [2020-11-03T23:09:24.872Z] ok github.com/docker/docker/container 0.126s coverage: 34.7% of statements [2020-11-03T23:09:24.872Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-03T23:09:24.872Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-03T23:09:24.872Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-03T23:09:24.872Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-03T23:09:24.887Z] #19 50.85 Selecting previously unselected package python3-wheel. [2020-11-03T23:09:24.887Z] #19 50.85 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-03T23:09:24.887Z] #19 50.87 Unpacking python3-wheel (0.32.3-2) ... [2020-11-03T23:09:24.887Z] #19 50.97 Selecting previously unselected package sudo. [2020-11-03T23:09:24.887Z] #19 50.98 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ... [2020-11-03T23:09:24.887Z] #19 50.99 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-03T23:09:24.994Z] #41 9.981 PBCC images/sk-inet.pb-c.c [2020-11-03T23:09:24.994Z] #41 10.02 DEP images/sk-inet.pb-c.d [2020-11-03T23:09:24.994Z] #41 10.08 PBCC images/sk-unix.pb-c.c [2020-11-03T23:09:25.082Z] #41 59.95 CC criu/pie/util.o [2020-11-03T23:09:25.254Z] #41 10.10 DEP images/sk-unix.pb-c.d [2020-11-03T23:09:25.254Z] #41 10.13 PBCC images/mm.pb-c.c [2020-11-03T23:09:25.254Z] #41 10.16 DEP images/mm.pb-c.d [2020-11-03T23:09:25.254Z] #41 10.24 PBCC images/timerfd.pb-c.c [2020-11-03T23:09:25.254Z] #41 10.31 DEP images/timerfd.pb-c.d [2020-11-03T23:09:25.347Z] #41 60.30 CC criu/pie/util-vdso.o [2020-11-03T23:09:25.513Z] #41 10.38 PBCC images/timer.pb-c.c [2020-11-03T23:09:25.513Z] #41 10.42 DEP images/timer.pb-c.d [2020-11-03T23:09:25.513Z] #41 10.48 PBCC images/sa.pb-c.c [2020-11-03T23:09:25.513Z] #41 10.50 DEP images/sa.pb-c.d [2020-11-03T23:09:25.513Z] #41 10.56 PBCC images/pipe-data.pb-c.c [2020-11-03T23:09:25.513Z] #41 10.59 DEP images/pipe-data.pb-c.d [2020-11-03T23:09:25.513Z] #41 10.64 PBCC images/mnt.pb-c.c [2020-11-03T23:09:25.611Z] #41 ... [2020-11-03T23:09:25.611Z] [2020-11-03T23:09:25.611Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-03T23:09:25.611Z] #15 DONE 1.7s [2020-11-03T23:09:25.611Z] [2020-11-03T23:09:25.611Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-03T23:09:25.772Z] #41 10.77 DEP images/mnt.pb-c.d [2020-11-03T23:09:25.773Z] #41 10.80 PBCC images/sk-packet.pb-c.c [2020-11-03T23:09:25.773Z] #41 10.84 DEP images/sk-packet.pb-c.d [2020-11-03T23:09:25.773Z] #41 10.88 PBCC images/tcp-stream.pb-c.c [2020-11-03T23:09:25.943Z] #19 51.83 Selecting previously unselected package thin-provisioning-tools. [2020-11-03T23:09:25.943Z] #19 51.83 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-11-03T23:09:25.943Z] #19 51.84 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-03T23:09:26.032Z] #41 10.94 DEP images/tcp-stream.pb-c.d [2020-11-03T23:09:26.032Z] #41 10.99 PBCC images/pipe.pb-c.c [2020-11-03T23:09:26.032Z] #41 11.07 DEP images/pipe.pb-c.d [2020-11-03T23:09:26.246Z] #19 52.14 Selecting previously unselected package uidmap. [2020-11-03T23:09:26.246Z] #19 52.16 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2020-11-03T23:09:26.246Z] #19 52.16 Unpacking uidmap (1:4.5-1.1) ... [2020-11-03T23:09:26.246Z] #19 52.30 Selecting previously unselected package vim-runtime. [2020-11-03T23:09:26.246Z] #19 52.31 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-03T23:09:26.246Z] #19 52.36 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-03T23:09:26.291Z] #41 11.13 PBCC images/pstree.pb-c.c [2020-11-03T23:09:26.291Z] #41 11.16 DEP images/pstree.pb-c.d [2020-11-03T23:09:26.291Z] #41 11.25 PBCC images/fs.pb-c.c [2020-11-03T23:09:26.291Z] #41 11.28 DEP images/fs.pb-c.d [2020-11-03T23:09:26.291Z] #41 11.36 PBCC images/signalfd.pb-c.c [2020-11-03T23:09:26.291Z] #41 11.40 DEP images/signalfd.pb-c.d [2020-11-03T23:09:26.291Z] #41 11.47 PBCC images/fh.pb-c.c [2020-11-03T23:09:26.544Z] #19 52.43 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-03T23:09:26.544Z] #19 52.43 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-03T23:09:26.550Z] #41 11.49 PBCC images/fsnotify.pb-c.c [2020-11-03T23:09:26.551Z] #41 11.52 DEP images/fh.pb-c.d [2020-11-03T23:09:26.551Z] #41 11.58 DEP images/fsnotify.pb-c.d [2020-11-03T23:09:26.551Z] #41 11.65 PBCC images/eventpoll.pb-c.c [2020-11-03T23:09:26.551Z] #41 11.67 DEP images/eventpoll.pb-c.d [2020-11-03T23:09:26.551Z] #41 11.71 PBCC images/eventfd.pb-c.c [2020-11-03T23:09:26.811Z] #41 11.77 DEP images/eventfd.pb-c.d [2020-11-03T23:09:26.811Z] #41 11.83 PBCC images/remap-file-path.pb-c.c [2020-11-03T23:09:26.811Z] #41 11.84 DEP images/remap-file-path.pb-c.d [2020-11-03T23:09:26.811Z] #41 11.91 PBCC images/fifo.pb-c.c [2020-11-03T23:09:26.811Z] #41 11.95 DEP images/fifo.pb-c.d [2020-11-03T23:09:27.070Z] #41 12.00 PBCC images/ghost-file.pb-c.c [2020-11-03T23:09:27.070Z] #41 12.04 DEP images/ghost-file.pb-c.d [2020-11-03T23:09:27.070Z] #41 12.10 PBCC images/regfile.pb-c.c [2020-11-03T23:09:27.070Z] #41 12.16 DEP images/regfile.pb-c.d [2020-11-03T23:09:27.070Z] #41 12.24 PBCC images/ns.pb-c.c [2020-11-03T23:09:27.330Z] #41 12.27 DEP images/ns.pb-c.d [2020-11-03T23:09:27.330Z] #41 12.33 PBCC images/fdinfo.pb-c.c [2020-11-03T23:09:27.330Z] #41 12.44 DEP images/fdinfo.pb-c.d [2020-11-03T23:09:27.330Z] #41 12.49 PBCC images/core-aarch64.pb-c.c [2020-11-03T23:09:27.450Z] Client: [2020-11-03T23:09:27.450Z] Debug Mode: false [2020-11-03T23:09:27.450Z] Plugins: [2020-11-03T23:09:27.450Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-11-03T23:09:27.450Z] [2020-11-03T23:09:27.450Z] Server: [2020-11-03T23:09:27.450Z] Containers: 0 [2020-11-03T23:09:27.450Z] Running: 0 [2020-11-03T23:09:27.450Z] Paused: 0 [2020-11-03T23:09:27.450Z] Stopped: 0 [2020-11-03T23:09:27.450Z] Images: 0 [2020-11-03T23:09:27.450Z] Server Version: 19.03.12 [2020-11-03T23:09:27.450Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-11-03T23:09:27.450Z] Windows: [2020-11-03T23:09:27.450Z] LCOW: [2020-11-03T23:09:27.450Z] Logging Driver: json-file [2020-11-03T23:09:27.450Z] Plugins: [2020-11-03T23:09:27.450Z] Volume: local [2020-11-03T23:09:27.450Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-03T23:09:27.450Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-03T23:09:27.450Z] Swarm: inactive [2020-11-03T23:09:27.450Z] Default Isolation: process [2020-11-03T23:09:27.451Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-03T23:09:27.451Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-11-03T23:09:27.451Z] OSType: windows [2020-11-03T23:09:27.451Z] Architecture: x86_64 [2020-11-03T23:09:27.451Z] CPUs: 4 [2020-11-03T23:09:27.451Z] Total Memory: 32GiB [2020-11-03T23:09:27.451Z] Name: azwin-2-548740 [2020-11-03T23:09:27.451Z] ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2 [2020-11-03T23:09:27.451Z] Docker Root Dir: D:\docker [2020-11-03T23:09:27.451Z] Debug Mode: false [2020-11-03T23:09:27.451Z] Registry: https://index.docker.io/v1/ [2020-11-03T23:09:27.451Z] Labels: [2020-11-03T23:09:27.451Z] Experimental: true [2020-11-03T23:09:27.451Z] Insecure Registries: [2020-11-03T23:09:27.451Z] 10.0.0.4:5000 [2020-11-03T23:09:27.451Z] 127.0.0.0/8 [2020-11-03T23:09:27.451Z] Registry Mirrors: [2020-11-03T23:09:27.451Z] http://10.0.0.4:5000/ [2020-11-03T23:09:27.451Z] Live Restore Enabled: false [2020-11-03T23:09:27.451Z] [2020-11-03T23:09:27.590Z] #41 12.55 PBCC images/core-arm.pb-c.c [2020-11-03T23:09:27.590Z] #41 12.59 PBCC images/core-ppc64.pb-c.c [2020-11-03T23:09:27.590Z] #41 12.63 PBCC images/core-s390.pb-c.c [2020-11-03T23:09:27.590Z] #41 ... [2020-11-03T23:09:27.590Z] [2020-11-03T23:09:27.590Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:09:27.590Z] #43 91.34 fmt [2020-11-03T23:09:27.590Z] #43 93.69 regexp [2020-11-03T23:09:27.590Z] #43 96.42 go/token [2020-11-03T23:09:27.590Z] #43 97.34 go/scanner [2020-11-03T23:09:27.590Z] #43 98.04 internal/lazyregexp [2020-11-03T23:09:27.590Z] #43 98.33 net/url [2020-11-03T23:09:27.590Z] #43 98.68 go/ast [2020-11-03T23:09:27.590Z] #43 99.93 text/template/parse [2020-11-03T23:09:27.590Z] #43 ... [2020-11-03T23:09:27.590Z] [2020-11-03T23:09:27.590Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:27.590Z] #41 12.70 PBCC images/core-x86.pb-c.c [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-11-03T23:09:27.850Z] #41 ... [2020-11-03T23:09:27.850Z] [2020-11-03T23:09:27.850Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:09:27.850Z] #32 DONE 101.6s [2020-11-03T23:09:27.850Z] [2020-11-03T23:09:27.850Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:27.850Z] #41 12.81 PBCC images/core.pb-c.c [2020-11-03T23:09:27.850Z] #41 12.89 PBCC images/inventory.pb-c.c [2020-11-03T23:09:27.850Z] #41 12.96 DEP images/core-aarch64.pb-c.d [2020-11-03T23:09:27.850Z] #41 13.02 DEP images/core-arm.pb-c.d [2020-11-03T23:09:28.178Z] #16 DONE 2.1s [2020-11-03T23:09:28.178Z] [2020-11-03T23:09:28.178Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:28.178Z] #41 61.09 AR criu/pie/pie.lib.a [2020-11-03T23:09:28.178Z] #41 61.23 DEP criu/pie/restorer.d [2020-11-03T23:09:28.178Z] #41 61.49 DEP criu/arch/aarch64/intraprocedure.d [2020-11-03T23:09:28.178Z] #41 61.50 DEP criu/arch/aarch64/restorer.d [2020-11-03T23:09:28.178Z] #41 61.74 DEP criu/arch/aarch64/vdso-pie.d [2020-11-03T23:09:28.178Z] #41 61.82 DEP criu/pie/parasite-vdso.d [2020-11-03T23:09:28.178Z] #41 61.95 DEP criu/pie/parasite.d [2020-11-03T23:09:28.178Z] #41 62.14 CC criu/pie/parasite.o [2020-11-03T23:09:28.178Z] #41 63.16 LINK criu/pie/parasite.built-in.o [2020-11-03T23:09:28.178Z] #41 63.18 GEN criu/pie/parasite-blob.h [2020-11-03T23:09:28.178Z] #41 63.20 CC criu/pie/parasite-vdso.o [2020-11-03T23:09:28.180Z] #41 13.09 DEP images/core-ppc64.pb-c.d [2020-11-03T23:09:28.180Z] #41 13.23 DEP images/core-s390.pb-c.d [2020-11-03T23:09:28.395Z] ok github.com/docker/docker/daemon/cluster 0.027s coverage: 0.5% of statements [2020-11-03T23:09:28.446Z] #41 13.38 DEP images/core-x86.pb-c.d [2020-11-03T23:09:28.446Z] #41 13.49 DEP images/core.pb-c.d [2020-11-03T23:09:28.446Z] #41 13.54 DEP images/inventory.pb-c.d [2020-11-03T23:09:28.446Z] #41 13.59 PBCC images/cpuinfo.pb-c.c [2020-11-03T23:09:28.710Z] #41 13.71 DEP images/cpuinfo.pb-c.d [2020-11-03T23:09:28.710Z] #41 13.76 PBCC images/stats.pb-c.c [2020-11-03T23:09:28.710Z] #41 13.80 DEP images/stats.pb-c.d [2020-11-03T23:09:29.132Z] #41 64.02 CC criu/arch/aarch64/vdso-pie.o [2020-11-03T23:09:29.396Z] #41 64.36 CC criu/arch/aarch64/restorer.o [2020-11-03T23:09:29.431Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.006s coverage: 65.3% of statements [2020-11-03T23:09:29.976Z] #41 ... [2020-11-03T23:09:29.976Z] [2020-11-03T23:09:29.976Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-03T23:09:29.976Z] #17 DONE 2.1s [2020-11-03T23:09:29.976Z] [2020-11-03T23:09:29.976Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:29.976Z] #41 64.75 CC criu/arch/aarch64/intraprocedure.o [2020-11-03T23:09:29.976Z] #41 64.86 CC criu/pie/restorer.o [2020-11-03T23:09:30.467Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.9% of statements [2020-11-03T23:09:30.636Z] #41 15.42 make[1]: Nothing to be done for 'all'. [2020-11-03T23:09:31.053Z] #19 56.42 Selecting previously unselected package vim. [2020-11-03T23:09:31.053Z] #19 56.43 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-11-03T23:09:31.053Z] #19 56.45 Unpacking vim (2:8.1.0875-5) ... [2020-11-03T23:09:31.053Z] #19 56.99 Selecting previously unselected package xfsprogs. [2020-11-03T23:09:31.053Z] #19 57.00 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-11-03T23:09:31.053Z] #19 57.01 Unpacking xfsprogs (4.20.0-1) ... [2020-11-03T23:09:31.353Z] #19 57.59 Selecting previously unselected package zip. [2020-11-03T23:09:31.575Z] #41 ... [2020-11-03T23:09:31.575Z] [2020-11-03T23:09:31.575Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:09:31.575Z] #11 95.38 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-03T23:09:31.575Z] #11 95.41 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-03T23:09:31.575Z] #11 95.51 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:09:31.575Z] #11 95.80 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-03T23:09:31.575Z] #11 95.80 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-03T23:09:31.575Z] #11 95.81 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:09:31.575Z] #11 ... [2020-11-03T23:09:31.575Z] [2020-11-03T23:09:31.575Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:09:31.575Z] #43 104.2 go/parser [2020-11-03T23:09:31.575Z] #43 104.6 text/template [2020-11-03T23:09:31.655Z] #19 57.60 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2020-11-03T23:09:31.655Z] #19 57.61 Unpacking zip (3.0-11+b1) ... [2020-11-03T23:09:31.655Z] #19 57.87 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-03T23:09:31.955Z] #19 57.88 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-03T23:09:31.955Z] #19 57.89 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-11-03T23:09:31.955Z] #19 57.89 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-11-03T23:09:31.955Z] #19 57.90 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-11-03T23:09:31.955Z] #19 57.91 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-11-03T23:09:31.955Z] #19 57.92 Setting up uidmap (1:4.5-1.1) ... [2020-11-03T23:09:31.955Z] #19 57.93 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-11-03T23:09:31.955Z] #19 57.94 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-03T23:09:31.955Z] #19 57.95 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-03T23:09:31.955Z] #19 57.95 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-03T23:09:31.955Z] #19 57.96 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-03T23:09:31.955Z] #19 57.97 Setting up xxd (2:8.1.0875-5) ... [2020-11-03T23:09:31.955Z] #19 57.97 Setting up zip (3.0-11+b1) ... [2020-11-03T23:09:31.955Z] #19 57.98 Setting up vim-common (2:8.1.0875-5) ... [2020-11-03T23:09:31.955Z] #19 58.03 Setting up bash-completion (1:2.8-6) ... [2020-11-03T23:09:33.016Z] #19 ... [2020-11-03T23:09:33.016Z] [2020-11-03T23:09:33.016Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:33.016Z] #42 96.33 CC criu/autofs.o [2020-11-03T23:09:33.016Z] #42 98.67 CC criu/bfd.o [2020-11-03T23:09:33.016Z] #42 99.39 CC criu/bitmap.o [2020-11-03T23:09:33.016Z] #42 99.60 CC criu/cgroup-props.o [2020-11-03T23:09:33.016Z] #42 100.9 CC criu/cgroup.o [2020-11-03T23:09:33.016Z] #42 106.2 CC criu/clone-noasan.o [2020-11-03T23:09:33.304Z] #41 68.13 LINK criu/pie/restorer.built-in.o [2020-11-03T23:09:33.304Z] #41 68.14 GEN criu/pie/restorer-blob.h [2020-11-03T23:09:33.304Z] #41 68.21 DEP criu/vdso.d [2020-11-03T23:09:33.314Z] #42 106.5 CC criu/config.o [2020-11-03T23:09:33.483Z] #43 ... [2020-11-03T23:09:33.483Z] [2020-11-03T23:09:33.484Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:09:33.484Z] #49 97.30 encoding/json [2020-11-03T23:09:33.484Z] #49 100.2 github.com/pkg/diff [2020-11-03T23:09:33.484Z] #49 101.7 go/ast [2020-11-03T23:09:33.484Z] #49 103.2 golang.org/x/crypto/ssh/terminal [2020-11-03T23:09:33.484Z] #49 104.5 mvdan.cc/editorconfig [2020-11-03T23:09:33.484Z] #49 105.6 mvdan.cc/sh/v3/fileutil [2020-11-03T23:09:33.484Z] #49 105.8 mvdan.cc/sh/v3/syntax [2020-11-03T23:09:33.484Z] #49 ... [2020-11-03T23:09:33.484Z] [2020-11-03T23:09:33.484Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:33.484Z] #41 16.93 CC images/stats.o [2020-11-03T23:09:33.484Z] #41 17.45 CC images/core.o [2020-11-03T23:09:33.484Z] #41 18.10 CC images/core-x86.o [2020-11-03T23:09:33.484Z] #41 18.62 CC images/core-arm.o [2020-11-03T23:09:33.571Z] #41 68.45 DEP criu/uts_ns.d [2020-11-03T23:09:33.834Z] #41 68.63 DEP criu/util.d [2020-11-03T23:09:34.054Z] #41 18.96 CC images/core-aarch64.o [2020-11-03T23:09:34.098Z] #41 68.89 DEP criu/uffd.d [2020-11-03T23:09:34.098Z] #41 69.07 DEP criu/tun.d [2020-11-03T23:09:34.314Z] #41 19.36 CC images/core-ppc64.o [2020-11-03T23:09:34.362Z] #41 69.29 DEP criu/tty.d [2020-11-03T23:09:34.362Z] #41 69.42 DEP criu/timerfd.d [2020-11-03T23:09:34.626Z] #41 69.65 DEP criu/timens.d [2020-11-03T23:09:34.890Z] #41 69.80 DEP criu/sysfs_parse.d [2020-11-03T23:09:35.155Z] #41 69.96 DEP criu/sysctl.d [2020-11-03T23:09:35.155Z] #41 70.12 DEP criu/string.d [2020-11-03T23:09:35.155Z] #41 70.17 DEP criu/stats.d [2020-11-03T23:09:35.254Z] #41 20.03 CC images/core-s390.o [2020-11-03T23:09:35.413Z] #42 ... [2020-11-03T23:09:35.413Z] [2020-11-03T23:09:35.413Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:09:35.413Z] #44 171.2 github.com/LK4D4/vndr/godl [2020-11-03T23:09:35.419Z] #41 70.36 DEP criu/sockets.d [2020-11-03T23:09:35.683Z] #41 70.62 DEP criu/sk-unix.d [2020-11-03T23:09:35.824Z] #41 20.83 CC images/cpuinfo.o [2020-11-03T23:09:35.948Z] #41 70.79 DEP criu/sk-tcp.d [2020-11-03T23:09:35.948Z] #41 ... [2020-11-03T23:09:35.948Z] [2020-11-03T23:09:35.948Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:09:35.948Z] #22 131.0 Checking out files: 20% (2200/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: 33% (3625/10984) Checking out files: 34% (3735/10984) Checking out files: 34% (3757/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: 53% (5838/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: 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: 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-03T23:09:35.948Z] #22 135.1 + cd /tmp/tmp.2sBjtaHUSL/tmp/docker-ce [2020-11-03T23:09:35.948Z] #22 135.1 + git checkout -q v17.06.2-ce [2020-11-03T23:09:35.948Z] #22 ... [2020-11-03T23:09:35.948Z] [2020-11-03T23:09:35.948Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:09:35.948Z] #51 8.445 + cd /tmp/tmp.Rf0WBJppOt/src/github.com/opencontainers/runc [2020-11-03T23:09:35.948Z] #51 8.445 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-03T23:09:35.948Z] #51 8.888 + '[' -z '' ']' [2020-11-03T23:09:35.948Z] #51 8.888 + target=static [2020-11-03T23:09:35.948Z] #51 8.889 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-03T23:09:35.948Z] #51 9.342 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-03T23:09:36.213Z] #51 ... [2020-11-03T23:09:36.213Z] [2020-11-03T23:09:36.213Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:36.213Z] #41 71.04 DEP criu/sk-queue.d [2020-11-03T23:09:36.393Z] #41 21.35 CC images/inventory.o [2020-11-03T23:09:36.467Z] #44 172.1 github.com/LK4D4/vndr [2020-11-03T23:09:36.467Z] #44 ... [2020-11-03T23:09:36.467Z] [2020-11-03T23:09:36.467Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:09:36.467Z] #23 162.3 + mkdir -p /tmp/tmp.tHBmU3zTc7/src/github.com/docker [2020-11-03T23:09:36.467Z] #23 162.3 + mv components/cli /tmp/tmp.tHBmU3zTc7/src/github.com/docker/cli [2020-11-03T23:09:36.467Z] #23 162.3 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-11-03T23:09:36.467Z] #23 ... [2020-11-03T23:09:36.467Z] [2020-11-03T23:09:36.467Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:36.467Z] #42 109.5 CC criu/cr-check.o [2020-11-03T23:09:36.476Z] #41 71.20 DEP criu/sk-packet.d [2020-11-03T23:09:36.476Z] #41 71.41 DEP criu/sk-netlink.d [2020-11-03T23:09:36.653Z] #41 21.66 CC images/fdinfo.o [2020-11-03T23:09:36.740Z] #41 71.50 DEP criu/sk-inet.d [2020-11-03T23:09:36.740Z] #41 71.69 DEP criu/signalfd.d [2020-11-03T23:09:36.913Z] #41 22.02 CC images/fown.o [2020-11-03T23:09:37.004Z] #41 71.78 DEP criu/sigframe.d [2020-11-03T23:09:37.005Z] #41 71.92 DEP criu/shmem.d [2020-11-03T23:09:37.173Z] #41 22.23 CC images/ns.o [2020-11-03T23:09:37.269Z] #41 72.15 DEP criu/servicefd.d [2020-11-03T23:09:37.269Z] #41 72.29 DEP criu/seize.d [2020-11-03T23:09:37.364Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.427s coverage: 14.1% of statements [2020-11-03T23:09:37.432Z] #41 22.44 CC images/regfile.o [2020-11-03T23:09:37.432Z] #41 ... [2020-11-03T23:09:37.432Z] [2020-11-03T23:09:37.432Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:09:37.432Z] #54 45.52 Checking out files: 52% (1813/3430) Checking out files: 53% (1818/3430) Checking out files: 54% (1853/3430) Checking out files: 55% (1887/3430) Checking out files: 56% (1921/3430) Checking out files: 57% (1956/3430) Checking out files: 58% (1990/3430) Checking out files: 59% (2024/3430) Checking out files: 60% (2058/3430) Checking out files: 61% (2093/3430) Checking out files: 62% (2127/3430) Checking out files: 63% (2161/3430) Checking out files: 64% (2196/3430) Checking out files: 65% (2230/3430) Checking out files: 66% (2264/3430) Checking out files: 67% (2299/3430) Checking out files: 68% (2333/3430) Checking out files: 69% (2367/3430) Checking out files: 70% (2401/3430) Checking out files: 71% (2436/3430) Checking out files: 72% (2470/3430) Checking out files: 73% (2504/3430) Checking out files: 74% (2539/3430) Checking out files: 75% (2573/3430) Checking out files: 76% (2607/3430) Checking out files: 77% (2642/3430) Checking out files: 78% (2676/3430) Checking out files: 79% (2710/3430) Checking out files: 80% (2744/3430) Checking out files: 81% (2779/3430) Checking out files: 82% (2813/3430) Checking out files: 83% (2847/3430) Checking out files: 84% (2882/3430) Checking out files: 85% (2916/3430) Checking out files: 86% (2950/3430) Checking out files: 87% (2985/3430) Checking out files: 88% (3019/3430) Checking out files: 89% (3053/3430) Checking out files: 90% (3087/3430) Checking out files: 91% (3122/3430) Checking out files: 92% (3156/3430) Checking out files: 92% (3179/3430) Checking out files: 93% (3190/3430) Checking out files: 94% (3225/3430) Checking out files: 95% (3259/3430) Checking out files: 96% (3293/3430) Checking out files: 97% (3328/3430) Checking out files: 98% (3362/3430) Checking out files: 99% (3396/3430) Checking out files: 100% (3430/3430) Checking out files: 100% (3430/3430), done. [2020-11-03T23:09:37.432Z] #54 46.75 + cd /tmp/tmp.Kj1qgXNcuV/src/github.com/containerd/containerd [2020-11-03T23:09:37.432Z] #54 46.75 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-03T23:09:37.432Z] #54 48.04 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-03T23:09:37.432Z] #54 48.04 + BUILDTAGS='netgo osusergo static_build' [2020-11-03T23:09:37.432Z] #54 48.04 + export EXTRA_FLAGS=-buildmode=pie [2020-11-03T23:09:37.432Z] #54 48.04 + EXTRA_FLAGS=-buildmode=pie [2020-11-03T23:09:37.432Z] #54 48.04 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-03T23:09:37.432Z] #54 48.04 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-03T23:09:37.432Z] #54 48.04 + '[' '' = dynamic ']' [2020-11-03T23:09:37.432Z] #54 48.04 + make [2020-11-03T23:09:37.533Z] #41 72.43 DEP criu/seccomp.d [2020-11-03T23:09:37.533Z] #41 72.56 DEP criu/rst-malloc.d [2020-11-03T23:09:37.797Z] #41 72.64 DEP criu/rbtree.d [2020-11-03T23:09:37.797Z] #41 72.70 DEP criu/pstree.d [2020-11-03T23:09:38.001Z] #54 48.93 + bin/ctr [2020-11-03T23:09:38.061Z] #41 72.87 DEP criu/protobuf.d [2020-11-03T23:09:38.061Z] #41 72.97 GEN criu/protobuf-desc-gen.h [2020-11-03T23:09:38.400Z] ok github.com/docker/docker/daemon/config 0.023s coverage: 81.8% of statements [2020-11-03T23:09:38.692Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-11-03T23:09:39.236Z] #42 112.3 CC criu/cr-dedup.o [2020-11-03T23:09:39.326Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-11-03T23:09:39.895Z] #42 113.1 CC criu/cr-dump.o [2020-11-03T23:09:39.959Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2020-11-03T23:09:39.993Z] #41 74.73 DEP criu/protobuf-desc.d [2020-11-03T23:09:39.993Z] #41 74.87 DEP criu/proc_parse.d [2020-11-03T23:09:39.993Z] #41 ... [2020-11-03T23:09:39.993Z] [2020-11-03T23:09:39.993Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:09:39.993Z] #18 2.343 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:09:39.993Z] #18 2.443 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:09:39.993Z] #18 2.531 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:09:39.993Z] #18 3.018 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-03T23:09:39.993Z] #18 4.101 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [237 kB] [2020-11-03T23:09:39.993Z] #18 4.829 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-03T23:09:39.993Z] #18 6.974 Fetched 8219 kB in 5s (1586 kB/s) [2020-11-03T23:09:39.993Z] #18 6.974 Reading package lists... [2020-11-03T23:09:40.257Z] #18 10.03 Reading package lists... [2020-11-03T23:09:40.257Z] #18 ... [2020-11-03T23:09:40.257Z] [2020-11-03T23:09:40.257Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:40.257Z] #41 75.16 DEP criu/plugin.d [2020-11-03T23:09:40.521Z] #41 75.31 DEP criu/pipes.d [2020-11-03T23:09:40.521Z] #41 75.54 DEP criu/pie-util.d [2020-11-03T23:09:40.593Z] ok github.com/docker/docker/daemon 12.268s coverage: 17.2% of statements [2020-11-03T23:09:40.593Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-03T23:09:40.593Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-03T23:09:40.593Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-03T23:09:40.593Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-03T23:09:40.785Z] #41 75.67 DEP criu/pie-util-vdso.d [2020-11-03T23:09:41.049Z] #41 75.85 DEP criu/path.d [2020-11-03T23:09:41.049Z] #41 76.00 DEP criu/parasite-syscall.d [2020-11-03T23:09:41.313Z] #41 76.30 DEP criu/pagemap.d [2020-11-03T23:09:41.431Z] #42 ... [2020-11-03T23:09:41.431Z] [2020-11-03T23:09:41.431Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:09:41.431Z] #19 63.06 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-11-03T23:09:41.431Z] #19 63.07 Setting up xz-utils (5.2.4-1) ... [2020-11-03T23:09:41.431Z] #19 63.08 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-03T23:09:41.431Z] #19 63.10 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-03T23:09:41.431Z] #19 63.21 invoke-rc.d: could not determine current runlevel [2020-11-03T23:09:41.431Z] #19 63.22 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-03T23:09:41.431Z] #19 63.25 Setting up pigz (2.4-1) ... [2020-11-03T23:09:41.431Z] #19 63.26 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-11-03T23:09:41.431Z] #19 63.27 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-03T23:09:41.431Z] #19 63.28 Setting up python-pip-whl (18.1-5) ... [2020-11-03T23:09:41.431Z] #19 63.28 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-11-03T23:09:41.431Z] #19 63.31 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-03T23:09:41.431Z] #19 63.93 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-11-03T23:09:41.431Z] #19 63.93 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-11-03T23:09:41.431Z] #19 63.99 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-11-03T23:09:41.431Z] #19 63.99 Setting up vim (2:8.1.0875-5) ... [2020-11-03T23:09:41.431Z] #19 64.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-03T23:09:41.431Z] #19 64.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-03T23:09:41.431Z] #19 64.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-03T23:09:41.431Z] #19 64.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-03T23:09:41.431Z] #19 64.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-03T23:09:41.431Z] #19 64.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-03T23:09:41.431Z] #19 64.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-03T23:09:41.431Z] #19 64.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-03T23:09:41.431Z] #19 64.15 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-03T23:09:41.431Z] #19 64.16 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-03T23:09:41.431Z] #19 64.16 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-11-03T23:09:41.431Z] #19 64.18 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-03T23:09:41.431Z] #19 64.18 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-11-03T23:09:41.431Z] #19 64.19 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-03T23:09:41.577Z] #41 76.48 DEP criu/pagemap-cache.d [2020-11-03T23:09:41.577Z] #41 76.57 DEP criu/page-xfer.d [2020-11-03T23:09:41.841Z] #41 76.71 DEP criu/page-pipe.d [2020-11-03T23:09:41.841Z] #41 76.81 DEP criu/netfilter.d [2020-11-03T23:09:42.103Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2020-11-03T23:09:42.105Z] #41 77.06 DEP criu/net.d [2020-11-03T23:09:42.690Z] #41 77.41 DEP criu/namespaces.d [2020-11-03T23:09:42.690Z] #41 77.61 DEP criu/mount.d [2020-11-03T23:09:42.690Z] #41 77.75 DEP criu/memfd.d [2020-11-03T23:09:42.736Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.195s coverage: 56.2% of statements [2020-11-03T23:09:42.971Z] #19 69.00 Setting up iptables (1.8.2-4) ... [2020-11-03T23:09:42.971Z] #19 69.03 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-03T23:09:42.971Z] #19 69.03 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-03T23:09:42.971Z] #19 69.06 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-03T23:09:42.971Z] #19 69.06 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-03T23:09:42.971Z] #19 69.07 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-03T23:09:42.971Z] #19 69.07 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-03T23:09:42.971Z] #19 69.09 Setting up python3 (3.7.3-1) ... [2020-11-03T23:09:43.004Z] #41 77.90 DEP criu/mem.d [2020-11-03T23:09:43.004Z] #41 78.00 DEP criu/lsm.d [2020-11-03T23:09:43.268Z] #41 78.13 DEP criu/log.d [2020-11-03T23:09:43.268Z] #41 78.21 DEP criu/libnetlink.d [2020-11-03T23:09:43.533Z] #41 78.37 DEP criu/kerndat.d [2020-11-03T23:09:43.621Z] #19 69.71 Setting up python3-wheel (0.32.3-2) ... [2020-11-03T23:09:43.797Z] #41 78.63 DEP criu/kcmp-ids.d [2020-11-03T23:09:43.797Z] #41 78.74 DEP criu/irmap.d [2020-11-03T23:09:44.061Z] #41 ... [2020-11-03T23:09:44.061Z] [2020-11-03T23:09:44.061Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:09:44.061Z] #38 143.4 + dpkg --print-architecture [2020-11-03T23:09:44.061Z] #38 DONE 145.6s [2020-11-03T23:09:44.061Z] [2020-11-03T23:09:44.061Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:44.061Z] #41 78.87 DEP criu/ipc_ns.d [2020-11-03T23:09:44.325Z] #41 79.19 DEP criu/image.d [2020-11-03T23:09:44.572Z] #54 ... [2020-11-03T23:09:44.572Z] [2020-11-03T23:09:44.572Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-03T23:09:44.572Z] #49 112.4 mvdan.cc/sh/v3/cmd/shfmt [2020-11-03T23:09:44.572Z] #49 DONE 117.6s [2020-11-03T23:09:44.572Z] [2020-11-03T23:09:44.572Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:44.572Z] #41 22.73 CC images/ghost-file.o [2020-11-03T23:09:44.572Z] #41 23.10 CC images/fifo.o [2020-11-03T23:09:44.572Z] #41 23.32 CC images/remap-file-path.o [2020-11-03T23:09:44.572Z] #41 23.52 CC images/eventfd.o [2020-11-03T23:09:44.572Z] #41 23.75 CC images/eventpoll.o [2020-11-03T23:09:44.572Z] #41 24.06 CC images/fh.o [2020-11-03T23:09:44.572Z] #41 24.37 CC images/fsnotify.o [2020-11-03T23:09:44.572Z] #41 25.00 CC images/signalfd.o [2020-11-03T23:09:44.572Z] #41 25.23 CC images/fs.o [2020-11-03T23:09:44.572Z] #41 25.42 CC images/pstree.o [2020-11-03T23:09:44.572Z] #41 25.66 CC images/pipe.o [2020-11-03T23:09:44.572Z] #41 25.98 CC images/tcp-stream.o [2020-11-03T23:09:44.572Z] #41 26.17 CC images/sk-packet.o [2020-11-03T23:09:44.572Z] #41 26.45 CC images/mnt.o [2020-11-03T23:09:44.572Z] #41 26.72 CC images/pipe-data.o [2020-11-03T23:09:44.572Z] #41 26.96 CC images/sa.o [2020-11-03T23:09:44.572Z] #41 27.19 CC images/timer.o [2020-11-03T23:09:44.572Z] #41 27.60 CC images/timerfd.o [2020-11-03T23:09:44.572Z] #41 27.92 CC images/mm.o [2020-11-03T23:09:44.572Z] #41 28.20 CC images/sk-opts.o [2020-11-03T23:09:44.572Z] #41 28.50 CC images/sk-unix.o [2020-11-03T23:09:44.572Z] #41 28.80 CC images/sk-inet.o [2020-11-03T23:09:44.572Z] #41 ... [2020-11-03T23:09:44.572Z] [2020-11-03T23:09:44.572Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:09:44.572Z] #43 108.1 encoding/xml [2020-11-03T23:09:44.572Z] #43 109.3 go/doc [2020-11-03T23:09:44.572Z] #43 112.2 github.com/LK4D4/vndr/build [2020-11-03T23:09:44.572Z] #43 114.0 github.com/LK4D4/vndr/versioned [2020-11-03T23:09:44.572Z] #43 114.2 compress/flate [2020-11-03T23:09:44.572Z] #43 115.2 hash/crc32 [2020-11-03T23:09:44.572Z] #43 115.9 vendor/golang.org/x/crypto/cryptobyte [2020-11-03T23:09:44.572Z] #43 117.1 compress/gzip [2020-11-03T23:09:44.572Z] #43 118.0 net [2020-11-03T23:09:44.572Z] #43 118.3 vendor/golang.org/x/crypto/poly1305 [2020-11-03T23:09:44.572Z] #43 ... [2020-11-03T23:09:44.572Z] [2020-11-03T23:09:44.572Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:44.572Z] #41 29.32 CC images/tun.o [2020-11-03T23:09:44.590Z] #41 79.38 DEP criu/image-desc.d [2020-11-03T23:09:44.590Z] #41 79.47 DEP criu/fsnotify.d [2020-11-03T23:09:44.686Z] #19 70.79 Setting up apparmor (2.13.2-10) ... [2020-11-03T23:09:44.831Z] #41 29.81 CC images/sk-netlink.o [2020-11-03T23:09:44.854Z] #41 79.75 DEP criu/filesystems.d [2020-11-03T23:09:45.089Z] #41 30.18 CC images/packet-sock.o [2020-11-03T23:09:45.118Z] #41 79.96 DEP criu/files.d [2020-11-03T23:09:45.118Z] #41 80.13 DEP criu/files-reg.d [2020-11-03T23:09:45.658Z] #41 30.50 CC images/ipc-var.o [2020-11-03T23:09:45.658Z] #41 30.67 CC images/ipc-desc.o [2020-11-03T23:09:45.695Z] #41 80.38 DEP criu/files-ext.d [2020-11-03T23:09:45.695Z] #41 80.55 DEP criu/file-lock.d [2020-11-03T23:09:45.695Z] #41 80.75 DEP criu/file-ids.d [2020-11-03T23:09:45.916Z] #41 30.83 CC images/ipc-shm.o [2020-11-03T23:09:45.916Z] #41 31.03 CC images/ipc-msg.o [2020-11-03T23:09:45.962Z] #41 80.90 DEP criu/fifo.d [2020-11-03T23:09:46.176Z] #41 31.30 CC images/ipc-sem.o [2020-11-03T23:09:46.226Z] #41 81.06 DEP criu/fdstore.d [2020-11-03T23:09:46.226Z] #41 81.16 DEP criu/fault-injection.d [2020-11-03T23:09:46.226Z] #41 81.20 DEP criu/external.d [2020-11-03T23:09:46.435Z] #41 31.46 CC images/utsns.o [2020-11-03T23:09:46.494Z] #41 81.34 DEP criu/eventpoll.d [2020-11-03T23:09:46.494Z] #41 81.52 DEP criu/eventfd.d [2020-11-03T23:09:46.494Z] #41 ... [2020-11-03T23:09:46.494Z] [2020-11-03T23:09:46.494Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:09:46.494Z] #22 138.3 + mkdir -p /tmp/tmp.2sBjtaHUSL/src/github.com/docker [2020-11-03T23:09:46.494Z] #22 138.3 + mv components/cli /tmp/tmp.2sBjtaHUSL/src/github.com/docker/cli [2020-11-03T23:09:46.494Z] #22 138.3 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-11-03T23:09:46.694Z] #41 31.72 CC images/creds.o [2020-11-03T23:09:46.761Z] #22 ... [2020-11-03T23:09:46.761Z] [2020-11-03T23:09:46.761Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:09:46.761Z] #18 10.03 Reading package lists... [2020-11-03T23:09:46.761Z] #18 13.18 Building dependency tree... [2020-11-03T23:09:46.761Z] #18 14.47 libcap2-bin is already the newest version (1:2.25-2). [2020-11-03T23:09:46.761Z] #18 14.47 The following additional packages will be installed: [2020-11-03T23:09:46.761Z] #18 14.47 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-03T23:09:46.761Z] #18 14.47 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-03T23:09:46.761Z] #18 14.47 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-03T23:09:46.761Z] #18 14.47 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-03T23:09:46.761Z] #18 14.47 python3.7 python3.7-minimal vim-runtime xxd [2020-11-03T23:09:46.761Z] #18 14.47 Suggested packages: [2020-11-03T23:09:46.761Z] #18 14.47 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-03T23:09:46.761Z] #18 14.47 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-03T23:09:46.761Z] #18 14.47 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-03T23:09:46.761Z] #18 14.47 Recommended packages: [2020-11-03T23:09:46.761Z] #18 14.47 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-03T23:09:46.761Z] #18 14.47 python3-keyrings.alt python3-xdg unzip [2020-11-03T23:09:46.761Z] #18 15.85 The following NEW packages will be installed: [2020-11-03T23:09:46.761Z] #18 15.87 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-03T23:09:46.761Z] #18 15.87 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-03T23:09:46.761Z] #18 15.87 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-03T23:09:46.761Z] #18 15.87 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-03T23:09:46.761Z] #18 15.87 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-03T23:09:46.761Z] #18 15.87 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-03T23:09:46.761Z] #18 15.87 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-03T23:09:46.761Z] #18 15.87 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-03T23:09:46.761Z] #18 15.87 xz-utils zip [2020-11-03T23:09:46.761Z] #18 16.22 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:09:46.761Z] #18 16.22 Need to get 27.6 MB of archives. [2020-11-03T23:09:46.761Z] #18 16.22 After this operation, 114 MB of additional disk space will be used. [2020-11-03T23:09:46.761Z] #18 16.22 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2020-11-03T23:09:46.761Z] #18 16.23 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-03T23:09:46.761Z] #18 16.24 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-03T23:09:46.761Z] #18 16.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2020-11-03T23:09:46.761Z] #18 16.30 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2020-11-03T23:09:46.761Z] #18 16.37 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-03T23:09:46.761Z] #18 16.67 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2020-11-03T23:09:46.761Z] #18 16.83 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2020-11-03T23:09:46.761Z] #18 16.84 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2020-11-03T23:09:46.761Z] #18 16.84 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2020-11-03T23:09:46.761Z] #18 16.84 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2020-11-03T23:09:46.761Z] #18 16.85 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2020-11-03T23:09:46.761Z] #18 16.85 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2020-11-03T23:09:46.761Z] #18 16.85 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2020-11-03T23:09:46.761Z] #18 16.85 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2020-11-03T23:09:46.761Z] #18 16.85 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2020-11-03T23:09:46.761Z] #18 16.86 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-11-03T23:09:46.761Z] #18 16.88 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-03T23:09:46.761Z] #18 16.89 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2020-11-03T23:09:46.761Z] #18 16.90 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-03T23:09:46.761Z] #18 16.90 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2020-11-03T23:09:46.761Z] #18 16.91 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2020-11-03T23:09:46.761Z] #18 16.94 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2020-11-03T23:09:46.761Z] #18 16.94 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-11-03T23:09:46.761Z] #18 16.96 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-11-03T23:09:46.761Z] #18 16.97 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-11-03T23:09:46.761Z] #18 17.08 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2020-11-03T23:09:46.792Z] #19 ... [2020-11-03T23:09:46.792Z] [2020-11-03T23:09:46.792Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:09:46.792Z] #44 DONE 182.5s [2020-11-03T23:09:46.792Z] [2020-11-03T23:09:46.792Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:46.792Z] #42 116.6 CC criu/cr-errno.o [2020-11-03T23:09:46.792Z] #42 116.7 CC criu/cr-restore.o [2020-11-03T23:09:46.953Z] #41 31.93 CC images/vma.o [2020-11-03T23:09:47.025Z] #18 17.08 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2020-11-03T23:09:47.025Z] #18 17.09 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-11-03T23:09:47.025Z] #18 17.30 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-03T23:09:47.025Z] #18 17.31 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-03T23:09:47.025Z] #18 17.31 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-03T23:09:47.025Z] #18 17.31 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2020-11-03T23:09:47.026Z] #18 17.32 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2020-11-03T23:09:47.026Z] #18 17.34 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2020-11-03T23:09:47.192Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.122s coverage: 46.2% of statements [2020-11-03T23:09:47.212Z] #41 32.18 CC images/netdev.o [2020-11-03T23:09:47.293Z] #18 17.43 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-03T23:09:47.293Z] #18 17.50 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2020-11-03T23:09:47.293Z] #18 17.52 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2020-11-03T23:09:47.293Z] #18 17.52 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-03T23:09:47.293Z] #18 17.59 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2020-11-03T23:09:47.471Z] #41 32.51 CC images/tty.o [2020-11-03T23:09:47.558Z] #18 17.63 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-03T23:09:47.558Z] #18 17.64 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB] [2020-11-03T23:09:47.558Z] #18 17.66 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-03T23:09:47.558Z] #18 17.66 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2020-11-03T23:09:47.558Z] #18 17.67 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-03T23:09:47.558Z] #18 17.80 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2020-11-03T23:09:47.558Z] #18 17.83 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2020-11-03T23:09:47.823Z] #18 17.86 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2020-11-03T23:09:47.826Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.003s coverage: 1.8% of statements [2020-11-03T23:09:48.040Z] #41 33.06 CC images/file-lock.o [2020-11-03T23:09:48.299Z] #41 33.26 CC images/rlimit.o [2020-11-03T23:09:48.402Z] #18 18.51 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:09:48.402Z] #18 18.61 Fetched 27.6 MB in 2s (14.1 MB/s) [2020-11-03T23:09:48.402Z] #18 18.68 Selecting previously unselected package pigz. [2020-11-03T23:09:48.571Z] #41 33.53 CC images/pagemap.o [2020-11-03T23:09:48.675Z] #18 18.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 ... 23405 files and directories currently installed.) [2020-11-03T23:09:48.675Z] #18 18.73 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2020-11-03T23:09:48.675Z] #18 18.73 Unpacking pigz (2.4-1) ... [2020-11-03T23:09:48.675Z] #18 18.81 Selecting previously unselected package libpython3.7-minimal:arm64. [2020-11-03T23:09:48.675Z] #18 18.81 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-11-03T23:09:48.675Z] #18 18.82 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-11-03T23:09:48.830Z] #41 33.83 CC images/siginfo.o [2020-11-03T23:09:48.894Z] #42 ... [2020-11-03T23:09:48.894Z] [2020-11-03T23:09:48.894Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:09:48.894Z] #19 73.26 Setting up xfsprogs (4.20.0-1) ... [2020-11-03T23:09:48.894Z] #19 73.26 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-03T23:09:48.894Z] #19 73.92 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-03T23:09:48.895Z] #19 74.97 Setting up python3-distutils (3.7.3-1) ... [2020-11-03T23:09:49.089Z] #41 34.06 CC images/rpc.o [2020-11-03T23:09:49.258Z] #18 19.30 Selecting previously unselected package python3.7-minimal. [2020-11-03T23:09:49.258Z] #18 19.30 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-11-03T23:09:49.258Z] #18 19.31 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-03T23:09:49.543Z] #19 75.62 Setting up python3-setuptools (40.8.0-1) ... [2020-11-03T23:09:49.837Z] #18 20.03 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-11-03T23:09:49.837Z] #18 20.06 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-03T23:09:50.026Z] #41 35.02 CC images/ext-file.o [2020-11-03T23:09:50.285Z] #41 35.31 CC images/cgroup.o [2020-11-03T23:09:50.853Z] #41 35.85 CC images/userns.o [2020-11-03T23:09:51.112Z] #41 36.21 CC images/google/protobuf/descriptor.o [2020-11-03T23:09:51.346Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.278s coverage: 49.5% of statements [2020-11-03T23:09:51.649Z] #19 77.26 Setting up python3-pip (18.1-5) ... [2020-11-03T23:09:52.411Z] #18 22.60 Selecting previously unselected package python3-minimal. [2020-11-03T23:09:52.695Z] #18 22.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 ... 23654 files and directories currently installed.) [2020-11-03T23:09:52.695Z] #18 22.66 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2020-11-03T23:09:52.695Z] #18 22.67 Unpacking python3-minimal (3.7.3-1) ... [2020-11-03T23:09:52.710Z] #19 78.78 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:09:52.710Z] #19 78.85 Processing triggers for mime-support (3.62) ... [2020-11-03T23:09:52.965Z] #18 23.08 Selecting previously unselected package libmpdec2:arm64. [2020-11-03T23:09:52.965Z] #18 23.08 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2020-11-03T23:09:52.965Z] #18 23.09 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2020-11-03T23:09:53.018Z] #41 37.91 CC images/opts.o [2020-11-03T23:09:53.018Z] #41 38.15 CC images/seccomp.o [2020-11-03T23:09:53.238Z] #18 23.23 Selecting previously unselected package libpython3.7-stdlib:arm64. [2020-11-03T23:09:53.238Z] #18 23.23 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2020-11-03T23:09:53.238Z] #18 23.24 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-11-03T23:09:53.277Z] #41 38.48 CC images/binfmt-misc.o [2020-11-03T23:09:53.360Z] #19 DONE 79.2s [2020-11-03T23:09:53.360Z] [2020-11-03T23:09:53.360Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-03T23:09:53.660Z] #20 0.395 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-03T23:09:53.660Z] #20 0.404 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-03T23:09:53.660Z] #20 0.416 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-03T23:09:53.660Z] #20 DONE 0.5s [2020-11-03T23:09:53.660Z] [2020-11-03T23:09:53.660Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:53.660Z] #42 123.9 CC criu/cr-service.o [2020-11-03T23:09:53.660Z] #42 126.4 CC criu/crtools.o [2020-11-03T23:09:53.845Z] #41 38.76 CC images/time.o [2020-11-03T23:09:53.960Z] #42 127.3 CC criu/eventfd.o [2020-11-03T23:09:54.104Z] #41 38.97 CC images/sysctl.o [2020-11-03T23:09:54.104Z] #41 39.17 CC images/autofs.o [2020-11-03T23:09:54.268Z] #18 24.40 Selecting previously unselected package python3.7. [2020-11-03T23:09:54.268Z] #18 24.40 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2020-11-03T23:09:54.268Z] #18 24.41 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-03T23:09:54.363Z] #41 39.42 CC images/macvlan.o [2020-11-03T23:09:54.540Z] #18 24.54 Selecting previously unselected package libpython3-stdlib:arm64. [2020-11-03T23:09:54.540Z] #18 24.55 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2020-11-03T23:09:54.540Z] #18 24.58 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2020-11-03T23:09:54.540Z] #18 24.78 Setting up python3-minimal (3.7.3-1) ... [2020-11-03T23:09:54.608Z] #42 127.7 CC criu/eventpoll.o [2020-11-03T23:09:54.622Z] #41 39.70 CC images/sit.o [2020-11-03T23:09:54.881Z] #41 39.86 CC images/memfd.o [2020-11-03T23:09:55.140Z] #41 40.12 CC images/timens.o [2020-11-03T23:09:55.140Z] #41 ... [2020-11-03T23:09:55.140Z] [2020-11-03T23:09:55.140Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:09:55.140Z] #43 118.9 vendor/golang.org/x/sys/cpu [2020-11-03T23:09:55.140Z] #43 119.1 vendor/golang.org/x/crypto/chacha20poly1305 [2020-11-03T23:09:55.140Z] #43 120.3 vendor/golang.org/x/crypto/hkdf [2020-11-03T23:09:55.140Z] #43 120.4 vendor/golang.org/x/text/transform [2020-11-03T23:09:55.140Z] #43 121.2 vendor/golang.org/x/text/unicode/bidi [2020-11-03T23:09:55.140Z] #43 122.5 vendor/golang.org/x/text/secure/bidirule [2020-11-03T23:09:55.140Z] #43 122.7 vendor/golang.org/x/text/unicode/norm [2020-11-03T23:09:55.140Z] #43 126.9 vendor/golang.org/x/net/idna [2020-11-03T23:09:55.400Z] #43 ... [2020-11-03T23:09:55.400Z] [2020-11-03T23:09:55.400Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:55.400Z] #41 40.37 LINK images/built-in.o [2020-11-03T23:09:55.400Z] #41 40.52 GEN compel/include/asm [2020-11-03T23:09:55.400Z] #41 40.55 GEN compel/include/version.h [2020-11-03T23:09:55.662Z] #41 40.57 touch .config [2020-11-03T23:09:55.662Z] #41 40.63 GEN include/common/config.h [2020-11-03T23:09:55.662Z] #41 40.71 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-11-03T23:09:55.662Z] #41 40.73 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-11-03T23:09:55.662Z] #41 40.75 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-11-03T23:09:55.662Z] #41 40.78 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-11-03T23:09:55.662Z] #41 40.80 DEP compel/arch/x86/plugins/std/memcpy.d [2020-11-03T23:09:55.662Z] #41 40.81 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-11-03T23:09:55.664Z] #42 128.8 CC criu/external.o [2020-11-03T23:09:55.923Z] #41 40.84 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-03T23:09:55.923Z] #41 40.85 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-11-03T23:09:55.923Z] #41 40.86 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-03T23:09:55.923Z] #41 40.90 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-03T23:09:55.923Z] #41 40.90 DEP compel/plugins/std/infect.d [2020-11-03T23:09:55.923Z] #41 40.97 DEP compel/plugins/std/string.d [2020-11-03T23:09:55.923Z] #41 41.11 DEP compel/plugins/std/log.d [2020-11-03T23:09:55.940Z] #18 26.04 Selecting previously unselected package python3. [2020-11-03T23:09:55.940Z] #18 26.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24066 files and directories currently installed.) [2020-11-03T23:09:55.940Z] #18 26.19 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2020-11-03T23:09:55.940Z] #18 26.24 Unpacking python3 (3.7.3-1) ... [2020-11-03T23:09:55.963Z] #42 129.3 CC criu/fault-injection.o [2020-11-03T23:09:55.963Z] #42 129.5 CC criu/fdstore.o [2020-11-03T23:09:56.182Z] #41 41.20 DEP compel/plugins/std/fds.d [2020-11-03T23:09:56.442Z] #41 41.32 DEP compel/plugins/std/std.d [2020-11-03T23:09:56.442Z] #41 41.40 DEP compel/plugins/shmem/shmem.d [2020-11-03T23:09:56.442Z] #41 41.50 DEP compel/plugins/fds/fds.d [2020-11-03T23:09:56.442Z] #41 ... [2020-11-03T23:09:56.442Z] [2020-11-03T23:09:56.442Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:09:56.442Z] #11 120.3 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-03T23:09:56.442Z] #11 120.3 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-03T23:09:56.442Z] #11 120.3 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:09:56.518Z] #18 26.78 Selecting previously unselected package libip4tc0:arm64. [2020-11-03T23:09:56.518Z] #18 26.79 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2020-11-03T23:09:56.518Z] #18 26.80 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2020-11-03T23:09:56.618Z] #42 129.9 CC criu/fifo.o [2020-11-03T23:09:56.701Z] #11 ... [2020-11-03T23:09:56.701Z] [2020-11-03T23:09:56.701Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:56.701Z] #41 41.65 CC compel/plugins/std/std.o [2020-11-03T23:09:56.783Z] #18 26.87 Selecting previously unselected package libip6tc0:arm64. [2020-11-03T23:09:56.783Z] #18 26.88 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2020-11-03T23:09:56.783Z] #18 26.93 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2020-11-03T23:09:56.783Z] #18 ... [2020-11-03T23:09:56.783Z] [2020-11-03T23:09:56.783Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:56.783Z] #41 81.71 DEP criu/crtools.d [2020-11-03T23:09:56.783Z] #41 81.91 DEP criu/cr-service.d [2020-11-03T23:09:56.783Z] #41 82.09 DEP criu/cr-restore.d [2020-11-03T23:09:56.783Z] #41 82.29 DEP criu/cr-errno.d [2020-11-03T23:09:56.783Z] #41 82.31 DEP criu/cr-dump.d [2020-11-03T23:09:56.783Z] #41 82.42 DEP criu/cr-dedup.d [2020-11-03T23:09:56.783Z] #41 82.62 DEP criu/cr-check.d [2020-11-03T23:09:56.783Z] #41 82.80 DEP criu/config.d [2020-11-03T23:09:56.783Z] #41 83.00 DEP criu/clone-noasan.d [2020-11-03T23:09:56.783Z] #41 83.05 DEP criu/cgroup.d [2020-11-03T23:09:56.783Z] #41 83.20 DEP criu/cgroup-props.d [2020-11-03T23:09:56.783Z] #41 83.31 DEP criu/bitmap.d [2020-11-03T23:09:56.783Z] #41 83.33 DEP criu/bfd.d [2020-11-03T23:09:56.783Z] #41 83.47 DEP criu/autofs.d [2020-11-03T23:09:56.783Z] #41 83.62 DEP criu/aio.d [2020-11-03T23:09:56.783Z] #41 83.77 DEP criu/action-scripts.d [2020-11-03T23:09:56.783Z] #41 84.16 CC criu/action-scripts.o [2020-11-03T23:09:56.783Z] #41 84.78 CC criu/aio.o [2020-11-03T23:09:56.783Z] #41 85.28 CC criu/autofs.o [2020-11-03T23:09:56.783Z] #41 86.76 CC criu/bfd.o [2020-11-03T23:09:56.783Z] #41 87.27 CC criu/bitmap.o [2020-11-03T23:09:56.783Z] #41 87.47 CC criu/cgroup-props.o [2020-11-03T23:09:56.783Z] #41 88.25 CC criu/cgroup.o [2020-11-03T23:09:56.783Z] #41 91.48 CC criu/clone-noasan.o [2020-11-03T23:09:56.783Z] #41 91.85 CC criu/config.o [2020-11-03T23:09:56.919Z] #42 130.3 CC criu/file-ids.o [2020-11-03T23:09:56.960Z] #41 41.96 CC compel/plugins/std/fds.o [2020-11-03T23:09:57.047Z] #41 ... [2020-11-03T23:09:57.047Z] [2020-11-03T23:09:57.047Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:09:57.047Z] #18 27.10 Selecting previously unselected package libiptc0:arm64. [2020-11-03T23:09:57.047Z] #18 27.13 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2020-11-03T23:09:57.047Z] #18 27.15 Unpacking libiptc0:arm64 (1.8.2-4) ... [2020-11-03T23:09:57.047Z] #18 27.27 Selecting previously unselected package libnfnetlink0:arm64. [2020-11-03T23:09:57.047Z] #18 27.29 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2020-11-03T23:09:57.047Z] #18 27.30 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-11-03T23:09:57.047Z] #18 27.37 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2020-11-03T23:09:57.311Z] #18 27.38 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2020-11-03T23:09:57.311Z] #18 27.39 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-11-03T23:09:57.311Z] #18 27.46 Selecting previously unselected package libnftnl11:arm64. [2020-11-03T23:09:57.311Z] #18 27.47 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2020-11-03T23:09:57.311Z] #18 27.48 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2020-11-03T23:09:57.528Z] #41 42.41 CC compel/plugins/std/log.o [2020-11-03T23:09:57.570Z] #42 130.7 CC criu/file-lock.o [2020-11-03T23:09:57.870Z] #42 ... [2020-11-03T23:09:57.870Z] [2020-11-03T23:09:57.870Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-03T23:09:57.870Z] #31 DONE 193.6s [2020-11-03T23:09:57.870Z] [2020-11-03T23:09:57.870Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-03T23:09:58.246Z] ok github.com/docker/docker/daemon/graphdriver/aufs 16.550s coverage: 73.1% of statements [2020-11-03T23:09:58.246Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-03T23:09:58.246Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.005s coverage: 58.0% of statements [2020-11-03T23:09:58.246Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.153s coverage: 57.7% of statements [2020-11-03T23:09:58.246Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-03T23:09:58.246Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-03T23:09:58.467Z] #41 43.33 CC compel/plugins/std/string.o [2020-11-03T23:09:58.709Z] #18 28.61 Selecting previously unselected package iptables. [2020-11-03T23:09:58.709Z] #18 28.61 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2020-11-03T23:09:58.709Z] #18 28.85 Unpacking iptables (1.8.2-4) ... [2020-11-03T23:09:58.973Z] #18 29.19 Selecting previously unselected package xxd. [2020-11-03T23:09:58.973Z] #18 29.20 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-11-03T23:09:58.973Z] #18 29.21 Unpacking xxd (2:8.1.0875-5) ... [2020-11-03T23:09:59.035Z] #41 44.08 CC compel/plugins/std/infect.o [2020-11-03T23:09:59.282Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.004s coverage: 3.0% of statements [2020-11-03T23:09:59.574Z] ok github.com/docker/docker/daemon/links 0.001s coverage: 93.0% of statements [2020-11-03T23:09:59.579Z] #18 29.82 Selecting previously unselected package vim-common. [2020-11-03T23:09:59.604Z] #41 44.48 CC compel/arch/x86/plugins/std/parasite-head.o [2020-11-03T23:09:59.604Z] #41 44.55 CC compel/arch/x86/plugins/std/memcpy.o [2020-11-03T23:09:59.604Z] #41 44.61 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-11-03T23:09:59.604Z] #41 44.67 AR compel/plugins/std.lib.a [2020-11-03T23:09:59.844Z] #18 29.83 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-03T23:09:59.844Z] #18 29.86 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-03T23:09:59.863Z] #41 44.78 CC compel/plugins/fds/fds.o [2020-11-03T23:09:59.863Z] #41 44.99 AR compel/plugins/fds.lib.a [2020-11-03T23:09:59.863Z] #41 45.06 HOSTDEP compel/src/lib/log-host.d [2020-11-03T23:09:59.972Z] #21 ... [2020-11-03T23:09:59.972Z] [2020-11-03T23:09:59.972Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:09:59.972Z] #42 133.0 CC criu/files-ext.o [2020-11-03T23:10:00.109Z] #18 30.27 Selecting previously unselected package bash-completion. [2020-11-03T23:10:00.109Z] #18 30.27 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-03T23:10:00.123Z] #41 45.16 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-03T23:10:00.123Z] #41 45.31 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-11-03T23:10:00.209Z] ok github.com/docker/docker/daemon/images 0.012s coverage: 4.9% of statements [2020-11-03T23:10:00.209Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-03T23:10:00.209Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-03T23:10:00.272Z] #42 133.6 CC criu/files-reg.o [2020-11-03T23:10:00.382Z] #41 45.40 HOSTDEP compel/src/main-host.d [2020-11-03T23:10:00.382Z] #41 45.56 DEP compel/src/lib/ptrace.d [2020-11-03T23:10:00.641Z] #41 45.68 DEP compel/src/lib/infect.d [2020-11-03T23:10:00.641Z] #41 45.83 DEP compel/src/lib/infect-util.d [2020-11-03T23:10:00.901Z] #41 45.97 DEP compel/src/lib/infect-rpc.d [2020-11-03T23:10:00.901Z] #41 46.08 DEP compel/arch/x86/src/lib/infect.d [2020-11-03T23:10:01.161Z] #41 46.26 DEP compel/arch/x86/src/lib/cpu.d [2020-11-03T23:10:01.161Z] #41 46.35 DEP compel/src/lib/log.d [2020-11-03T23:10:01.269Z] ok github.com/docker/docker/daemon/logger 0.207s coverage: 41.0% of statements [2020-11-03T23:10:01.420Z] #41 46.41 DEP compel/src/main.d [2020-11-03T23:10:01.561Z] ok github.com/docker/docker/daemon/logger/awslogs 0.070s coverage: 77.4% of statements [2020-11-03T23:10:01.561Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-03T23:10:01.561Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-03T23:10:01.680Z] #41 46.58 DEP compel/src/lib/handle-elf.d [2020-11-03T23:10:01.680Z] #41 46.67 DEP compel/arch/x86/src/lib/handle-elf.d [2020-11-03T23:10:01.680Z] #41 46.76 CC compel/src/lib/log.o [2020-11-03T23:10:01.680Z] #41 ... [2020-11-03T23:10:01.680Z] [2020-11-03T23:10:01.680Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:10:01.680Z] #11 135.7 Selecting previously unselected package libapparmor1:amd64. [2020-11-03T23:10:01.680Z] #11 135.7 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-11-03T23:10:01.940Z] #11 135.7 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-11-03T23:10:01.940Z] #11 135.8 Selecting previously unselected package libapparmor-dev:amd64. [2020-11-03T23:10:02.197Z] ok github.com/docker/docker/daemon/logger/gelf 0.010s coverage: 67.0% of statements [2020-11-03T23:10:02.201Z] #11 135.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-11-03T23:10:02.201Z] #11 135.8 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-03T23:10:02.461Z] #11 136.2 Selecting previously unselected package libbtrfs0. [2020-11-03T23:10:02.461Z] #11 136.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-03T23:10:02.461Z] #11 136.2 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-03T23:10:02.489Z] ok github.com/docker/docker/daemon/logger/journald 0.006s coverage: 23.9% of statements [2020-11-03T23:10:02.724Z] #11 136.4 Selecting previously unselected package libbtrfs-dev. [2020-11-03T23:10:02.724Z] #11 136.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-03T23:10:02.724Z] #11 136.4 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-03T23:10:02.781Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 87.2% of statements [2020-11-03T23:10:02.984Z] #11 136.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-11-03T23:10:02.984Z] #11 136.9 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-03T23:10:02.984Z] #11 136.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-03T23:10:03.243Z] #11 137.0 Selecting previously unselected package libudev-dev:amd64. [2020-11-03T23:10:03.243Z] #11 137.1 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-11-03T23:10:03.243Z] #11 ... [2020-11-03T23:10:03.243Z] [2020-11-03T23:10:03.243Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:10:03.243Z] #56 129.6 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-03T23:10:03.243Z] #56 129.6 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-03T23:10:03.243Z] #56 DONE 137.1s [2020-11-03T23:10:03.243Z] [2020-11-03T23:10:03.243Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-03T23:10:03.243Z] #57 DONE 0.0s [2020-11-03T23:10:03.243Z] [2020-11-03T23:10:03.243Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-03T23:10:03.243Z] #58 DONE 0.1s [2020-11-03T23:10:03.243Z] [2020-11-03T23:10:03.243Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:10:03.243Z] #11 137.1 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-03T23:10:03.415Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 61.6% of statements [2020-11-03T23:10:03.433Z] #18 33.13 Unpacking bash-completion (1:2.8-6) ... [2020-11-03T23:10:03.698Z] #18 33.93 Selecting previously unselected package bzip2. [2020-11-03T23:10:03.698Z] #18 33.94 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2020-11-03T23:10:03.698Z] #18 33.95 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-03T23:10:03.708Z] ok github.com/docker/docker/daemon/logger/local 0.021s coverage: 75.2% of statements [2020-11-03T23:10:03.708Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-03T23:10:03.811Z] #11 137.4 Selecting previously unselected package libsepol1-dev:amd64. [2020-11-03T23:10:03.811Z] #11 137.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-11-03T23:10:03.811Z] #11 137.4 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-11-03T23:10:03.845Z] #42 136.5 CC criu/files.o [2020-11-03T23:10:03.962Z] #18 34.03 Selecting previously unselected package xz-utils. [2020-11-03T23:10:03.962Z] #18 34.03 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2020-11-03T23:10:03.962Z] #18 34.04 Unpacking xz-utils (5.2.4-1) ... [2020-11-03T23:10:03.967Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-11-03T23:10:03.967Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-cce1f22c\powershellScript.ps1'; exit $LASTEXITCODE; [2020-11-03T23:10:03.967Z] ---------------------------------------------------------------------------- [2020-11-03T23:10:03.967Z] [2020-11-03T23:10:03.967Z] INFO: executeCI.ps1 starting at Tue Nov 3 23:09:58 CUT 2020 [2020-11-03T23:10:03.967Z] [2020-11-03T23:10:03.967Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-11-03T23:10:03.967Z] INFO: Running git version 2.24.1.windows.2 [2020-11-03T23:10:03.967Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-11-03T23:10:03.967Z] INFO: Environment variables: [2020-11-03T23:10:03.967Z] [2020-11-03T23:10:03.967Z] Name Value [2020-11-03T23:10:03.967Z] ---- ----- [2020-11-03T23:10:03.967Z] ALLUSERSPROFILE C:\ProgramData [2020-11-03T23:10:03.967Z] amd64 true [2020-11-03T23:10:03.967Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-11-03T23:10:03.967Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-11-03T23:10:03.967Z] arm64 true [2020-11-03T23:10:03.967Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2020-11-03T23:10:03.967Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2020-11-03T23:10:03.967Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-11-03T23:10:03.967Z] BRANCH_NAME PR-41604 [2020-11-03T23:10:03.967Z] BUILD_DISPLAY_NAME #4 [2020-11-03T23:10:03.967Z] BUILD_ID 4 [2020-11-03T23:10:03.967Z] BUILD_NUMBER 4 [2020-11-03T23:10:03.967Z] BUILD_TAG jenkins-moby-PR-41604-4 [2020-11-03T23:10:03.967Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41604/4/ [2020-11-03T23:10:03.967Z] CHANGE_AUTHOR arkodg [2020-11-03T23:10:03.967Z] CHANGE_AUTHOR_DISPLAY_NAME Arko Dasgupta [2020-11-03T23:10:03.967Z] CHANGE_BRANCH bump-libnetwork-ipv6nat [2020-11-03T23:10:03.967Z] CHANGE_FORK arkodg [2020-11-03T23:10:03.967Z] CHANGE_ID 41604 [2020-11-03T23:10:03.967Z] CHANGE_TARGET master [2020-11-03T23:10:03.967Z] CHANGE_TITLE Vendor in Libnetwork changes [2020-11-03T23:10:03.967Z] CHANGE_URL https://github.com/moby/moby/pull/41604 [2020-11-03T23:10:03.967Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-03T23:10:03.967Z] CommonProgramFiles C:\Program Files\Common Files [2020-11-03T23:10:03.967Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-11-03T23:10:03.967Z] CommonProgramW6432 C:\Program Files\Common Files [2020-11-03T23:10:03.967Z] COMPUTERNAME azwin-2-548740 [2020-11-03T23:10:03.967Z] ComSpec C:\windows\system32\cmd.exe [2020-11-03T23:10:03.967Z] ConfigSequenceNumber 0 [2020-11-03T23:10:03.967Z] dco true [2020-11-03T23:10:03.967Z] DOCKER_BUILDKIT 0 [2020-11-03T23:10:03.967Z] DOCKER_DUT_DEBUG 1 [2020-11-03T23:10:03.967Z] DOCKER_EXPERIMENTAL 1 [2020-11-03T23:10:03.967Z] DOCKER_GRAPHDRIVER overlay2 [2020-11-03T23:10:03.967Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-11-03T23:10:03.967Z] EXECUTOR_NUMBER 0 [2020-11-03T23:10:03.967Z] FQDN azwin-2-548740.westus.cloudapp.azure.com [2020-11-03T23:10:03.967Z] GIT_BRANCH PR-41604 [2020-11-03T23:10:03.967Z] GIT_COMMIT 94bcfbdcb127d303563f72e7cf500179256c8f56 [2020-11-03T23:10:03.967Z] GIT_PREVIOUS_COMMIT 018a3132e344c27ef1324fa089025d11c9d99793 [2020-11-03T23:10:03.967Z] GIT_URL https://github.com/moby/moby.git [2020-11-03T23:10:03.967Z] HUDSON_COOKIE 4172959f-cc92-4e87-a63d-1b8425049492 [2020-11-03T23:10:03.967Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-11-03T23:10:03.967Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-11-03T23:10:03.967Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-11-03T23:10:03.967Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.265-1.b01.ojdkbuild.windows.x86_64 [2020-11-03T23:10:03.967Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-11-03T23:10:03.967Z] JENKINS_NODE_COOKIE ddc70276-6531-485f-a772-efe26d82a73f [2020-11-03T23:10:03.967Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-11-03T23:10:03.967Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-11-03T23:10:03.967Z] JOB_BASE_NAME PR-41604 [2020-11-03T23:10:03.967Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41604/display/redirect [2020-11-03T23:10:03.967Z] JOB_NAME moby/PR-41604 [2020-11-03T23:10:03.967Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41604/ [2020-11-03T23:10:03.967Z] library.jps.version master [2020-11-03T23:10:03.967Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-11-03T23:10:03.967Z] NODE_LABELS amd64 azure azwin-2-548740 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-11-03T23:10:03.967Z] NODE_NAME azwin-2-548740 [2020-11-03T23:10:03.967Z] NUMBER_OF_PROCESSORS 4 [2020-11-03T23:10:03.967Z] OS Windows_NT [2020-11-03T23:10:03.968Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-11-03T23:10:03.968Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-11-03T23:10:03.968Z] ppc64le true [2020-11-03T23:10:03.968Z] PROCESSOR_ARCHITECTURE AMD64 [2020-11-03T23:10:03.968Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2020-11-03T23:10:03.968Z] PROCESSOR_LEVEL 6 [2020-11-03T23:10:03.968Z] PROCESSOR_REVISION 4f01 [2020-11-03T23:10:03.968Z] ProgramData C:\ProgramData [2020-11-03T23:10:03.968Z] ProgramFiles C:\Program Files [2020-11-03T23:10:03.968Z] ProgramFiles(x86) C:\Program Files (x86) [2020-11-03T23:10:03.968Z] ProgramW6432 C:\Program Files [2020-11-03T23:10:03.968Z] PROMPT $P$G [2020-11-03T23:10:03.968Z] PSExecutionPolicyPreference Bypass [2020-11-03T23:10:03.968Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-11-03T23:10:03.968Z] PUBLIC C:\Users\Public [2020-11-03T23:10:03.968Z] rootless true [2020-11-03T23:10:03.968Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41604/4/display/redirect?page=changes [2020-11-03T23:10:03.968Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41604/4/display/redirect [2020-11-03T23:10:03.968Z] s390x true [2020-11-03T23:10:03.968Z] SKIP_VALIDATION_TESTS 1 [2020-11-03T23:10:03.968Z] SOURCES_DRIVE d [2020-11-03T23:10:03.968Z] SOURCES_SUBDIR gopath [2020-11-03T23:10:03.968Z] STAGE_NAME Run tests [2020-11-03T23:10:03.968Z] SystemDrive C: [2020-11-03T23:10:03.968Z] SystemRoot C:\windows [2020-11-03T23:10:03.968Z] TEMP C:\windows\TEMP [2020-11-03T23:10:03.968Z] TESTDEBUG 0 [2020-11-03T23:10:03.968Z] TESTRUN_DRIVE d [2020-11-03T23:10:03.968Z] TESTRUN_SUBDIR CI [2020-11-03T23:10:03.968Z] TIMEOUT 120m [2020-11-03T23:10:03.968Z] TMP C:\windows\TEMP [2020-11-03T23:10:03.968Z] unit_validate true [2020-11-03T23:10:03.968Z] USERDOMAIN WORKGROUP [2020-11-03T23:10:03.968Z] USERNAME azwin-2-548740$ [2020-11-03T23:10:03.968Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-11-03T23:10:03.968Z] validate_force false [2020-11-03T23:10:03.968Z] windir C:\windows [2020-11-03T23:10:03.968Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-11-03T23:10:03.968Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-11-03T23:10:03.968Z] windowsRS1 false [2020-11-03T23:10:03.968Z] windowsRS5 true [2020-11-03T23:10:03.968Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-11-03T23:10:03.968Z] [2020-11-03T23:10:03.968Z] [2020-11-03T23:10:03.968Z] [2020-11-03T23:10:03.968Z] INFO: Sources under d:\gopath\... [2020-11-03T23:10:03.968Z] INFO: Test run under d:\CI\... [2020-11-03T23:10:03.968Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-11-03T23:10:03.968Z] INFO: docker/docker repository was found [2020-11-03T23:10:03.968Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2020-11-03T23:10:03.968Z] ltsc2019: Pulling from windows/servercore [2020-11-03T23:10:03.968Z] 4612f6d0b889: Pulling fs layer [2020-11-03T23:10:03.968Z] 406ffb8432a7: Pulling fs layer [2020-11-03T23:10:03.999Z] time="2020-11-03T23:10:03Z" level=error msg="Failed to open log file: open /tmp/TestCheckCapacityAndRotate798060321/log934736908.1: no such file or directory" [2020-11-03T23:10:03.999Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.057s coverage: 38.3% of statements [2020-11-03T23:10:04.227Z] #18 34.32 Selecting previously unselected package apparmor. [2020-11-03T23:10:04.227Z] #18 34.32 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2020-11-03T23:10:04.227Z] #18 34.44 Unpacking apparmor (2.13.2-10) ... [2020-11-03T23:10:04.382Z] #11 138.0 Selecting previously unselected package libpcre16-3:amd64. [2020-11-03T23:10:04.382Z] #11 138.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-11-03T23:10:04.382Z] #11 138.1 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-11-03T23:10:04.515Z] #42 ... [2020-11-03T23:10:04.515Z] [2020-11-03T23:10:04.515Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-03T23:10:04.515Z] #21 6.283 Collecting yamllint==1.16.0 [2020-11-03T23:10:04.515Z] #21 6.677 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-03T23:10:04.515Z] #21 6.901 Collecting pyyaml (from yamllint==1.16.0) [2020-11-03T23:10:04.515Z] #21 7.174 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-03T23:10:04.515Z] #21 8.882 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-03T23:10:04.515Z] #21 8.981 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-11-03T23:10:04.515Z] #21 9.047 Building wheels for collected packages: pyyaml [2020-11-03T23:10:04.515Z] #21 9.050 Running setup.py bdist_wheel for pyyaml: started [2020-11-03T23:10:04.515Z] #21 10.40 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-03T23:10:04.515Z] #21 10.40 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-03T23:10:04.515Z] #21 10.48 Successfully built pyyaml [2020-11-03T23:10:04.515Z] #21 10.49 Installing collected packages: pyyaml, pathspec, yamllint [2020-11-03T23:10:04.515Z] #21 10.79 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-03T23:10:04.515Z] #21 DONE 11.0s [2020-11-03T23:10:04.633Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.005s coverage: 33.3% of statements [2020-11-03T23:10:04.641Z] #11 138.4 Selecting previously unselected package libpcre32-3:amd64. [2020-11-03T23:10:04.641Z] #11 138.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-11-03T23:10:04.641Z] #11 138.4 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-11-03T23:10:04.815Z] [2020-11-03T23:10:04.815Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:10:04.899Z] #11 138.6 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-11-03T23:10:04.900Z] #11 138.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-11-03T23:10:04.900Z] #11 138.7 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-03T23:10:04.900Z] #11 138.8 Selecting previously unselected package libpcre3-dev:amd64. [2020-11-03T23:10:04.900Z] #11 138.8 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-11-03T23:10:05.158Z] #11 138.8 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-03T23:10:05.183Z] #18 35.30 Selecting previously unselected package aufs-tools. [2020-11-03T23:10:05.183Z] #18 35.31 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2020-11-03T23:10:05.183Z] #18 35.32 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-03T23:10:05.419Z] #11 139.2 Selecting previously unselected package libselinux1-dev:amd64. [2020-11-03T23:10:05.419Z] #11 139.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-11-03T23:10:05.419Z] #11 139.2 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-03T23:10:05.522Z] #18 35.55 Selecting previously unselected package libonig5:arm64. [2020-11-03T23:10:05.522Z] #18 35.56 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2020-11-03T23:10:05.522Z] #18 35.57 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-11-03T23:10:05.669Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2020-11-03T23:10:05.678Z] #11 139.5 Selecting previously unselected package libdevmapper-dev:amd64. [2020-11-03T23:10:05.678Z] #11 139.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-11-03T23:10:05.678Z] #11 139.5 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-03T23:10:05.678Z] #11 139.6 Selecting previously unselected package libseccomp-dev:amd64. [2020-11-03T23:10:05.678Z] #11 139.6 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-11-03T23:10:05.678Z] #11 139.6 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-03T23:10:05.678Z] #11 ... [2020-11-03T23:10:05.678Z] [2020-11-03T23:10:05.678Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:10:05.678Z] #43 129.6 vendor/golang.org/x/net/http2/hpack [2020-11-03T23:10:05.678Z] #43 130.8 mime [2020-11-03T23:10:05.678Z] #43 132.6 mime/quotedprintable [2020-11-03T23:10:05.678Z] #43 133.0 net/http/internal [2020-11-03T23:10:05.678Z] #43 136.4 crypto/tls [2020-11-03T23:10:05.786Z] #18 35.88 Selecting previously unselected package libjq1:arm64. [2020-11-03T23:10:05.786Z] #18 35.88 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-11-03T23:10:05.786Z] #18 35.89 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-03T23:10:05.876Z] #39 ... [2020-11-03T23:10:05.876Z] [2020-11-03T23:10:05.876Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:10:05.876Z] #42 139.3 CC criu/filesystems.o [2020-11-03T23:10:05.937Z] #43 ... [2020-11-03T23:10:05.938Z] [2020-11-03T23:10:05.938Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-03T23:10:05.938Z] #11 139.7 Selecting previously unselected package libsystemd-dev:amd64. [2020-11-03T23:10:05.938Z] #11 139.7 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-11-03T23:10:05.938Z] #11 139.7 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-03T23:10:05.961Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-11-03T23:10:06.056Z] #18 36.03 Selecting previously unselected package jq. [2020-11-03T23:10:06.056Z] #18 36.03 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-11-03T23:10:06.056Z] #18 36.03 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-03T23:10:06.056Z] #18 36.18 Selecting previously unselected package libaio1:arm64. [2020-11-03T23:10:06.056Z] #18 36.18 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2020-11-03T23:10:06.056Z] #18 36.20 Unpacking libaio1:arm64 (0.3.112-3) ... [2020-11-03T23:10:06.253Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-11-03T23:10:06.320Z] #18 36.33 Selecting previously unselected package libgpm2:arm64. [2020-11-03T23:10:06.320Z] #18 36.34 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2020-11-03T23:10:06.320Z] #18 36.35 Unpacking libgpm2:arm64 (1.20.7-5) ... [2020-11-03T23:10:06.320Z] #18 36.45 Selecting previously unselected package libicu63:arm64. [2020-11-03T23:10:06.320Z] #18 36.45 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-11-03T23:10:06.320Z] #18 36.46 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-03T23:10:06.507Z] #11 140.2 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-03T23:10:06.507Z] #11 140.2 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-03T23:10:06.507Z] #11 140.2 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-11-03T23:10:06.507Z] #11 140.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-03T23:10:06.507Z] #11 140.3 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-11-03T23:10:06.507Z] #11 140.3 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-11-03T23:10:06.507Z] #11 140.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:10:06.507Z] #11 140.3 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-03T23:10:06.507Z] #11 140.3 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-11-03T23:10:06.507Z] #11 140.3 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-03T23:10:06.507Z] #11 140.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-03T23:10:06.507Z] #11 140.4 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-03T23:10:06.545Z] ok github.com/docker/docker/daemon/logger/splunk 1.440s coverage: 82.5% of statements [2020-11-03T23:10:06.545Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-03T23:10:06.545Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-03T23:10:06.767Z] #11 140.5 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-03T23:10:06.767Z] #11 140.5 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-03T23:10:06.767Z] #11 140.5 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-03T23:10:06.767Z] #11 140.5 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-03T23:10:06.767Z] #11 140.5 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-03T23:10:06.767Z] #11 140.5 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:10:06.767Z] #11 140.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-03T23:10:06.767Z] #11 140.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-03T23:10:06.767Z] #11 140.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-03T23:10:06.767Z] #11 140.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-03T23:10:06.767Z] #11 140.6 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-03T23:10:06.767Z] #11 140.6 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-03T23:10:06.767Z] #11 140.6 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-03T23:10:06.767Z] #11 140.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-03T23:10:06.767Z] #11 140.6 Setting up dmsetup (2:1.02.155-3) ... [2020-11-03T23:10:06.934Z] #42 140.3 CC criu/fsnotify.o [2020-11-03T23:10:07.027Z] #11 140.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-03T23:10:07.027Z] #11 140.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-03T23:10:07.027Z] #11 140.7 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:10:07.286Z] #11 DONE 141.1s [2020-11-03T23:10:07.286Z] [2020-11-03T23:10:07.287Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:10:07.287Z] #41 46.95 CC compel/arch/x86/src/lib/cpu.o [2020-11-03T23:10:07.287Z] #41 47.61 CC compel/arch/x86/src/lib/infect.o [2020-11-03T23:10:07.287Z] #41 48.20 CC compel/src/lib/infect-rpc.o [2020-11-03T23:10:07.287Z] #41 48.75 CC compel/src/lib/infect-util.o [2020-11-03T23:10:07.287Z] #41 49.30 CC compel/src/lib/infect.o [2020-11-03T23:10:07.287Z] #41 51.62 CC compel/src/lib/ptrace.o [2020-11-03T23:10:07.287Z] #41 51.98 AR compel/libcompel.a [2020-11-03T23:10:07.287Z] #41 52.05 HOSTCC compel/src/main-host.o [2020-11-03T23:10:07.547Z] #41 52.51 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-11-03T23:10:07.806Z] #41 52.78 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-03T23:10:07.995Z] #42 141.4 CC criu/image-desc.o [2020-11-03T23:10:08.054Z] ok github.com/docker/docker/distribution/metadata 0.031s coverage: 48.2% of statements [2020-11-03T23:10:08.054Z] ok github.com/docker/docker/distribution 0.226s coverage: 21.9% of statements [2020-11-03T23:10:08.054Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-03T23:10:08.259Z] #18 ... [2020-11-03T23:10:08.259Z] [2020-11-03T23:10:08.259Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:10:08.259Z] #41 93.29 CC criu/cr-check.o [2020-11-03T23:10:08.259Z] #41 95.00 CC criu/cr-dedup.o [2020-11-03T23:10:08.259Z] #41 95.46 CC criu/cr-dump.o [2020-11-03T23:10:08.259Z] #41 98.09 CC criu/cr-errno.o [2020-11-03T23:10:08.259Z] #41 98.33 CC criu/cr-restore.o [2020-11-03T23:10:08.259Z] #41 102.9 CC criu/cr-service.o [2020-11-03T23:10:08.297Z] #42 141.5 CC criu/image.o [2020-11-03T23:10:08.375Z] #41 53.40 HOSTCC compel/src/lib/log-host.o [2020-11-03T23:10:08.637Z] #41 53.68 HOSTLINK compel/compel-host-bin [2020-11-03T23:10:08.637Z] #41 ... [2020-11-03T23:10:08.637Z] [2020-11-03T23:10:08.637Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:10:08.637Z] #51 1.489 + RM_GOPATH=0 [2020-11-03T23:10:08.637Z] #51 1.489 + TMP_GOPATH= [2020-11-03T23:10:08.637Z] #51 1.489 + : /build [2020-11-03T23:10:08.637Z] #51 1.489 + '[' -z '' ']' [2020-11-03T23:10:08.637Z] #51 1.489 ++ mktemp -d [2020-11-03T23:10:08.637Z] #51 1.498 + export GOPATH=/tmp/tmp.ALrTONzWmI [2020-11-03T23:10:08.637Z] #51 1.498 + GOPATH=/tmp/tmp.ALrTONzWmI [2020-11-03T23:10:08.637Z] #51 1.498 + RM_GOPATH=1 [2020-11-03T23:10:08.637Z] #51 1.498 + case "$(go env GOARCH)" in [2020-11-03T23:10:08.637Z] #51 1.498 ++ go env GOARCH [2020-11-03T23:10:08.637Z] #51 1.512 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:10:08.637Z] #51 1.512 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:10:08.637Z] #51 1.512 ++ dirname /tmp/install/install.sh [2020-11-03T23:10:08.637Z] #51 1.520 + dir=/tmp/install [2020-11-03T23:10:08.637Z] #51 1.522 + bin=runc [2020-11-03T23:10:08.637Z] #51 1.522 + shift [2020-11-03T23:10:08.637Z] #51 1.522 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-03T23:10:08.637Z] #51 1.522 + . /tmp/install/runc.installer [2020-11-03T23:10:08.637Z] #51 1.522 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-03T23:10:08.637Z] #51 1.522 + install_runc [2020-11-03T23:10:08.637Z] #51 1.525 + uname -r [2020-11-03T23:10:08.637Z] #51 1.525 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-03T23:10:08.637Z] #51 1.530 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-03T23:10:08.637Z] #51 1.530 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-03T23:10:08.637Z] #51 1.530 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-03T23:10:08.637Z] #51 1.530 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ALrTONzWmI/src/github.com/opencontainers/runc [2020-11-03T23:10:08.637Z] #51 1.533 Cloning into '/tmp/tmp.ALrTONzWmI/src/github.com/opencontainers/runc'... [2020-11-03T23:10:08.688Z] ok github.com/docker/docker/errdefs 0.003s coverage: 49.4% of statements [2020-11-03T23:10:08.897Z] #51 ... [2020-11-03T23:10:08.897Z] [2020-11-03T23:10:08.897Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-03T23:10:08.897Z] #12 DONE 1.6s [2020-11-03T23:10:09.156Z] [2020-11-03T23:10:09.156Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:10:09.156Z] #41 54.00 DEP soccr/soccr.d [2020-11-03T23:10:09.156Z] #41 54.20 CC soccr/soccr.o [2020-11-03T23:10:09.324Z] ok github.com/docker/docker/image 0.012s coverage: 86.4% of statements [2020-11-03T23:10:09.360Z] #42 142.6 CC criu/ipc_ns.o [2020-11-03T23:10:09.662Z] #41 104.5 CC criu/crtools.o [2020-11-03T23:10:09.958Z] ok github.com/docker/docker/image/cache 0.005s coverage: 19.2% of statements [2020-11-03T23:10:10.093Z] #41 ... [2020-11-03T23:10:10.093Z] [2020-11-03T23:10:10.093Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-03T23:10:10.093Z] #13 DONE 1.2s [2020-11-03T23:10:10.250Z] ok github.com/docker/docker/image/v1 0.005s coverage: 25.0% of statements [2020-11-03T23:10:10.361Z] #41 105.0 CC criu/eventfd.o [2020-11-03T23:10:10.361Z] #41 ... [2020-11-03T23:10:10.361Z] [2020-11-03T23:10:10.362Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:10:10.362Z] #18 40.30 Selecting previously unselected package libnet1:arm64. [2020-11-03T23:10:10.362Z] #18 40.31 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-11-03T23:10:10.362Z] #18 40.31 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-03T23:10:10.362Z] #18 40.45 Selecting previously unselected package libnl-3-200:arm64. [2020-11-03T23:10:10.368Z] [2020-11-03T23:10:10.368Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-03T23:10:10.542Z] ok github.com/docker/docker/distribution/xfer 1.868s coverage: 85.1% of statements [2020-11-03T23:10:10.542Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-03T23:10:10.542Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-03T23:10:10.542Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-03T23:10:10.626Z] #18 40.45 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2020-11-03T23:10:10.626Z] #18 40.46 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-11-03T23:10:10.626Z] #18 40.72 Selecting previously unselected package libprotobuf-c1:arm64. [2020-11-03T23:10:10.626Z] #18 40.72 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-11-03T23:10:10.626Z] #18 40.73 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-03T23:10:10.890Z] #18 40.85 Selecting previously unselected package libreadline5:arm64. [2020-11-03T23:10:10.890Z] #18 40.88 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2020-11-03T23:10:10.890Z] #18 40.88 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-11-03T23:10:10.890Z] #18 41.03 Selecting previously unselected package net-tools. [2020-11-03T23:10:10.890Z] #18 41.05 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2020-11-03T23:10:10.890Z] #18 41.06 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-03T23:10:10.903Z] #42 144.0 CC criu/irmap.o [2020-11-03T23:10:10.937Z] #14 0.943 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-03T23:10:11.155Z] #18 41.31 Selecting previously unselected package python-pip-whl. [2020-11-03T23:10:11.156Z] #18 41.32 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-03T23:10:11.156Z] #18 41.32 Unpacking python-pip-whl (18.1-5) ... [2020-11-03T23:10:11.177Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2020-11-03T23:10:11.196Z] #14 DONE 1.1s [2020-11-03T23:10:11.196Z] [2020-11-03T23:10:11.196Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-03T23:10:11.559Z] #42 144.7 CC criu/kcmp-ids.o [2020-11-03T23:10:11.735Z] #18 41.80 Selecting previously unselected package python3-lib2to3. [2020-11-03T23:10:11.735Z] #18 41.80 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-03T23:10:11.735Z] #18 41.81 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-03T23:10:11.735Z] #18 41.95 Selecting previously unselected package python3-distutils. [2020-11-03T23:10:11.735Z] #18 41.95 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-03T23:10:11.735Z] #18 41.95 Unpacking python3-distutils (3.7.3-1) ... [2020-11-03T23:10:11.810Z] ok github.com/docker/docker/oci 0.003s coverage: 8.2% of statements [2020-11-03T23:10:11.860Z] #42 145.2 CC criu/kerndat.o [2020-11-03T23:10:11.999Z] #18 42.10 Selecting previously unselected package python3-pip. [2020-11-03T23:10:11.999Z] #18 42.10 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-03T23:10:11.999Z] #18 42.11 Unpacking python3-pip (18.1-5) ... [2020-11-03T23:10:12.102Z] ok github.com/docker/docker/opts 0.016s coverage: 67.1% of statements [2020-11-03T23:10:12.265Z] #18 42.28 Selecting previously unselected package python3-pkg-resources. [2020-11-03T23:10:12.265Z] #18 42.29 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-03T23:10:12.265Z] #18 42.33 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-03T23:10:12.265Z] #18 42.44 Selecting previously unselected package python3-setuptools. [2020-11-03T23:10:12.265Z] #18 42.45 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-03T23:10:12.265Z] #18 42.46 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-03T23:10:12.394Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2020-11-03T23:10:12.460Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-03T23:10:12.460Z] [2020-11-03T23:10:12.460Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-11-03T23:10:12.460Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-11-03T23:10:12.460Z] Using test binary docker [2020-11-03T23:10:12.460Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-03T23:10:12.460Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-03T23:10:12.460Z] INFO: Waiting for daemon to start... [2020-11-03T23:10:12.460Z] Starting dockerd [2020-11-03T23:10:12.460Z] . [2020-11-03T23:10:12.460Z] INFO: Building docker-sdk-python3:4.3.0... [2020-11-03T23:10:12.529Z] #18 42.71 Selecting previously unselected package python3-wheel. [2020-11-03T23:10:12.529Z] #18 42.71 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-03T23:10:12.529Z] #18 42.73 Unpacking python3-wheel (0.32.3-2) ... [2020-11-03T23:10:12.529Z] #18 42.86 Selecting previously unselected package sudo. [2020-11-03T23:10:12.576Z] #15 DONE 1.2s [2020-11-03T23:10:12.576Z] [2020-11-03T23:10:12.576Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-03T23:10:12.794Z] #18 42.86 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ... [2020-11-03T23:10:12.794Z] #18 42.88 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-03T23:10:12.921Z] #42 146.4 CC criu/libnetlink.o [2020-11-03T23:10:13.373Z] #18 43.35 Selecting previously unselected package thin-provisioning-tools. [2020-11-03T23:10:13.373Z] #18 43.36 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2020-11-03T23:10:13.373Z] #18 43.36 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-03T23:10:13.512Z] #16 DONE 1.0s [2020-11-03T23:10:13.512Z] [2020-11-03T23:10:13.512Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-03T23:10:13.571Z] #42 146.9 CC criu/log.o [2020-11-03T23:10:13.639Z] #18 43.62 Selecting previously unselected package uidmap. [2020-11-03T23:10:13.639Z] #18 43.62 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2020-11-03T23:10:13.639Z] #18 43.64 Unpacking uidmap (1:4.5-1.1) ... [2020-11-03T23:10:13.639Z] #18 43.94 Selecting previously unselected package vim-runtime. [2020-11-03T23:10:13.904Z] #18 43.96 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-03T23:10:13.904Z] #18 43.98 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-03T23:10:13.904Z] ok github.com/docker/docker/pkg/archive 0.480s coverage: 77.2% of statements [2020-11-03T23:10:14.169Z] #18 44.17 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-03T23:10:14.169Z] #18 44.18 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-03T23:10:14.221Z] #42 147.5 CC criu/lsm.o [2020-11-03T23:10:14.449Z] #17 DONE 1.1s [2020-11-03T23:10:14.449Z] [2020-11-03T23:10:14.449Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:10:14.449Z] #41 55.96 AR soccr/libsoccr.a [2020-11-03T23:10:14.449Z] #41 56.02 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-03T23:10:14.449Z] #41 56.44 DEP criu/arch/x86/sigframe.d [2020-11-03T23:10:14.449Z] #41 56.64 DEP criu/arch/x86/sigaction_compat.d [2020-11-03T23:10:14.449Z] #41 56.74 DEP criu/arch/x86/kerndat.d [2020-11-03T23:10:14.449Z] #41 56.89 DEP criu/arch/x86/crtools.d [2020-11-03T23:10:14.449Z] #41 57.15 DEP criu/arch/x86/cpu.d [2020-11-03T23:10:14.449Z] #41 57.38 CC criu/arch/x86/cpu.o [2020-11-03T23:10:14.449Z] #41 58.33 CC criu/arch/x86/crtools.o [2020-11-03T23:10:14.872Z] #42 148.0 CC criu/mem.o [2020-11-03T23:10:14.940Z] ok github.com/docker/docker/pkg/authorization 0.336s coverage: 68.3% of statements [2020-11-03T23:10:14.940Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-11-03T23:10:14.940Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2020-11-03T23:10:15.392Z] #41 60.25 CC criu/arch/x86/kerndat.o [2020-11-03T23:10:15.960Z] #41 60.90 CC criu/arch/x86/sigaction_compat.o [2020-11-03T23:10:16.219Z] #41 61.15 CC criu/arch/x86/sigframe.o [2020-11-03T23:10:16.219Z] #41 61.35 LINK criu/arch/x86/crtools.built-in.o [2020-11-03T23:10:16.427Z] 406ffb8432a7: Download complete [2020-11-03T23:10:16.478Z] #41 61.41 DEP criu/pie/util-vdso-elf32.d [2020-11-03T23:10:16.478Z] #41 61.53 DEP criu/pie/util-vdso.d [2020-11-03T23:10:16.768Z] #41 61.68 DEP criu/pie/util.d [2020-11-03T23:10:16.768Z] #41 61.81 CC criu/pie/util.o [2020-11-03T23:10:16.996Z] #42 150.1 CC criu/memfd.o [2020-11-03T23:10:17.038Z] #41 62.17 CC criu/pie/util-vdso.o [2020-11-03T23:10:17.298Z] #42 150.7 CC criu/mount.o [2020-11-03T23:10:18.015Z] #41 62.99 CC criu/pie/util-vdso-elf32.o [2020-11-03T23:10:18.407Z] #18 48.18 Selecting previously unselected package vim. [2020-11-03T23:10:18.407Z] #18 48.18 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2020-11-03T23:10:18.407Z] #18 48.20 Unpacking vim (2:8.1.0875-5) ... [2020-11-03T23:10:18.583Z] #41 63.70 AR criu/pie/pie.lib.a [2020-11-03T23:10:18.842Z] #41 63.76 DEP criu/pie/restorer.d [2020-11-03T23:10:18.842Z] #41 63.98 DEP criu/arch/x86/sigaction_compat_pie.d [2020-11-03T23:10:18.842Z] #41 ... [2020-11-03T23:10:18.842Z] [2020-11-03T23:10:18.842Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:10:18.842Z] #51 11.64 + cd /tmp/tmp.ALrTONzWmI/src/github.com/opencontainers/runc [2020-11-03T23:10:18.842Z] #51 11.64 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-03T23:10:18.986Z] #18 49.07 Selecting previously unselected package xfsprogs. [2020-11-03T23:10:18.986Z] #18 49.07 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2020-11-03T23:10:18.986Z] #18 49.08 Unpacking xfsprogs (4.20.0-1) ... [2020-11-03T23:10:19.394Z] ok github.com/docker/docker/pkg/chrootarchive 3.427s coverage: 43.2% of statements [2020-11-03T23:10:19.394Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-11-03T23:10:19.394Z] ok github.com/docker/docker/layer 7.402s coverage: 68.8% of statements [2020-11-03T23:10:19.394Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-03T23:10:19.394Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-03T23:10:19.394Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-03T23:10:19.394Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-03T23:10:19.394Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-03T23:10:19.394Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-03T23:10:19.394Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-03T23:10:19.412Z] #51 12.15 + '[' -z '' ']' [2020-11-03T23:10:19.412Z] #51 12.16 + target=static [2020-11-03T23:10:19.412Z] #51 12.16 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-03T23:10:19.412Z] #51 ... [2020-11-03T23:10:19.412Z] [2020-11-03T23:10:19.412Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:10:19.412Z] #43 143.3 net/http/httptrace [2020-11-03T23:10:19.412Z] #43 143.5 net/http [2020-11-03T23:10:19.565Z] #18 49.53 Selecting previously unselected package zip. [2020-11-03T23:10:19.565Z] #18 49.54 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2020-11-03T23:10:19.565Z] #18 49.55 Unpacking zip (3.0-11+b1) ... [2020-11-03T23:10:19.565Z] #18 ... [2020-11-03T23:10:19.565Z] [2020-11-03T23:10:19.565Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:10:19.565Z] #47 181.1 + /build/golangci-lint --version [2020-11-03T23:10:19.675Z] #43 ... [2020-11-03T23:10:19.675Z] [2020-11-03T23:10:19.675Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:10:19.675Z] #51 12.44 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-03T23:10:19.685Z] ok github.com/docker/docker/pkg/discovery 0.001s coverage: 58.3% of statements [2020-11-03T23:10:19.685Z] ok github.com/docker/docker/pkg/discovery/file 0.001s coverage: 92.9% of statements [2020-11-03T23:10:19.830Z] #47 181.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-03T23:10:19.977Z] ok github.com/docker/docker/pkg/discovery/memory 0.001s coverage: 92.3% of statements [2020-11-03T23:10:20.269Z] ok github.com/docker/docker/pkg/discovery/nodes 0.001s coverage: 93.8% of statements [2020-11-03T23:10:20.562Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2020-11-03T23:10:20.783Z] #47 ... [2020-11-03T23:10:20.783Z] [2020-11-03T23:10:20.783Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:10:20.783Z] #41 105.6 CC criu/eventpoll.o [2020-11-03T23:10:20.783Z] #41 106.5 CC criu/external.o [2020-11-03T23:10:20.783Z] #41 107.0 CC criu/fault-injection.o [2020-11-03T23:10:20.783Z] #41 107.1 CC criu/fdstore.o [2020-11-03T23:10:20.783Z] #41 107.4 CC criu/fifo.o [2020-11-03T23:10:20.783Z] #41 107.7 CC criu/file-ids.o [2020-11-03T23:10:20.783Z] #41 108.1 CC criu/file-lock.o [2020-11-03T23:10:20.783Z] #41 109.0 CC criu/files-ext.o [2020-11-03T23:10:20.783Z] #41 109.4 CC criu/files-reg.o [2020-11-03T23:10:20.783Z] #41 111.2 CC criu/files.o [2020-11-03T23:10:20.783Z] #41 113.8 CC criu/filesystems.o [2020-11-03T23:10:20.783Z] #41 114.5 CC criu/fsnotify.o [2020-11-03T23:10:20.783Z] #41 115.7 CC criu/image-desc.o [2020-11-03T23:10:20.783Z] #41 115.8 CC criu/image.o [2020-11-03T23:10:20.783Z] #41 ... [2020-11-03T23:10:20.783Z] [2020-11-03T23:10:20.783Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:10:20.783Z] #18 49.75 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-03T23:10:20.783Z] #18 49.77 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-03T23:10:20.783Z] #18 49.78 Setting up libip6tc0:arm64 (1.8.2-4) ... [2020-11-03T23:10:20.783Z] #18 49.79 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-11-03T23:10:20.783Z] #18 49.80 Setting up libgpm2:arm64 (1.20.7-5) ... [2020-11-03T23:10:20.783Z] #18 49.81 Setting up libip4tc0:arm64 (1.8.2-4) ... [2020-11-03T23:10:20.783Z] #18 49.83 Setting up uidmap (1:4.5-1.1) ... [2020-11-03T23:10:20.783Z] #18 49.84 Setting up libnftnl11:arm64 (1.1.2-2) ... [2020-11-03T23:10:20.783Z] #18 49.85 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-03T23:10:20.783Z] #18 49.86 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-03T23:10:20.783Z] #18 49.87 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-03T23:10:20.783Z] #18 49.88 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-03T23:10:20.783Z] #18 49.89 Setting up xxd (2:8.1.0875-5) ... [2020-11-03T23:10:20.783Z] #18 49.91 Setting up zip (3.0-11+b1) ... [2020-11-03T23:10:20.783Z] #18 49.92 Setting up vim-common (2:8.1.0875-5) ... [2020-11-03T23:10:20.783Z] #18 49.95 Setting up bash-completion (1:2.8-6) ... [2020-11-03T23:10:21.161Z] 4612f6d0b889: Verifying Checksum [2020-11-03T23:10:21.161Z] 4612f6d0b889: Download complete [2020-11-03T23:10:22.073Z] ok github.com/docker/docker/pkg/filenotify 0.602s coverage: 67.0% of statements [2020-11-03T23:10:22.182Z] #18 ... [2020-11-03T23:10:22.182Z] [2020-11-03T23:10:22.182Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:10:22.182Z] #47 DONE 183.8s [2020-11-03T23:10:22.365Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 89.5% of statements [2020-11-03T23:10:22.446Z] [2020-11-03T23:10:22.446Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:10:22.446Z] #41 116.6 CC criu/ipc_ns.o [2020-11-03T23:10:22.954Z] #42 155.4 CC criu/namespaces.o [2020-11-03T23:10:23.025Z] #41 118.1 CC criu/irmap.o [2020-11-03T23:10:23.401Z] ok github.com/docker/docker/pkg/fsutils 0.414s coverage: 85.1% of statements [2020-11-03T23:10:23.401Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2020-11-03T23:10:23.401Z] ok github.com/docker/docker/pkg/discovery/kv 3.064s coverage: 84.1% of statements [2020-11-03T23:10:23.977Z] #41 118.8 CC criu/kcmp-ids.o [2020-11-03T23:10:24.242Z] #41 119.3 CC criu/kerndat.o [2020-11-03T23:10:24.438Z] ok github.com/docker/docker/pkg/idtools 0.269s coverage: 70.1% of statements [2020-11-03T23:10:24.438Z] ok github.com/docker/docker/pkg/ioutils 0.283s coverage: 69.3% of statements [2020-11-03T23:10:24.496Z] #42 157.7 CC criu/net.o [2020-11-03T23:10:24.729Z] ok github.com/docker/docker/pkg/jsonmessage 0.002s coverage: 91.7% of statements [2020-11-03T23:10:24.729Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-03T23:10:24.729Z] ok github.com/docker/docker/pkg/longpath 0.007s coverage: 100.0% of statements [2020-11-03T23:10:24.729Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-03T23:10:24.729Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-03T23:10:24.945Z] #51 ... [2020-11-03T23:10:24.945Z] [2020-11-03T23:10:24.945Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:10:24.945Z] #18 1.407 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-03T23:10:24.945Z] #18 1.493 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-03T23:10:24.945Z] #18 1.688 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-03T23:10:24.945Z] #18 2.024 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-03T23:10:24.945Z] #18 3.387 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB] [2020-11-03T23:10:24.945Z] #18 5.024 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-03T23:10:24.945Z] #18 ... [2020-11-03T23:10:24.945Z] [2020-11-03T23:10:24.945Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:10:24.945Z] #41 64.13 DEP criu/arch/x86/restorer_unmap.d [2020-11-03T23:10:24.945Z] #41 64.16 DEP criu/arch/x86/restorer.d [2020-11-03T23:10:24.945Z] #41 64.34 DEP criu/arch/x86/vdso-pie.d [2020-11-03T23:10:24.945Z] #41 64.47 DEP criu/pie/parasite-vdso.d [2020-11-03T23:10:24.945Z] #41 64.57 DEP criu/pie/parasite.d [2020-11-03T23:10:24.945Z] #41 64.86 CC criu/pie/parasite.o [2020-11-03T23:10:24.945Z] #41 66.25 LINK criu/pie/parasite.built-in.o [2020-11-03T23:10:24.945Z] #41 66.27 GEN criu/pie/parasite-blob.h [2020-11-03T23:10:24.945Z] #41 66.28 CC criu/pie/parasite-vdso.o [2020-11-03T23:10:24.945Z] #41 67.00 CC criu/arch/x86/vdso-pie.o [2020-11-03T23:10:24.945Z] #41 67.41 CC criu/arch/x86/restorer.o [2020-11-03T23:10:24.945Z] #41 68.08 CC criu/arch/x86/restorer_unmap.o [2020-11-03T23:10:24.945Z] #41 68.11 CC criu/arch/x86/sigaction_compat_pie.o [2020-11-03T23:10:24.945Z] #41 68.49 CC criu/pie/restorer.o [2020-11-03T23:10:25.021Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2020-11-03T23:10:25.021Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-03T23:10:25.021Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2020-11-03T23:10:25.313Z] ok github.com/docker/docker/pkg/parsers/kernel 0.007s coverage: 60.0% of statements [2020-11-03T23:10:25.313Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.017s coverage: 86.7% of statements [2020-11-03T23:10:25.513Z] #41 ... [2020-11-03T23:10:25.513Z] [2020-11-03T23:10:25.513Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:10:25.513Z] #18 10.94 Fetched 8396 kB in 10s (857 kB/s) [2020-11-03T23:10:25.655Z] ok github.com/docker/docker/pkg/pidfile 0.009s coverage: 82.4% of statements [2020-11-03T23:10:25.655Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-03T23:10:25.655Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-03T23:10:26.180Z] #41 120.7 CC criu/libnetlink.o [2020-11-03T23:10:26.180Z] #41 121.1 CC criu/log.o [2020-11-03T23:10:26.289Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.004s coverage: 56.8% of statements [2020-11-03T23:10:26.581Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2020-11-03T23:10:26.767Z] #41 ... [2020-11-03T23:10:26.767Z] [2020-11-03T23:10:26.767Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:10:26.767Z] #51 66.86 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-03T23:10:26.767Z] #51 68.55 + mkdir -p /build [2020-11-03T23:10:26.767Z] #51 68.55 + cp runc /build/runc [2020-11-03T23:10:26.767Z] #51 DONE 69.1s [2020-11-03T23:10:26.767Z] [2020-11-03T23:10:26.767Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:10:26.767Z] #41 121.7 CC criu/lsm.o [2020-11-03T23:10:26.767Z] #41 ... [2020-11-03T23:10:26.767Z] [2020-11-03T23:10:26.767Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:10:26.767Z] #18 52.87 Setting up libiptc0:arm64 (1.8.2-4) ... [2020-11-03T23:10:26.767Z] #18 52.88 Setting up xz-utils (5.2.4-1) ... [2020-11-03T23:10:26.767Z] #18 52.90 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-03T23:10:26.767Z] #18 52.91 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-03T23:10:26.767Z] #18 52.97 invoke-rc.d: could not determine current runlevel [2020-11-03T23:10:26.767Z] #18 53.00 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-03T23:10:26.767Z] #18 53.01 Setting up pigz (2.4-1) ... [2020-11-03T23:10:26.767Z] #18 53.02 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-11-03T23:10:26.767Z] #18 53.04 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-11-03T23:10:26.767Z] #18 53.06 Setting up python-pip-whl (18.1-5) ... [2020-11-03T23:10:26.767Z] #18 53.07 Setting up libmpdec2:arm64 (2.4.2-2) ... [2020-11-03T23:10:26.767Z] #18 53.08 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-03T23:10:26.767Z] #18 53.65 Setting up libaio1:arm64 (0.3.112-3) ... [2020-11-03T23:10:26.767Z] #18 53.67 Setting up libonig5:arm64 (6.9.1-1) ... [2020-11-03T23:10:26.767Z] #18 53.68 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-11-03T23:10:26.767Z] #18 53.69 Setting up vim (2:8.1.0875-5) ... [2020-11-03T23:10:26.767Z] #18 53.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-03T23:10:26.767Z] #18 53.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-03T23:10:26.767Z] #18 53.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-03T23:10:26.767Z] #18 53.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-03T23:10:26.767Z] #18 53.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-03T23:10:26.767Z] #18 53.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-03T23:10:26.767Z] #18 53.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-03T23:10:26.767Z] #18 53.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-03T23:10:26.767Z] #18 53.89 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-03T23:10:26.767Z] #18 53.91 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-03T23:10:26.767Z] #18 53.97 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-11-03T23:10:26.767Z] #18 53.98 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-03T23:10:26.767Z] #18 53.99 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2020-11-03T23:10:26.767Z] #18 54.00 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-03T23:10:26.767Z] #18 56.58 Setting up iptables (1.8.2-4) ... [2020-11-03T23:10:26.767Z] #18 56.80 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-03T23:10:26.767Z] #18 56.81 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-03T23:10:26.767Z] #18 56.83 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-03T23:10:26.767Z] #18 56.84 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-03T23:10:26.767Z] #18 56.85 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-03T23:10:26.767Z] #18 56.86 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-03T23:10:26.767Z] #18 56.88 Setting up python3 (3.7.3-1) ... [2020-11-03T23:10:26.886Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2020-11-03T23:10:27.186Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-11-03T23:10:27.312Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-03T23:10:27.312Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-03T23:10:27.346Z] #18 57.40 Setting up python3-wheel (0.32.3-2) ... [2020-11-03T23:10:28.221Z] ok github.com/docker/docker/pkg/pubsub 1.018s coverage: 75.0% of statements [2020-11-03T23:10:28.387Z] #18 58.19 Setting up apparmor (2.13.2-10) ... [2020-11-03T23:10:28.513Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-11-03T23:10:29.036Z] #42 161.6 CC criu/netfilter.o [2020-11-03T23:10:29.036Z] #42 162.0 CC criu/page-pipe.o [2020-11-03T23:10:29.687Z] #42 162.8 CC criu/page-xfer.o [2020-11-03T23:10:29.704Z] #18 10.94 Reading package lists... [2020-11-03T23:10:29.786Z] #18 59.78 Setting up xfsprogs (4.20.0-1) ... [2020-11-03T23:10:29.786Z] #18 59.79 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-03T23:10:30.050Z] #18 60.13 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-03T23:10:31.003Z] #18 60.91 Setting up python3-distutils (3.7.3-1) ... [2020-11-03T23:10:31.003Z] #18 61.28 Setting up python3-setuptools (40.8.0-1) ... [2020-11-03T23:10:31.082Z] #18 14.94 Reading package lists... [2020-11-03T23:10:31.082Z] #18 ... [2020-11-03T23:10:31.082Z] [2020-11-03T23:10:31.082Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:10:31.082Z] #41 71.55 LINK criu/pie/restorer.built-in.o [2020-11-03T23:10:31.082Z] #41 71.57 GEN criu/pie/restorer-blob.h [2020-11-03T23:10:31.082Z] #41 71.71 DEP criu/vdso.d [2020-11-03T23:10:31.082Z] #41 72.01 DEP criu/vdso-compat.d [2020-11-03T23:10:31.082Z] #41 72.22 DEP criu/uts_ns.d [2020-11-03T23:10:31.082Z] #41 72.45 DEP criu/util.d [2020-11-03T23:10:31.082Z] #41 72.62 DEP criu/uffd.d [2020-11-03T23:10:31.082Z] #41 72.88 DEP criu/tun.d [2020-11-03T23:10:31.082Z] #41 73.02 DEP criu/tty.d [2020-11-03T23:10:31.082Z] #41 73.23 DEP criu/timerfd.d [2020-11-03T23:10:31.082Z] #41 73.38 DEP criu/timens.d [2020-11-03T23:10:31.082Z] #41 73.62 DEP criu/sysfs_parse.d [2020-11-03T23:10:31.082Z] #41 73.78 DEP criu/sysctl.d [2020-11-03T23:10:31.082Z] #41 73.99 DEP criu/string.d [2020-11-03T23:10:31.082Z] #41 74.05 DEP criu/stats.d [2020-11-03T23:10:31.082Z] #41 74.21 DEP criu/sockets.d [2020-11-03T23:10:31.082Z] #41 74.41 DEP criu/sk-unix.d [2020-11-03T23:10:31.082Z] #41 74.58 DEP criu/sk-tcp.d [2020-11-03T23:10:31.082Z] #41 74.73 DEP criu/sk-queue.d [2020-11-03T23:10:31.082Z] #41 74.96 DEP criu/sk-packet.d [2020-11-03T23:10:31.082Z] #41 75.15 DEP criu/sk-netlink.d [2020-11-03T23:10:31.082Z] #41 75.32 DEP criu/sk-inet.d [2020-11-03T23:10:31.082Z] #41 75.60 DEP criu/signalfd.d [2020-11-03T23:10:31.082Z] #41 75.80 DEP criu/sigframe.d [2020-11-03T23:10:31.082Z] #41 75.90 DEP criu/shmem.d [2020-11-03T23:10:31.082Z] #41 76.04 DEP criu/servicefd.d [2020-11-03T23:10:31.246Z] ok github.com/docker/docker/pkg/signal 2.331s coverage: 61.0% of statements [2020-11-03T23:10:31.341Z] #41 76.21 DEP criu/seize.d [2020-11-03T23:10:31.341Z] #41 76.40 DEP criu/seccomp.d [2020-11-03T23:10:31.539Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-11-03T23:10:31.601Z] #41 76.57 DEP criu/rst-malloc.d [2020-11-03T23:10:31.601Z] #41 76.63 DEP criu/rbtree.d [2020-11-03T23:10:31.601Z] #41 76.67 DEP criu/pstree.d [2020-11-03T23:10:31.814Z] #42 164.7 CC criu/pagemap-cache.o [2020-11-03T23:10:31.814Z] #42 165.0 CC criu/pagemap.o [2020-11-03T23:10:31.830Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-11-03T23:10:31.860Z] #41 76.84 DEP criu/protobuf.d [2020-11-03T23:10:32.119Z] #41 76.97 GEN criu/protobuf-desc-gen.h [2020-11-03T23:10:32.122Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-11-03T23:10:32.220Z] #18 62.28 Setting up python3-pip (18.1-5) ... [2020-11-03T23:10:32.756Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.2% of statements [2020-11-03T23:10:32.877Z] #42 166.2 CC criu/parasite-syscall.o [2020-11-03T23:10:33.048Z] ok github.com/docker/docker/pkg/system 0.052s coverage: 36.9% of statements [2020-11-03T23:10:33.175Z] #18 63.23 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:10:33.175Z] #18 63.26 Processing triggers for mime-support (3.62) ... [2020-11-03T23:10:33.340Z] ok github.com/docker/docker/pkg/tailfile 0.037s coverage: 88.6% of statements [2020-11-03T23:10:33.632Z] ok github.com/docker/docker/pkg/tarsum 0.025s coverage: 89.3% of statements [2020-11-03T23:10:33.754Z] #18 DONE 63.9s [2020-11-03T23:10:33.754Z] [2020-11-03T23:10:33.754Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:10:33.754Z] #41 122.0 CC criu/mem.o [2020-11-03T23:10:33.754Z] #41 123.8 CC criu/memfd.o [2020-11-03T23:10:33.754Z] #41 124.2 CC criu/mount.o [2020-11-03T23:10:33.754Z] #41 127.1 CC criu/namespaces.o [2020-11-03T23:10:33.754Z] #41 128.6 CC criu/net.o [2020-11-03T23:10:33.754Z] #41 ... [2020-11-03T23:10:33.754Z] [2020-11-03T23:10:33.754Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-03T23:10:33.925Z] testing: warning: no tests to run [2020-11-03T23:10:33.925Z] coverage: [no statements] [2020-11-03T23:10:33.925Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-11-03T23:10:33.939Z] #42 167.3 CC criu/path.o [2020-11-03T23:10:34.025Z] #41 78.65 DEP criu/protobuf-desc.d [2020-11-03T23:10:34.025Z] #41 78.76 DEP criu/proc_parse.d [2020-11-03T23:10:34.025Z] #41 78.94 DEP criu/plugin.d [2020-11-03T23:10:34.025Z] #41 ... [2020-11-03T23:10:34.025Z] [2020-11-03T23:10:34.025Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:10:34.025Z] #43 157.8 github.com/LK4D4/vndr/godl [2020-11-03T23:10:34.025Z] #43 158.7 github.com/LK4D4/vndr [2020-11-03T23:10:34.025Z] #43 ... [2020-11-03T23:10:34.025Z] [2020-11-03T23:10:34.025Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:10:34.025Z] #41 79.03 DEP criu/pipes.d [2020-11-03T23:10:34.219Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-11-03T23:10:34.284Z] #41 79.26 DEP criu/pie-util.d [2020-11-03T23:10:34.284Z] #41 79.38 DEP criu/pie-util-vdso.d [2020-11-03T23:10:34.511Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-11-03T23:10:34.511Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-11-03T23:10:34.544Z] #41 79.52 DEP criu/pie-util-vdso-elf32.d [2020-11-03T23:10:34.586Z] #42 167.7 CC criu/pie-util-vdso.o [2020-11-03T23:10:34.803Z] #41 79.66 DEP criu/path.d [2020-11-03T23:10:34.803Z] #41 79.77 DEP criu/parasite-syscall.d [2020-11-03T23:10:34.886Z] #42 168.3 CC criu/pie-util.o [2020-11-03T23:10:35.062Z] #41 79.93 DEP criu/pagemap.d [2020-11-03T23:10:35.063Z] #41 80.09 DEP criu/pagemap-cache.d [2020-11-03T23:10:35.186Z] #42 168.5 CC criu/pipes.o [2020-11-03T23:10:35.322Z] #41 ... [2020-11-03T23:10:35.322Z] [2020-11-03T23:10:35.322Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:10:35.322Z] #43 DONE 169.1s [2020-11-03T23:10:35.322Z] [2020-11-03T23:10:35.322Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:10:35.322Z] #41 80.32 DEP criu/page-xfer.d [2020-11-03T23:10:35.584Z] #41 80.54 DEP criu/page-pipe.d [2020-11-03T23:10:35.610Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-03T23:10:35.685Z] #19 1.504 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-03T23:10:35.686Z] #19 1.509 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-03T23:10:35.686Z] #19 1.513 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-03T23:10:35.686Z] #19 DONE 1.7s [2020-11-03T23:10:35.686Z] [2020-11-03T23:10:35.686Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-03T23:10:35.843Z] #41 80.78 DEP criu/netfilter.d [2020-11-03T23:10:36.020Z] ok github.com/docker/docker/plugin 0.549s coverage: 23.2% of statements [2020-11-03T23:10:36.102Z] #41 80.95 DEP criu/net.d [2020-11-03T23:10:36.250Z] #42 169.4 CC criu/plugin.o [2020-11-03T23:10:36.360Z] #41 81.33 DEP criu/namespaces.d [2020-11-03T23:10:36.620Z] #41 81.50 DEP criu/mount.d [2020-11-03T23:10:36.620Z] #41 81.71 DEP criu/memfd.d [2020-11-03T23:10:36.654Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-11-03T23:10:36.880Z] #41 81.89 DEP criu/mem.d [2020-11-03T23:10:36.899Z] #42 170.1 CC criu/proc_parse.o [2020-11-03T23:10:36.946Z] ok github.com/docker/docker/profiles/seccomp 0.006s coverage: 86.4% of statements [2020-11-03T23:10:37.139Z] #41 82.05 DEP criu/lsm.d [2020-11-03T23:10:37.139Z] #41 82.19 DEP criu/log.d [2020-11-03T23:10:37.139Z] #41 82.29 DEP criu/libnetlink.d [2020-11-03T23:10:37.199Z] #42 ... [2020-11-03T23:10:37.199Z] [2020-11-03T23:10:37.199Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:10:37.199Z] #52 125.8 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-03T23:10:37.398Z] #41 82.37 DEP criu/kerndat.d [2020-11-03T23:10:37.398Z] #41 82.52 DEP criu/kcmp-ids.d [2020-11-03T23:10:37.657Z] #41 82.65 DEP criu/irmap.d [2020-11-03T23:10:37.917Z] #41 82.83 DEP criu/ipc_ns.d [2020-11-03T23:10:37.917Z] #41 82.99 DEP criu/image.d [2020-11-03T23:10:38.177Z] #41 83.13 DEP criu/image-desc.d [2020-11-03T23:10:38.177Z] #41 83.21 DEP criu/fsnotify.d [2020-11-03T23:10:38.436Z] #41 83.34 DEP criu/filesystems.d [2020-11-03T23:10:38.457Z] ok github.com/docker/docker/quota 0.657s coverage: 71.4% of statements [2020-11-03T23:10:38.695Z] #41 83.51 DEP criu/files.d [2020-11-03T23:10:38.696Z] #41 83.69 DEP criu/files-reg.d [2020-11-03T23:10:38.749Z] ok github.com/docker/docker/reference 0.004s coverage: 84.4% of statements [2020-11-03T23:10:38.955Z] #41 83.84 DEP criu/files-ext.d [2020-11-03T23:10:38.955Z] #41 83.99 DEP criu/file-lock.d [2020-11-03T23:10:39.215Z] #41 84.16 DEP criu/file-ids.d [2020-11-03T23:10:39.215Z] #41 84.27 DEP criu/fifo.d [2020-11-03T23:10:39.215Z] #41 84.40 DEP criu/fdstore.d [2020-11-03T23:10:39.474Z] #41 84.47 DEP criu/fault-injection.d [2020-11-03T23:10:39.474Z] #41 84.51 DEP criu/external.d [2020-11-03T23:10:39.474Z] #41 84.59 DEP criu/eventpoll.d [2020-11-03T23:10:39.734Z] #41 84.73 DEP criu/eventfd.d [2020-11-03T23:10:39.784Z] ok github.com/docker/docker/registry 0.083s coverage: 56.8% of statements [2020-11-03T23:10:39.918Z] #20 4.091 Collecting yamllint==1.16.0 [2020-11-03T23:10:39.993Z] #41 84.84 DEP criu/crtools.d [2020-11-03T23:10:39.993Z] #41 85.00 DEP criu/cr-service.d [2020-11-03T23:10:39.997Z] #52 128.0 + mkdir -p /build [2020-11-03T23:10:39.997Z] #52 128.0 + cp runc /build/runc [2020-11-03T23:10:39.997Z] #52 DONE 128.1s [2020-11-03T23:10:39.997Z] [2020-11-03T23:10:39.997Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:10:39.997Z] #39 235.3 + dpkg --print-architecture [2020-11-03T23:10:39.997Z] #39 235.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-03T23:10:39.997Z] #39 235.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-03T23:10:39.997Z] #39 235.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-03T23:10:40.252Z] #41 85.13 DEP criu/cr-restore.d [2020-11-03T23:10:40.418Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2020-11-03T23:10:40.418Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-11-03T23:10:40.511Z] #41 85.36 DEP criu/cr-errno.d [2020-11-03T23:10:40.511Z] #41 85.38 DEP criu/cr-dump.d [2020-11-03T23:10:40.511Z] #41 85.58 DEP criu/cr-dedup.d [2020-11-03T23:10:40.771Z] #41 85.74 DEP criu/cr-check.d [2020-11-03T23:10:40.771Z] #41 85.94 DEP criu/config.d [2020-11-03T23:10:41.030Z] #41 86.11 DEP criu/clone-noasan.d [2020-11-03T23:10:41.051Z] ok github.com/docker/docker/runconfig 0.006s coverage: 66.1% of statements [2020-11-03T23:10:41.051Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-11-03T23:10:41.290Z] #41 86.22 DEP criu/cgroup.d [2020-11-03T23:10:41.290Z] #41 86.36 DEP criu/cgroup-props.d [2020-11-03T23:10:41.290Z] #41 86.45 DEP criu/bitmap.d [2020-11-03T23:10:41.290Z] #41 86.46 DEP criu/bfd.d [2020-11-03T23:10:41.314Z] #20 ... [2020-11-03T23:10:41.314Z] [2020-11-03T23:10:41.314Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:10:41.314Z] #41 131.2 CC criu/netfilter.o [2020-11-03T23:10:41.314Z] #41 131.5 CC criu/page-pipe.o [2020-11-03T23:10:41.314Z] #41 132.0 CC criu/page-xfer.o [2020-11-03T23:10:41.314Z] #41 133.3 CC criu/pagemap-cache.o [2020-11-03T23:10:41.314Z] #41 133.6 CC criu/pagemap.o [2020-11-03T23:10:41.314Z] #41 134.3 CC criu/parasite-syscall.o [2020-11-03T23:10:41.314Z] #41 134.9 CC criu/path.o [2020-11-03T23:10:41.314Z] #41 135.1 CC criu/pie-util-vdso.o [2020-11-03T23:10:41.314Z] #41 135.4 CC criu/pie-util.o [2020-11-03T23:10:41.314Z] #41 135.5 CC criu/pipes.o [2020-11-03T23:10:41.314Z] #41 136.0 CC criu/plugin.o [2020-11-03T23:10:41.314Z] #41 136.3 CC criu/proc_parse.o [2020-11-03T23:10:41.549Z] #41 86.59 DEP criu/autofs.d [2020-11-03T23:10:41.808Z] #41 86.83 DEP criu/aio.d [2020-11-03T23:10:42.067Z] #41 87.07 DEP criu/action-scripts.d [2020-11-03T23:10:42.265Z] #41 ... [2020-11-03T23:10:42.265Z] [2020-11-03T23:10:42.265Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:10:42.265Z] #54 164.0 + bin/containerd [2020-11-03T23:10:42.326Z] #41 87.40 CC criu/action-scripts.o [2020-11-03T23:10:42.893Z] #41 87.86 CC criu/aio.o [2020-11-03T23:10:43.121Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-11-03T23:10:43.462Z] #41 88.36 CC criu/autofs.o [2020-11-03T23:10:43.462Z] #41 ... [2020-11-03T23:10:43.462Z] [2020-11-03T23:10:43.462Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:10:43.462Z] #18 14.94 Reading package lists... [2020-11-03T23:10:43.462Z] #18 18.89 Building dependency tree... [2020-11-03T23:10:43.462Z] #18 20.85 libcap2-bin is already the newest version (1:2.25-2). [2020-11-03T23:10:43.462Z] #18 20.85 The following additional packages will be installed: [2020-11-03T23:10:43.462Z] #18 20.89 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-03T23:10:43.462Z] #18 20.89 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-03T23:10:43.462Z] #18 20.91 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-03T23:10:43.462Z] #18 20.91 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-03T23:10:43.462Z] #18 20.91 python3.7 python3.7-minimal vim-runtime xxd [2020-11-03T23:10:43.462Z] #18 20.91 Suggested packages: [2020-11-03T23:10:43.462Z] #18 20.91 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-03T23:10:43.462Z] #18 20.91 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-03T23:10:43.462Z] #18 20.91 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-03T23:10:43.462Z] #18 20.91 Recommended packages: [2020-11-03T23:10:43.462Z] #18 20.91 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-03T23:10:43.462Z] #18 20.91 python3-keyrings.alt python3-xdg unzip [2020-11-03T23:10:43.462Z] #18 23.13 The following NEW packages will be installed: [2020-11-03T23:10:43.462Z] #18 23.13 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-03T23:10:43.462Z] #18 23.13 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-03T23:10:43.462Z] #18 23.14 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-03T23:10:43.462Z] #18 23.14 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-03T23:10:43.462Z] #18 23.14 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-03T23:10:43.462Z] #18 23.14 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-03T23:10:43.462Z] #18 23.14 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-03T23:10:43.462Z] #18 23.14 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-03T23:10:43.462Z] #18 23.14 xz-utils zip [2020-11-03T23:10:43.462Z] #18 23.46 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-03T23:10:43.462Z] #18 23.46 Need to get 28.5 MB of archives. [2020-11-03T23:10:43.462Z] #18 23.46 After this operation, 116 MB of additional disk space will be used. [2020-11-03T23:10:43.462Z] #18 23.46 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-11-03T23:10:43.462Z] #18 23.46 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-03T23:10:43.462Z] #18 23.48 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-03T23:10:43.462Z] #18 23.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-03T23:10:43.462Z] #18 23.59 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-11-03T23:10:43.462Z] #18 23.59 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-03T23:10:43.462Z] #18 23.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-03T23:10:43.462Z] #18 23.72 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-11-03T23:10:43.462Z] #18 23.72 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-11-03T23:10:43.462Z] #18 23.73 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-11-03T23:10:43.462Z] #18 23.73 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-11-03T23:10:43.462Z] #18 23.75 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-11-03T23:10:43.462Z] #18 23.76 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-11-03T23:10:43.462Z] #18 23.76 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-11-03T23:10:43.462Z] #18 23.77 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-11-03T23:10:43.462Z] #18 23.77 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-11-03T23:10:43.462Z] #18 23.79 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-03T23:10:43.462Z] #18 23.80 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-03T23:10:43.462Z] #18 23.81 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-11-03T23:10:43.462Z] #18 23.83 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-03T23:10:43.462Z] #18 23.83 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-11-03T23:10:43.462Z] #18 23.84 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-11-03T23:10:43.462Z] #18 23.87 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-11-03T23:10:43.462Z] #18 23.88 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-03T23:10:43.462Z] #18 23.89 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-03T23:10:43.462Z] #18 23.90 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-03T23:10:43.462Z] #18 23.91 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-11-03T23:10:43.462Z] #18 23.91 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-11-03T23:10:43.462Z] #18 23.91 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-03T23:10:43.462Z] #18 24.38 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-03T23:10:43.462Z] #18 24.38 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-03T23:10:43.462Z] #18 24.39 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-03T23:10:43.462Z] #18 24.39 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-11-03T23:10:43.462Z] #18 24.39 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-11-03T23:10:43.462Z] #18 24.40 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-11-03T23:10:43.462Z] #18 24.46 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-03T23:10:43.462Z] #18 24.46 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-11-03T23:10:43.462Z] #18 24.47 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-11-03T23:10:43.462Z] #18 24.48 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-03T23:10:43.462Z] #18 24.49 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-11-03T23:10:43.462Z] #18 24.51 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-03T23:10:43.462Z] #18 24.51 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-11-03T23:10:43.462Z] #18 24.57 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-03T23:10:43.462Z] #18 24.60 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-11-03T23:10:43.462Z] #18 24.61 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-03T23:10:43.462Z] #18 24.87 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-11-03T23:10:43.462Z] #18 24.91 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-11-03T23:10:43.462Z] #18 24.96 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-11-03T23:10:43.462Z] #18 25.57 debconf: delaying package configuration, since apt-utils is not installed [2020-11-03T23:10:43.462Z] #18 25.69 Fetched 28.5 MB in 2s (16.0 MB/s) [2020-11-03T23:10:43.462Z] #18 25.76 Selecting previously unselected package pigz. [2020-11-03T23:10:43.462Z] #18 25.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-11-03T23:10:43.462Z] #18 25.83 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-11-03T23:10:43.462Z] #18 25.84 Unpacking pigz (2.4-1) ... [2020-11-03T23:10:43.462Z] #18 25.95 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-11-03T23:10:43.462Z] #18 25.95 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-03T23:10:43.462Z] #18 25.96 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-03T23:10:43.462Z] #18 26.46 Selecting previously unselected package python3.7-minimal. [2020-11-03T23:10:43.462Z] #18 26.46 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-03T23:10:43.462Z] #18 26.48 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-03T23:10:43.462Z] #18 27.46 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-03T23:10:43.462Z] #18 27.49 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-03T23:10:44.157Z] ok github.com/docker/docker/volume/local 0.300s coverage: 76.6% of statements [2020-11-03T23:10:44.401Z] [2020-11-03T23:10:44.401Z] #18 ... [2020-11-03T23:10:44.401Z] [2020-11-03T23:10:44.401Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-03T23:10:44.401Z] #30 DONE 178.1s [2020-11-03T23:10:44.401Z] [2020-11-03T23:10:44.401Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:10:44.401Z] #18 29.73 Selecting previously unselected package python3-minimal. [2020-11-03T23:10:44.401Z] #18 29.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2020-11-03T23:10:44.401Z] #18 29.82 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-11-03T23:10:44.401Z] #18 29.83 Unpacking python3-minimal (3.7.3-1) ... [2020-11-03T23:10:44.449Z] ok github.com/docker/docker/volume/mounts 0.016s coverage: 67.0% of statements [2020-11-03T23:10:44.564Z] sha256:66a48c2bd174e379047ec226d0d5c7dd0f187d2317f8274c017013723066916d [2020-11-03T23:10:44.564Z] INFO: Starting docker-py tests... [2020-11-03T23:10:44.564Z] ============================= test session starts ============================== [2020-11-03T23:10:44.564Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 [2020-11-03T23:10:44.564Z] rootdir: /src, inifile: pytest.ini [2020-11-03T23:10:44.564Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-11-03T23:10:44.662Z] #18 30.02 Selecting previously unselected package libmpdec2:amd64. [2020-11-03T23:10:44.662Z] #18 30.02 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-11-03T23:10:44.662Z] #18 30.07 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-11-03T23:10:44.922Z] #18 30.30 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-11-03T23:10:44.922Z] #18 30.30 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-11-03T23:10:44.922Z] #18 30.34 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-03T23:10:45.132Z] collected 389 items / 1 deselected / 388 selected [2020-11-03T23:10:45.132Z] [2020-11-03T23:10:45.485Z] ok github.com/docker/docker/volume/service 0.008s coverage: 73.1% of statements [2020-11-03T23:10:46.303Z] #18 31.73 Selecting previously unselected package python3.7. [2020-11-03T23:10:46.303Z] #18 31.73 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-11-03T23:10:46.303Z] #18 31.74 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-03T23:10:46.303Z] #18 31.85 Selecting previously unselected package libpython3-stdlib:amd64. [2020-11-03T23:10:46.562Z] #18 31.85 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-11-03T23:10:46.562Z] #18 31.86 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-03T23:10:46.562Z] #18 32.00 Setting up python3-minimal (3.7.3-1) ... [2020-11-03T23:10:47.501Z] #18 32.95 Selecting previously unselected package python3. [2020-11-03T23:10:47.501Z] #18 32.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-03T23:10:47.592Z] #54 ... [2020-11-03T23:10:47.592Z] [2020-11-03T23:10:47.592Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-03T23:10:47.592Z] #20 9.418 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-03T23:10:47.592Z] #20 9.500 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-03T23:10:47.592Z] #20 9.542 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-11-03T23:10:47.592Z] #20 9.596 Collecting pyyaml (from yamllint==1.16.0) [2020-11-03T23:10:47.592Z] #20 9.728 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-03T23:10:47.592Z] #20 10.83 Building wheels for collected packages: pyyaml [2020-11-03T23:10:47.592Z] #20 10.83 Running setup.py bdist_wheel for pyyaml: started [2020-11-03T23:10:47.592Z] #20 11.58 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-03T23:10:47.592Z] #20 11.58 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-03T23:10:47.592Z] #20 11.68 Successfully built pyyaml [2020-11-03T23:10:47.592Z] #20 11.70 Installing collected packages: pathspec, pyyaml, yamllint [2020-11-03T23:10:47.592Z] #20 11.97 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-03T23:10:47.760Z] #18 33.00 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-11-03T23:10:47.760Z] #18 33.01 Unpacking python3 (3.7.3-1) ... [2020-11-03T23:10:47.760Z] #18 33.11 Selecting previously unselected package libip4tc0:amd64. [2020-11-03T23:10:47.760Z] #18 33.11 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-11-03T23:10:47.760Z] #18 33.12 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-11-03T23:10:47.760Z] #18 33.19 Selecting previously unselected package libip6tc0:amd64. [2020-11-03T23:10:47.760Z] #18 33.20 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-11-03T23:10:47.760Z] #18 33.20 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-11-03T23:10:48.020Z] #18 33.29 Selecting previously unselected package libiptc0:amd64. [2020-11-03T23:10:48.020Z] #18 33.29 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-11-03T23:10:48.020Z] #18 33.30 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-11-03T23:10:48.020Z] #18 33.37 Selecting previously unselected package libnfnetlink0:amd64. [2020-11-03T23:10:48.020Z] #18 33.40 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-11-03T23:10:48.020Z] #18 33.40 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-03T23:10:48.020Z] #18 33.46 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-11-03T23:10:48.020Z] #18 33.46 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-11-03T23:10:48.020Z] #18 33.46 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-03T23:10:48.279Z] #18 33.53 Selecting previously unselected package libnftnl11:amd64. [2020-11-03T23:10:48.279Z] #18 33.53 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-11-03T23:10:48.279Z] #18 33.54 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-11-03T23:10:48.279Z] #18 33.61 Selecting previously unselected package iptables. [2020-11-03T23:10:48.279Z] #18 33.62 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-11-03T23:10:48.279Z] #18 33.62 Unpacking iptables (1.8.2-4) ... [2020-11-03T23:10:48.538Z] #18 33.93 Selecting previously unselected package xxd. [2020-11-03T23:10:48.538Z] #18 33.93 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-03T23:10:48.538Z] #18 33.94 Unpacking xxd (2:8.1.0875-5) ... [2020-11-03T23:10:48.538Z] #18 34.07 Selecting previously unselected package vim-common. [2020-11-03T23:10:48.545Z] #20 DONE 12.9s [2020-11-03T23:10:48.545Z] [2020-11-03T23:10:48.545Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:10:48.545Z] #41 138.1 CC criu/protobuf-desc.o [2020-11-03T23:10:48.545Z] #41 138.8 CC criu/protobuf.o [2020-11-03T23:10:48.545Z] #41 139.1 CC criu/pstree.o [2020-11-03T23:10:48.545Z] #41 140.0 CC criu/rbtree.o [2020-11-03T23:10:48.545Z] #41 140.3 CC criu/rst-malloc.o [2020-11-03T23:10:48.545Z] #41 140.5 CC criu/seccomp.o [2020-11-03T23:10:48.545Z] #41 141.1 CC criu/seize.o [2020-11-03T23:10:48.545Z] #41 141.9 CC criu/servicefd.o [2020-11-03T23:10:48.545Z] #41 142.3 CC criu/shmem.o [2020-11-03T23:10:48.545Z] #41 143.1 CC criu/sigframe.o [2020-11-03T23:10:48.545Z] #41 143.2 CC criu/signalfd.o [2020-11-03T23:10:48.545Z] #41 143.5 CC criu/sk-inet.o [2020-11-03T23:10:48.798Z] #18 34.08 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-03T23:10:48.798Z] #18 34.13 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-03T23:10:49.057Z] #18 34.40 Selecting previously unselected package bash-completion. [2020-11-03T23:10:49.057Z] #18 34.40 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-03T23:10:49.496Z] #41 144.3 CC criu/sk-netlink.o [2020-11-03T23:10:49.760Z] #41 144.7 CC criu/sk-packet.o [2020-11-03T23:10:50.338Z] #41 145.1 CC criu/sk-queue.o [2020-11-03T23:10:50.483Z] #39 ... [2020-11-03T23:10:50.483Z] [2020-11-03T23:10:50.483Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:10:50.483Z] #42 174.9 CC criu/protobuf-desc.o [2020-11-03T23:10:50.483Z] #42 176.0 CC criu/protobuf.o [2020-11-03T23:10:50.483Z] #42 176.5 CC criu/pstree.o [2020-11-03T23:10:50.483Z] #42 177.8 CC criu/rbtree.o [2020-11-03T23:10:50.483Z] #42 178.2 CC criu/rst-malloc.o [2020-11-03T23:10:50.483Z] #42 178.5 CC criu/seccomp.o [2020-11-03T23:10:50.483Z] #42 179.3 CC criu/seize.o [2020-11-03T23:10:50.483Z] #42 180.4 CC criu/servicefd.o [2020-11-03T23:10:50.483Z] #42 180.9 CC criu/shmem.o [2020-11-03T23:10:50.483Z] #42 182.0 CC criu/sigframe.o [2020-11-03T23:10:50.483Z] #42 182.2 CC criu/signalfd.o [2020-11-03T23:10:50.483Z] #42 182.5 CC criu/sk-inet.o [2020-11-03T23:10:50.483Z] #42 183.7 CC criu/sk-netlink.o [2020-11-03T23:10:50.622Z] #41 145.5 CC criu/sk-tcp.o [2020-11-03T23:10:51.131Z] #42 184.2 CC criu/sk-packet.o [2020-11-03T23:10:51.232Z] #41 145.9 CC criu/sk-unix.o [2020-11-03T23:10:51.432Z] #42 184.9 CC criu/sk-queue.o [2020-11-03T23:10:51.596Z] #18 37.05 Unpacking bash-completion (1:2.8-6) ... [2020-11-03T23:10:52.081Z] #42 185.4 CC criu/sk-tcp.o [2020-11-03T23:10:52.165Z] #18 37.40 Selecting previously unselected package bzip2. [2020-11-03T23:10:52.165Z] #18 37.41 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-11-03T23:10:52.165Z] #18 37.41 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-03T23:10:52.165Z] #18 37.51 Selecting previously unselected package xz-utils. [2020-11-03T23:10:52.165Z] #18 37.52 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-11-03T23:10:52.165Z] #18 37.53 Unpacking xz-utils (5.2.4-1) ... [2020-11-03T23:10:52.424Z] #18 37.69 Selecting previously unselected package apparmor. [2020-11-03T23:10:52.424Z] #18 37.69 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-11-03T23:10:52.424Z] #18 37.79 Unpacking apparmor (2.13.2-10) ... [2020-11-03T23:10:52.672Z] #41 147.5 CC criu/sockets.o [2020-11-03T23:10:52.683Z] #18 38.14 Selecting previously unselected package aufs-tools. [2020-11-03T23:10:52.683Z] #18 38.14 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-11-03T23:10:52.683Z] #18 38.15 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-03T23:10:52.731Z] #42 186.0 CC criu/sk-unix.o [2020-11-03T23:10:52.942Z] #18 38.26 Selecting previously unselected package libonig5:amd64. [2020-11-03T23:10:52.942Z] #18 38.26 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-11-03T23:10:52.942Z] #18 38.26 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-03T23:10:52.942Z] #18 38.40 Selecting previously unselected package libjq1:amd64. [2020-11-03T23:10:52.942Z] #18 38.41 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-03T23:10:52.942Z] #18 38.43 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-03T23:10:53.202Z] #18 38.54 Selecting previously unselected package jq. [2020-11-03T23:10:53.202Z] #18 38.55 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-03T23:10:53.202Z] #18 38.56 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-03T23:10:53.202Z] #18 38.63 Selecting previously unselected package libaio1:amd64. [2020-11-03T23:10:53.202Z] #18 38.63 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-11-03T23:10:53.202Z] #18 38.63 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-11-03T23:10:53.202Z] #18 38.70 Selecting previously unselected package libgpm2:amd64. [2020-11-03T23:10:53.202Z] #18 38.71 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-11-03T23:10:53.202Z] #18 38.71 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-11-03T23:10:53.246Z] #41 148.2 CC criu/stats.o [2020-11-03T23:10:53.462Z] #18 38.80 Selecting previously unselected package libicu63:amd64. [2020-11-03T23:10:53.462Z] #18 38.81 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-03T23:10:53.462Z] #18 38.81 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-03T23:10:53.513Z] #41 148.5 CC criu/string.o [2020-11-03T23:10:53.513Z] #41 148.5 CC criu/sysctl.o [2020-11-03T23:10:54.465Z] #41 149.1 CC criu/sysfs_parse.o [2020-11-03T23:10:54.465Z] #41 149.4 CC criu/timens.o [2020-11-03T23:10:54.729Z] #41 149.6 CC criu/timerfd.o [2020-11-03T23:10:54.843Z] #42 188.2 CC criu/sockets.o [2020-11-03T23:10:54.994Z] #41 149.9 CC criu/tty.o [2020-11-03T23:10:55.998Z] #18 ... [2020-11-03T23:10:55.998Z] [2020-11-03T23:10:55.998Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:10:55.998Z] #41 90.59 CC criu/bfd.o [2020-11-03T23:10:55.998Z] #41 91.21 CC criu/bitmap.o [2020-11-03T23:10:55.998Z] #41 91.38 CC criu/cgroup-props.o [2020-11-03T23:10:55.998Z] #41 92.09 CC criu/cgroup.o [2020-11-03T23:10:55.998Z] #41 94.74 CC criu/clone-noasan.o [2020-11-03T23:10:55.998Z] #41 95.02 CC criu/config.o [2020-11-03T23:10:55.998Z] #41 96.48 CC criu/cr-check.o [2020-11-03T23:10:55.998Z] #41 98.14 CC criu/cr-dedup.o [2020-11-03T23:10:55.998Z] #41 98.47 CC criu/cr-dump.o [2020-11-03T23:10:55.998Z] #41 100.7 CC criu/cr-errno.o [2020-11-03T23:10:55.998Z] #41 100.8 CC criu/cr-restore.o [2020-11-03T23:10:56.385Z] #42 189.3 CC criu/stats.o [2020-11-03T23:10:56.385Z] #42 189.8 CC criu/string.o [2020-11-03T23:10:56.684Z] #42 189.9 CC criu/sysctl.o [2020-11-03T23:10:56.925Z] #41 151.5 CC criu/tun.o [2020-11-03T23:10:56.925Z] #41 151.9 CC criu/uffd.o [2020-11-03T23:10:56.935Z] #41 ... [2020-11-03T23:10:56.935Z] [2020-11-03T23:10:56.935Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:10:56.935Z] #18 42.33 Selecting previously unselected package libnet1:amd64. [2020-11-03T23:10:56.935Z] #18 42.34 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-03T23:10:56.935Z] #18 42.35 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-03T23:10:56.935Z] #18 42.44 Selecting previously unselected package libnl-3-200:amd64. [2020-11-03T23:10:56.935Z] #18 42.45 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-03T23:10:57.189Z] #41 ... [2020-11-03T23:10:57.189Z] [2020-11-03T23:10:57.189Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:10:57.189Z] #22 218.8 + return [2020-11-03T23:10:57.194Z] #18 42.45 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-03T23:10:57.194Z] #18 42.55 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-03T23:10:57.194Z] #18 42.56 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-03T23:10:57.194Z] #18 42.58 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-03T23:10:57.194Z] #18 42.65 Selecting previously unselected package libreadline5:amd64. [2020-11-03T23:10:57.194Z] #18 42.65 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-11-03T23:10:57.194Z] #18 42.66 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-03T23:10:57.194Z] #18 42.79 Selecting previously unselected package net-tools. [2020-11-03T23:10:57.334Z] #42 190.7 CC criu/sysfs_parse.o [2020-11-03T23:10:57.453Z] #18 42.80 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-11-03T23:10:57.454Z] #18 42.84 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-03T23:10:57.634Z] #42 191.1 CC criu/timens.o [2020-11-03T23:10:57.712Z] #18 43.03 Selecting previously unselected package python-pip-whl. [2020-11-03T23:10:57.713Z] #18 43.05 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-03T23:10:57.713Z] #18 43.06 Unpacking python-pip-whl (18.1-5) ... [2020-11-03T23:10:58.281Z] #18 43.60 Selecting previously unselected package python3-lib2to3. [2020-11-03T23:10:58.281Z] #18 43.60 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-03T23:10:58.281Z] #18 43.60 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-03T23:10:58.281Z] #18 43.72 Selecting previously unselected package python3-distutils. [2020-11-03T23:10:58.281Z] #18 43.74 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-03T23:10:58.281Z] #18 43.74 Unpacking python3-distutils (3.7.3-1) ... [2020-11-03T23:10:58.282Z] #42 191.4 CC criu/timerfd.o [2020-11-03T23:10:58.543Z] #18 43.88 Selecting previously unselected package python3-pip. [2020-11-03T23:10:58.543Z] #18 43.90 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-03T23:10:58.543Z] #18 43.91 Unpacking python3-pip (18.1-5) ... [2020-11-03T23:10:58.583Z] #42 191.9 CC criu/tty.o [2020-11-03T23:10:58.584Z] #22 DONE 220.1s [2020-11-03T23:10:58.584Z] [2020-11-03T23:10:58.584Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:10:58.584Z] #41 153.0 CC criu/util.o [2020-11-03T23:10:58.802Z] #18 44.10 Selecting previously unselected package python3-pkg-resources. [2020-11-03T23:10:58.802Z] #18 44.10 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-03T23:10:58.802Z] #18 44.11 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-03T23:10:58.802Z] #18 44.25 Selecting previously unselected package python3-setuptools. [2020-11-03T23:10:58.802Z] #18 44.27 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-03T23:10:59.062Z] #18 44.27 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-03T23:10:59.062Z] #18 44.49 Selecting previously unselected package python3-wheel. [2020-11-03T23:10:59.062Z] #18 44.49 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-03T23:10:59.062Z] #18 44.49 Unpacking python3-wheel (0.32.3-2) ... [2020-11-03T23:10:59.160Z] #41 154.1 CC criu/uts_ns.o [2020-11-03T23:10:59.322Z] #18 44.57 Selecting previously unselected package sudo. [2020-11-03T23:10:59.322Z] #18 44.58 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-11-03T23:10:59.322Z] #18 44.58 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-03T23:10:59.424Z] #41 154.3 CC criu/vdso.o [2020-11-03T23:10:59.583Z] #18 45.06 Selecting previously unselected package thin-provisioning-tools. [2020-11-03T23:10:59.583Z] #18 45.08 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-11-03T23:10:59.583Z] #18 45.08 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-03T23:11:00.003Z] #41 154.9 LINK criu/built-in.o [2020-11-03T23:11:00.150Z] #18 45.33 Selecting previously unselected package uidmap. [2020-11-03T23:11:00.150Z] #18 45.34 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-11-03T23:11:00.150Z] #18 45.35 Unpacking uidmap (1:4.5-1.1) ... [2020-11-03T23:11:00.150Z] #18 45.52 Selecting previously unselected package vim-runtime. [2020-11-03T23:11:00.150Z] #18 45.53 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-03T23:11:00.150Z] #18 45.58 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-03T23:11:00.150Z] #18 45.60 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-03T23:11:00.150Z] #18 45.60 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-03T23:11:00.267Z] #41 155.0 LINK criu/criu [2020-11-03T23:11:00.532Z] #41 155.5 DEP lib/c/criu.d [2020-11-03T23:11:00.532Z] #41 155.5 CC images/rpc.pb-c.o [2020-11-03T23:11:00.830Z] ok github.com/docker/docker/pkg/plugins 33.620s coverage: 76.6% of statements [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/rootless [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/volume [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-03T23:11:00.830Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === Skipped [2020-11-03T23:11:00.830Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-03T23:11:00.830Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-03T23:11:00.830Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-03T23:11:00.830Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:11:00.830Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-03T23:11:00.830Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:11:00.830Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-03T23:11:00.830Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:11:00.830Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-03T23:11:00.830Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:11:00.830Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-03T23:11:00.830Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:11:00.830Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-03T23:11:00.830Z] graphtest_unix.go:73: No driver to put! [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-03T23:11:00.830Z] time="2020-11-03T23:09:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:11:00.830Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:11:00.830Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-03T23:11:00.830Z] time="2020-11-03T23:09:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:11:00.830Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:11:00.830Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-03T23:11:00.830Z] time="2020-11-03T23:09:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:11:00.830Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:11:00.830Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-03T23:11:00.830Z] time="2020-11-03T23:09:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:11:00.830Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:11:00.830Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-03T23:11:00.830Z] time="2020-11-03T23:09:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:11:00.830Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:11:00.830Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-03T23:11:00.830Z] graphtest_unix.go:73: No driver to put! [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-03T23:11:00.830Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-03T23:11:00.830Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-03T23:11:00.830Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-03T23:11:00.830Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-03T23:11:00.830Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:11:00.830Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-03T23:11:00.830Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:11:00.830Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-03T23:11:00.830Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:11:00.830Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-03T23:11:00.830Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:11:00.830Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-03T23:11:00.830Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:11:00.830Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:11:00.830Z] [2020-11-03T23:11:00.830Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-03T23:11:00.831Z] graphtest_unix.go:73: No driver to put! [2020-11-03T23:11:00.831Z] [2020-11-03T23:11:00.831Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-03T23:11:00.831Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-03T23:11:00.831Z] [2020-11-03T23:11:00.831Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-03T23:11:00.831Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-03T23:11:00.831Z] [2020-11-03T23:11:00.831Z] [2020-11-03T23:11:00.831Z] DONE 2167 tests, 26 skipped in 187.544s Post stage [Pipeline] junit [2020-11-03T23:11:00.877Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-03T23:11:01.110Z] #41 156.1 CC lib/c/criu.o [2020-11-03T23:11:01.357Z] #42 194.1 CC criu/tun.o [2020-11-03T23:11:01.357Z] #42 194.7 CC criu/uffd.o [2020-11-03T23:11:01.431Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41604/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -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:94bcfbdcb127d303563f72e7cf500179256c8f56 hack/make.sh dynbinary test-integration [2020-11-03T23:11:01.723Z] [2020-11-03T23:11:01.723Z] Removing bundles/ [2020-11-03T23:11:01.723Z] [2020-11-03T23:11:01.723Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-03T23:11:01.723Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-03T23:11:01.723Z] GOOS="" GOARCH="" GOARM="" [2020-11-03T23:11:01.820Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-11-03T23:11:02.060Z] #41 ... [2020-11-03T23:11:02.060Z] [2020-11-03T23:11:02.060Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-03T23:11:02.060Z] #23 DONE 1.1s [2020-11-03T23:11:02.060Z] [2020-11-03T23:11:02.060Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:11:02.060Z] #41 157.0 LINK lib/c/built-in.o [2020-11-03T23:11:02.060Z] #41 157.0 LINK lib/c/libcriu.so [2020-11-03T23:11:02.060Z] #41 157.1 LINK lib/c/libcriu.a [2020-11-03T23:11:02.323Z] #41 157.3 GEN magic.py [2020-11-03T23:11:02.389Z] tests/integration/api_client_test.py ..... [ 7%] [2020-11-03T23:11:02.587Z] #41 157.4 Note: Building without setproctitle() and strlcpy() support. [2020-11-03T23:11:02.587Z] #41 157.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-03T23:11:02.587Z] #41 157.4 Note: Building without GnuTLS support [2020-11-03T23:11:02.587Z] #41 157.4 Makefile.config:39: Warn: you have no libnftables installed [2020-11-03T23:11:02.587Z] #41 157.4 Makefile.config:40: Warn: Building without nftables support [2020-11-03T23:11:02.911Z] #42 196.2 CC criu/util.o [2020-11-03T23:11:03.440Z] #18 48.72 Selecting previously unselected package vim. [2020-11-03T23:11:03.440Z] #18 48.73 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-11-03T23:11:03.440Z] #18 48.76 Unpacking vim (2:8.1.0875-5) ... [2020-11-03T23:11:03.537Z] #41 158.2 fatal: not a git repository (or any of the parent directories): .git [2020-11-03T23:11:03.892Z] tests/integration/api_config_test.py ..... [ 8%] [2020-11-03T23:11:04.009Z] #18 49.33 Selecting previously unselected package xfsprogs. [2020-11-03T23:11:04.009Z] #18 49.35 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-11-03T23:11:04.009Z] #18 49.36 Unpacking xfsprogs (4.20.0-1) ... [2020-11-03T23:11:04.114Z] #41 159.0 make[1]: Nothing to be done for 'all'. [2020-11-03T23:11:04.528Z] #18 49.86 Selecting previously unselected package zip. [2020-11-03T23:11:04.528Z] #18 49.86 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-11-03T23:11:04.528Z] #18 49.87 Unpacking zip (3.0-11+b1) ... [2020-11-03T23:11:04.691Z] #41 159.7 make[1]: 'images/built-in.o' is up to date. [2020-11-03T23:11:04.691Z] #41 159.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-03T23:11:04.787Z] #18 50.13 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-03T23:11:04.787Z] #18 50.15 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-03T23:11:04.787Z] #18 50.16 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-11-03T23:11:04.787Z] #18 50.17 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-03T23:11:04.787Z] #18 50.19 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-11-03T23:11:04.787Z] #18 50.20 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-11-03T23:11:04.787Z] #18 50.22 Setting up uidmap (1:4.5-1.1) ... [2020-11-03T23:11:04.787Z] #18 50.23 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-11-03T23:11:04.787Z] #18 50.24 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-03T23:11:04.787Z] #18 50.26 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-03T23:11:04.787Z] #18 50.27 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-03T23:11:04.787Z] #18 50.28 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-03T23:11:04.787Z] #18 50.30 Setting up xxd (2:8.1.0875-5) ... [2020-11-03T23:11:04.787Z] #18 50.31 Setting up zip (3.0-11+b1) ... [2020-11-03T23:11:04.787Z] #18 50.33 Setting up vim-common (2:8.1.0875-5) ... [2020-11-03T23:11:04.954Z] #41 159.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-03T23:11:04.954Z] #41 159.9 make[1]: 'compel/libcompel.a' is up to date. [2020-11-03T23:11:04.954Z] #41 159.9 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-03T23:11:04.954Z] #41 160.0 make[1]: Nothing to be done for 'all'. [2020-11-03T23:11:05.023Z] #42 198.0 CC criu/uts_ns.o [2020-11-03T23:11:05.023Z] #42 198.3 CC criu/vdso.o [2020-11-03T23:11:05.046Z] #18 50.36 Setting up bash-completion (1:2.8-6) ... [2020-11-03T23:11:05.217Z] #41 160.1 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-03T23:11:05.218Z] #41 160.3 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:05.481Z] #41 160.3 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:05.481Z] #41 160.4 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:05.481Z] #41 160.5 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:05.745Z] #41 160.6 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:05.745Z] #41 160.6 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:05.745Z] #41 160.7 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:06.082Z] #42 199.2 LINK criu/built-in.o [2020-11-03T23:11:06.082Z] #42 199.4 LINK criu/criu [2020-11-03T23:11:06.092Z] #41 160.7 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:06.092Z] #41 160.7 INSTALL criu/criu [2020-11-03T23:11:06.382Z] #42 ... [2020-11-03T23:11:06.382Z] [2020-11-03T23:11:06.382Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:11:06.382Z] #39 DONE 261.9s [2020-11-03T23:11:06.382Z] [2020-11-03T23:11:06.382Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:11:06.695Z] #48 ... [2020-11-03T23:11:06.696Z] [2020-11-03T23:11:06.696Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:11:06.696Z] #42 200.0 DEP lib/c/criu.d [2020-11-03T23:11:07.040Z] #42 200.1 CC images/rpc.pb-c.o [2020-11-03T23:11:08.097Z] #42 201.1 CC lib/c/criu.o [2020-11-03T23:11:08.379Z] #18 53.36 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-11-03T23:11:08.379Z] #18 53.37 Setting up xz-utils (5.2.4-1) ... [2020-11-03T23:11:08.379Z] #18 53.38 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-03T23:11:08.379Z] #18 53.39 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-03T23:11:08.379Z] #18 53.46 invoke-rc.d: could not determine current runlevel [2020-11-03T23:11:08.379Z] #18 53.47 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-03T23:11:08.379Z] #18 53.48 Setting up pigz (2.4-1) ... [2020-11-03T23:11:08.379Z] #18 53.50 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-03T23:11:08.379Z] #18 53.52 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-03T23:11:08.379Z] #18 53.55 Setting up python-pip-whl (18.1-5) ... [2020-11-03T23:11:08.379Z] #18 53.56 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-11-03T23:11:08.379Z] #18 53.58 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-03T23:11:08.379Z] #18 53.98 Setting up libaio1:amd64 (0.3.112-3) ... [2020-11-03T23:11:08.638Z] #18 53.99 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-03T23:11:08.638Z] #18 54.00 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-03T23:11:08.638Z] #18 54.01 Setting up vim (2:8.1.0875-5) ... [2020-11-03T23:11:08.638Z] #18 54.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-03T23:11:08.638Z] #18 54.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-03T23:11:08.638Z] #18 54.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-03T23:11:08.638Z] #18 54.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-03T23:11:08.638Z] #18 54.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-03T23:11:08.638Z] #18 54.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-03T23:11:08.638Z] #18 54.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-03T23:11:08.638Z] #18 54.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-03T23:11:08.638Z] #18 54.09 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-03T23:11:08.911Z] #18 54.10 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-03T23:11:08.911Z] #18 54.11 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-03T23:11:08.911Z] #18 54.12 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-03T23:11:08.911Z] #18 54.13 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-03T23:11:08.911Z] #18 54.14 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-03T23:11:09.169Z] #42 202.5 LINK lib/c/built-in.o [2020-11-03T23:11:09.169Z] #42 202.5 LINK lib/c/libcriu.so [2020-11-03T23:11:09.468Z] #42 202.7 LINK lib/c/libcriu.a [2020-11-03T23:11:09.468Z] #42 202.8 GEN magic.py [2020-11-03T23:11:09.766Z] #42 203.0 Note: Building without setproctitle() and strlcpy() support. [2020-11-03T23:11:09.766Z] #42 203.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-03T23:11:09.766Z] #42 203.0 Note: Building without GnuTLS support [2020-11-03T23:11:09.766Z] #42 203.0 Makefile.config:39: Warn: you have no libnftables installed [2020-11-03T23:11:09.766Z] #42 203.0 Makefile.config:40: Warn: Building without nftables support [2020-11-03T23:11:10.297Z] #18 ... [2020-11-03T23:11:10.297Z] [2020-11-03T23:11:10.297Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:11:10.297Z] #41 105.4 CC criu/cr-service.o [2020-11-03T23:11:10.297Z] #41 107.1 CC criu/crtools.o [2020-11-03T23:11:10.297Z] #41 107.7 CC criu/eventfd.o [2020-11-03T23:11:10.297Z] #41 108.2 CC criu/eventpoll.o [2020-11-03T23:11:10.297Z] #41 109.1 CC criu/external.o [2020-11-03T23:11:10.297Z] #41 109.5 CC criu/fault-injection.o [2020-11-03T23:11:10.297Z] #41 109.6 CC criu/fdstore.o [2020-11-03T23:11:10.297Z] #41 109.9 CC criu/fifo.o [2020-11-03T23:11:10.297Z] #41 110.3 CC criu/file-ids.o [2020-11-03T23:11:10.297Z] #41 110.7 CC criu/file-lock.o [2020-11-03T23:11:10.297Z] #41 111.6 CC criu/files-ext.o [2020-11-03T23:11:10.297Z] #41 112.0 CC criu/files-reg.o [2020-11-03T23:11:10.297Z] #41 114.0 CC criu/files.o [2020-11-03T23:11:10.417Z] #42 203.8 fatal: not a git repository (or any of the parent directories): .git [2020-11-03T23:11:11.236Z] #41 116.2 CC criu/filesystems.o [2020-11-03T23:11:11.401Z] #41 DONE 166.1s [2020-11-03T23:11:11.401Z] [2020-11-03T23:11:11.401Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-03T23:11:11.401Z] #28 DONE 9.2s [2020-11-03T23:11:11.401Z] [2020-11-03T23:11:11.401Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:11:11.401Z] #54 ... [2020-11-03T23:11:11.401Z] [2020-11-03T23:11:11.401Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-03T23:11:11.474Z] #42 204.6 make[1]: Nothing to be done for 'all'. [2020-11-03T23:11:11.803Z] #41 ... [2020-11-03T23:11:11.803Z] [2020-11-03T23:11:11.803Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:11:11.803Z] #18 57.18 Setting up iptables (1.8.2-4) ... [2020-11-03T23:11:11.803Z] #18 57.19 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-03T23:11:11.803Z] #18 57.20 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-03T23:11:11.803Z] #18 57.20 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-03T23:11:11.803Z] #18 57.21 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-03T23:11:11.803Z] #18 57.22 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-03T23:11:11.803Z] #18 57.22 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-03T23:11:11.803Z] #18 57.23 Setting up python3 (3.7.3-1) ... [2020-11-03T23:11:11.978Z] #31 DONE 0.8s [2020-11-03T23:11:11.978Z] [2020-11-03T23:11:11.978Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-03T23:11:12.126Z] #42 205.4 make[1]: 'images/built-in.o' is up to date. [2020-11-03T23:11:12.126Z] #42 205.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-03T23:11:12.126Z] #42 205.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-03T23:11:12.126Z] #42 205.5 make[1]: 'compel/libcompel.a' is up to date. [2020-11-03T23:11:12.126Z] #42 205.6 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-03T23:11:12.242Z] #33 DONE 0.1s [2020-11-03T23:11:12.242Z] [2020-11-03T23:11:12.242Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-03T23:11:12.242Z] #36 DONE 0.1s [2020-11-03T23:11:12.242Z] [2020-11-03T23:11:12.242Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-03T23:11:12.321Z] #18 57.58 Setting up python3-wheel (0.32.3-2) ... [2020-11-03T23:11:12.426Z] #42 205.6 make[1]: Nothing to be done for 'all'. [2020-11-03T23:11:12.426Z] #42 205.6 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-03T23:11:12.729Z] #42 205.9 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:12.729Z] #42 205.9 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:12.729Z] #42 206.0 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:12.839Z] #18 58.17 Setting up apparmor (2.13.2-10) ... [2020-11-03T23:11:13.042Z] #42 206.2 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:13.042Z] #42 206.3 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:13.042Z] #42 206.4 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:13.042Z] #42 206.4 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:13.188Z] #39 DONE 0.7s [2020-11-03T23:11:13.188Z] [2020-11-03T23:11:13.188Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:11:13.188Z] #54 ... [2020-11-03T23:11:13.188Z] [2020-11-03T23:11:13.188Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-03T23:11:13.188Z] #42 DONE 0.1s [2020-11-03T23:11:13.188Z] [2020-11-03T23:11:13.188Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-03T23:11:13.340Z] #42 206.6 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:13.340Z] #42 206.6 INSTALL criu/criu [2020-11-03T23:11:13.340Z] #42 DONE 206.7s [2020-11-03T23:11:13.340Z] [2020-11-03T23:11:13.340Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:11:13.763Z] #44 DONE 0.6s [2020-11-03T23:11:13.764Z] [2020-11-03T23:11:13.764Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:11:13.764Z] #54 ... [2020-11-03T23:11:13.764Z] [2020-11-03T23:11:13.764Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-03T23:11:13.764Z] #46 DONE 0.1s [2020-11-03T23:11:14.026Z] [2020-11-03T23:11:14.026Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-03T23:11:14.744Z] #18 59.80 Setting up xfsprogs (4.20.0-1) ... [2020-11-03T23:11:14.744Z] #18 59.81 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-03T23:11:14.878Z] #23 ... [2020-11-03T23:11:14.878Z] [2020-11-03T23:11:14.878Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:11:14.878Z] #48 270.6 + /build/golangci-lint --version [2020-11-03T23:11:15.002Z] #18 60.20 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-03T23:11:15.179Z] #48 271.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-03T23:11:15.420Z] #48 DONE 1.2s [2020-11-03T23:11:15.420Z] [2020-11-03T23:11:15.420Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-03T23:11:15.420Z] #50 DONE 0.1s [2020-11-03T23:11:15.420Z] [2020-11-03T23:11:15.420Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-03T23:11:15.478Z] #48 DONE 271.2s [2020-11-03T23:11:15.478Z] [2020-11-03T23:11:15.478Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:11:15.939Z] #18 61.22 Setting up python3-distutils (3.7.3-1) ... [2020-11-03T23:11:16.509Z] #18 61.81 Setting up python3-setuptools (40.8.0-1) ... [2020-11-03T23:11:16.811Z] #52 DONE 1.3s [2020-11-03T23:11:16.811Z] [2020-11-03T23:11:16.811Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:11:17.447Z] #18 ... [2020-11-03T23:11:17.447Z] [2020-11-03T23:11:17.447Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:11:17.447Z] #38 211.0 + dpkg --print-architecture [2020-11-03T23:11:17.447Z] #38 211.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-03T23:11:18.273Z] #38 211.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-03T23:11:18.273Z] #38 211.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-03T23:11:20.180Z] #38 ... [2020-11-03T23:11:20.180Z] [2020-11-03T23:11:20.180Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-03T23:11:20.180Z] #18 63.02 Setting up python3-pip (18.1-5) ... [2020-11-03T23:11:20.180Z] #18 64.01 Processing triggers for libc-bin (2.28-10) ... [2020-11-03T23:11:20.180Z] #18 64.04 Processing triggers for mime-support (3.62) ... [2020-11-03T23:11:20.180Z] #18 DONE 65.4s [2020-11-03T23:11:20.180Z] [2020-11-03T23:11:20.180Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-03T23:11:21.116Z] #19 1.012 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-03T23:11:21.116Z] #19 1.017 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-03T23:11:21.116Z] #19 1.023 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-03T23:11:21.116Z] #19 DONE 1.1s [2020-11-03T23:11:21.116Z] [2020-11-03T23:11:21.116Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-03T23:11:22.052Z] #20 ... [2020-11-03T23:11:22.052Z] [2020-11-03T23:11:22.052Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:11:22.052Z] #41 117.0 CC criu/fsnotify.o [2020-11-03T23:11:22.052Z] #41 118.2 CC criu/image-desc.o [2020-11-03T23:11:22.052Z] #41 118.3 CC criu/image.o [2020-11-03T23:11:22.052Z] #41 119.2 CC criu/ipc_ns.o [2020-11-03T23:11:22.052Z] #41 120.6 CC criu/irmap.o [2020-11-03T23:11:22.052Z] #41 121.1 CC criu/kcmp-ids.o [2020-11-03T23:11:22.052Z] #41 121.4 CC criu/kerndat.o [2020-11-03T23:11:22.052Z] #41 122.5 CC criu/libnetlink.o [2020-11-03T23:11:22.052Z] #41 122.9 CC criu/log.o [2020-11-03T23:11:22.052Z] #41 123.6 CC criu/lsm.o [2020-11-03T23:11:22.052Z] #41 124.1 CC criu/mem.o [2020-11-03T23:11:22.052Z] #41 126.6 CC criu/memfd.o [2020-11-03T23:11:22.621Z] #41 127.5 CC criu/mount.o [2020-11-03T23:11:23.413Z] #54 204.6 + bin/containerd-stress [2020-11-03T23:11:26.726Z] #54 207.8 + bin/containerd-shim [2020-11-03T23:11:26.817Z] #41 ... [2020-11-03T23:11:26.817Z] [2020-11-03T23:11:26.817Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-03T23:11:26.817Z] #20 5.092 Collecting yamllint==1.16.0 [2020-11-03T23:11:32.041Z] #54 213.6 + bin/containerd-shim-runc-v1 [2020-11-03T23:11:32.093Z] #20 10.55 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-03T23:11:32.093Z] #20 10.64 Collecting pyyaml (from yamllint==1.16.0) [2020-11-03T23:11:32.093Z] #20 10.80 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-03T23:11:33.032Z] #20 12.05 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-03T23:11:33.032Z] #20 12.10 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-11-03T23:11:33.292Z] #20 12.13 Building wheels for collected packages: pyyaml [2020-11-03T23:11:33.292Z] #20 12.14 Running setup.py bdist_wheel for pyyaml: started [2020-11-03T23:11:33.491Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-11-03T23:11:34.211Z] #23 ... [2020-11-03T23:11:34.211Z] [2020-11-03T23:11:34.211Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:11:34.211Z] #55 250.6 + bin/containerd [2020-11-03T23:11:34.232Z] #20 13.26 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-03T23:11:34.491Z] #20 13.26 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-03T23:11:34.491Z] #20 13.32 Successfully built pyyaml [2020-11-03T23:11:34.491Z] #20 13.34 Installing collected packages: pyyaml, pathspec, yamllint [2020-11-03T23:11:34.750Z] #20 13.67 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-03T23:11:35.011Z] #20 DONE 14.1s [2020-11-03T23:11:35.011Z] [2020-11-03T23:11:35.011Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:11:35.011Z] #41 131.8 CC criu/namespaces.o [2020-11-03T23:11:35.011Z] #41 133.5 CC criu/net.o [2020-11-03T23:11:35.011Z] #41 136.5 CC criu/netfilter.o [2020-11-03T23:11:35.011Z] #41 136.9 CC criu/page-pipe.o [2020-11-03T23:11:35.011Z] #41 137.6 CC criu/page-xfer.o [2020-11-03T23:11:35.011Z] #41 139.5 CC criu/pagemap-cache.o [2020-11-03T23:11:35.011Z] #41 139.9 CC criu/pagemap.o [2020-11-03T23:11:35.275Z] #41 ... [2020-11-03T23:11:35.275Z] [2020-11-03T23:11:35.275Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-03T23:11:35.536Z] #23 DONE 0.3s [2020-11-03T23:11:35.536Z] [2020-11-03T23:11:35.536Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-03T23:11:36.265Z] #54 217.6 + bin/containerd-shim-runc-v2 [2020-11-03T23:11:37.212Z] #54 218.8 + binaries [2020-11-03T23:11:37.212Z] #54 218.8 + install -D bin/containerd /build/containerd [2020-11-03T23:11:37.212Z] #54 218.8 + install -D bin/containerd-shim /build/containerd-shim [2020-11-03T23:11:37.212Z] #54 218.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-03T23:11:37.212Z] #54 218.9 + install -D bin/ctr /build/ctr [2020-11-03T23:11:37.780Z] #55 ... [2020-11-03T23:11:37.780Z] [2020-11-03T23:11:37.780Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:11:37.780Z] #23 293.6 + return [2020-11-03T23:11:37.780Z] #23 DONE 293.7s [2020-11-03T23:11:37.780Z] [2020-11-03T23:11:37.780Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:11:39.733Z] #28 DONE 3.9s [2020-11-03T23:11:39.733Z] [2020-11-03T23:11:39.733Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-03T23:11:39.733Z] #31 DONE 0.4s [2020-11-03T23:11:39.733Z] [2020-11-03T23:11:39.733Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:11:39.733Z] #41 141.1 CC criu/parasite-syscall.o [2020-11-03T23:11:39.733Z] #41 142.0 CC criu/path.o [2020-11-03T23:11:39.733Z] #41 142.2 CC criu/pie-util-vdso-elf32.o [2020-11-03T23:11:39.733Z] #41 142.6 CC criu/pie-util-vdso.o [2020-11-03T23:11:39.733Z] #41 142.9 CC criu/pie-util.o [2020-11-03T23:11:39.733Z] #41 143.1 CC criu/pipes.o [2020-11-03T23:11:39.733Z] #41 143.7 CC criu/plugin.o [2020-11-03T23:11:39.733Z] #41 144.1 CC criu/proc_parse.o [2020-11-03T23:11:39.733Z] #41 ... [2020-11-03T23:11:39.733Z] [2020-11-03T23:11:39.733Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-03T23:11:39.733Z] #33 DONE 0.0s [2020-11-03T23:11:39.733Z] [2020-11-03T23:11:39.733Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-03T23:11:39.733Z] #36 DONE 0.0s [2020-11-03T23:11:39.764Z] #54 DONE 221.5s [2020-11-03T23:11:39.907Z] #55 ... [2020-11-03T23:11:39.907Z] [2020-11-03T23:11:39.907Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-03T23:11:39.907Z] #24 DONE 0.1s [2020-11-03T23:11:39.907Z] [2020-11-03T23:11:39.907Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:11:39.907Z] #55 ... [2020-11-03T23:11:39.907Z] [2020-11-03T23:11:39.907Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-03T23:11:39.992Z] [2020-11-03T23:11:39.993Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:11:40.252Z] #38 ... [2020-11-03T23:11:40.252Z] [2020-11-03T23:11:40.252Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-03T23:11:40.252Z] #51 92.90 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-03T23:11:40.554Z] #29 DONE 0.7s [2020-11-03T23:11:40.554Z] [2020-11-03T23:11:40.554Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-03T23:11:40.853Z] #32 DONE 0.1s [2020-11-03T23:11:40.853Z] [2020-11-03T23:11:40.853Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-03T23:11:40.853Z] #34 DONE 0.1s [2020-11-03T23:11:40.853Z] [2020-11-03T23:11:40.853Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:11:40.853Z] #55 ... [2020-11-03T23:11:40.853Z] [2020-11-03T23:11:40.853Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-03T23:11:40.853Z] #37 DONE 0.1s [2020-11-03T23:11:40.853Z] [2020-11-03T23:11:40.853Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-03T23:11:41.151Z] #40 DONE 0.1s [2020-11-03T23:11:41.151Z] [2020-11-03T23:11:41.151Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-03T23:11:41.151Z] #43 DONE 0.1s [2020-11-03T23:11:41.151Z] [2020-11-03T23:11:41.151Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:11:41.151Z] #55 ... [2020-11-03T23:11:41.151Z] [2020-11-03T23:11:41.151Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-03T23:11:41.151Z] #45 DONE 0.1s [2020-11-03T23:11:41.151Z] [2020-11-03T23:11:41.151Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-03T23:11:41.155Z] [2020-11-03T23:11:41.155Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-03T23:11:41.449Z] #47 DONE 0.3s [2020-11-03T23:11:41.449Z] [2020-11-03T23:11:41.449Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-03T23:11:41.449Z] #49 DONE 0.1s [2020-11-03T23:11:41.449Z] [2020-11-03T23:11:41.449Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:11:41.748Z] #55 ... [2020-11-03T23:11:41.748Z] [2020-11-03T23:11:41.748Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-03T23:11:41.748Z] #51 DONE 0.1s [2020-11-03T23:11:41.748Z] [2020-11-03T23:11:41.748Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-03T23:11:41.748Z] #53 DONE 0.1s [2020-11-03T23:11:41.748Z] [2020-11-03T23:11:41.748Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:11:42.159Z] #51 94.82 + mkdir -p /build [2020-11-03T23:11:42.159Z] #51 94.82 + cp runc /build/runc [2020-11-03T23:11:42.729Z] #51 DONE 95.4s [2020-11-03T23:11:42.729Z] [2020-11-03T23:11:42.729Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:11:42.729Z] #41 146.5 CC criu/protobuf-desc.o [2020-11-03T23:11:42.729Z] #41 147.5 CC criu/protobuf.o [2020-11-03T23:11:42.729Z] #41 147.9 CC criu/pstree.o [2020-11-03T23:11:43.706Z] #55 DONE 2.2s [2020-11-03T23:11:43.706Z] [2020-11-03T23:11:43.706Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-03T23:11:43.967Z] #59 DONE 0.5s [2020-11-03T23:11:43.967Z] [2020-11-03T23:11:43.967Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-03T23:11:44.112Z] #41 149.1 CC criu/rbtree.o [2020-11-03T23:11:44.373Z] #41 149.4 CC criu/rst-malloc.o [2020-11-03T23:11:44.632Z] #41 149.6 CC criu/seccomp.o [2020-11-03T23:11:44.894Z] #41 ... [2020-11-03T23:11:44.894Z] [2020-11-03T23:11:44.894Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-03T23:11:44.894Z] #38 DONE 238.6s [2020-11-03T23:11:45.154Z] [2020-11-03T23:11:45.154Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:11:45.357Z] #61 DONE 1.1s [2020-11-03T23:11:45.357Z] [2020-11-03T23:11:45.357Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-03T23:11:45.357Z] #63 DONE 0.1s [2020-11-03T23:11:45.357Z] [2020-11-03T23:11:45.357Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-03T23:11:45.357Z] #64 DONE 0.1s [2020-11-03T23:11:45.357Z] [2020-11-03T23:11:45.357Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-03T23:11:45.413Z] #41 150.5 CC criu/seize.o [2020-11-03T23:11:46.352Z] #41 151.3 CC criu/servicefd.o [2020-11-03T23:11:46.612Z] #41 151.6 CC criu/shmem.o [2020-11-03T23:11:47.181Z] #41 152.2 CC criu/sigframe.o [2020-11-03T23:11:47.181Z] #41 152.3 CC criu/signalfd.o [2020-11-03T23:11:47.278Z] #65 DONE 1.7s [2020-11-03T23:11:47.278Z] [2020-11-03T23:11:47.278Z] #66 exporting to image [2020-11-03T23:11:47.278Z] #66 exporting layers [2020-11-03T23:11:47.440Z] #41 ... [2020-11-03T23:11:47.440Z] [2020-11-03T23:11:47.440Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-03T23:11:47.440Z] #39 DONE 0.7s [2020-11-03T23:11:47.440Z] [2020-11-03T23:11:47.440Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:11:47.440Z] #41 152.5 CC criu/sk-inet.o [2020-11-03T23:11:48.010Z] #41 153.2 CC criu/sk-netlink.o [2020-11-03T23:11:48.270Z] #41 153.4 CC criu/sk-packet.o [2020-11-03T23:11:48.839Z] #41 153.9 CC criu/sk-queue.o [2020-11-03T23:11:49.408Z] #41 154.2 CC criu/sk-tcp.o [2020-11-03T23:11:49.668Z] #41 154.6 CC criu/sk-unix.o [2020-11-03T23:11:50.595Z] #66 exporting layers 3.6s done [2020-11-03T23:11:50.595Z] #66 writing image sha256:80ec5f2aceab62cf8dee21197b3a2052971c6eb296395cb147162983f8e9c6d2 done [2020-11-03T23:11:50.595Z] #66 naming to docker.io/library/docker:94bcfbdcb127d303563f72e7cf500179256c8f56 done [2020-11-03T23:11:50.595Z] #66 DONE 3.6s [Pipeline] } [2020-11-03T23:11:50.610Z] #41 155.7 CC criu/sockets.o [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-03T23:11:50.870Z] #41 ... [2020-11-03T23:11:50.870Z] [2020-11-03T23:11:50.870Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:11:50.870Z] #47 243.9 + /build/golangci-lint --version [2020-11-03T23:11:50.870Z] #47 244.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-03T23:11:50.870Z] #47 DONE 244.7s [2020-11-03T23:11:50.941Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41604/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:94bcfbdcb127d303563f72e7cf500179256c8f56 hack/test/unit [2020-11-03T23:11:51.130Z] [2020-11-03T23:11:51.130Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:11:51.130Z] #54 ... [2020-11-03T23:11:51.130Z] [2020-11-03T23:11:51.130Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-03T23:11:51.130Z] #41 156.2 CC criu/stats.o [2020-11-03T23:11:51.390Z] #41 156.4 CC criu/string.o [2020-11-03T23:11:51.390Z] #41 156.4 CC criu/sysctl.o [2020-11-03T23:11:51.959Z] #41 156.9 CC criu/sysfs_parse.o [2020-11-03T23:11:52.219Z] #41 157.2 CC criu/timens.o [2020-11-03T23:11:52.478Z] #41 157.5 CC criu/timerfd.o [2020-11-03T23:11:52.738Z] #41 157.8 CC criu/tty.o [2020-11-03T23:11:54.118Z] #41 158.9 CC criu/tun.o [2020-11-03T23:11:54.118Z] #41 159.1 CC criu/uffd.o [2020-11-03T23:11:54.688Z] #41 159.7 CC criu/util.o [2020-11-03T23:11:55.257Z] #41 160.4 CC criu/uts_ns.o [2020-11-03T23:11:55.517Z] #41 160.6 CC criu/vdso-compat.o [2020-11-03T23:11:55.517Z] #41 160.7 CC criu/vdso.o [2020-11-03T23:11:56.086Z] #41 161.0 LINK criu/built-in.o [2020-11-03T23:11:56.086Z] #41 161.1 LINK criu/criu [2020-11-03T23:11:56.241Z] ? github.com/docker/docker/api [no test files] [2020-11-03T23:11:56.345Z] #41 161.3 DEP lib/c/criu.d [2020-11-03T23:11:56.345Z] #41 161.4 CC images/rpc.pb-c.o [2020-11-03T23:11:56.604Z] #41 161.7 CC lib/c/criu.o [2020-11-03T23:11:57.173Z] #41 162.2 LINK lib/c/built-in.o [2020-11-03T23:11:57.173Z] #41 162.2 LINK lib/c/libcriu.so [2020-11-03T23:11:57.173Z] #41 162.3 LINK lib/c/libcriu.a [2020-11-03T23:11:57.173Z] #41 162.3 GEN magic.py [2020-11-03T23:11:57.187Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-03T23:11:57.448Z] #41 162.4 Note: Building without setproctitle() and strlcpy() support. [2020-11-03T23:11:57.448Z] #41 162.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-03T23:11:57.448Z] #41 162.4 Note: Building without GnuTLS support [2020-11-03T23:11:57.448Z] #41 162.4 Makefile.config:39: Warn: you have no libnftables installed [2020-11-03T23:11:57.448Z] #41 162.4 Makefile.config:40: Warn: Building without nftables support [2020-11-03T23:11:57.708Z] #41 162.9 fatal: not a git repository (or any of the parent directories): .git [2020-11-03T23:11:57.772Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-03T23:11:58.277Z] #41 163.3 make[1]: Nothing to be done for 'all'. [2020-11-03T23:11:58.651Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-03T23:11:58.651Z] [2020-11-03T23:11:58.652Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-03T23:11:58.652Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-03T23:11:58.652Z] HOSTNAME=7efce0444b74 [2020-11-03T23:11:58.652Z] TESTDEBUG=0 [2020-11-03T23:11:58.652Z] DEST=bundles/test-integration [2020-11-03T23:11:58.652Z] PWD=/go/src/github.com/docker/docker [2020-11-03T23:11:58.652Z] DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 [2020-11-03T23:11:58.652Z] container=docker [2020-11-03T23:11:58.652Z] HOME=/root [2020-11-03T23:11:58.652Z] GOLANG_VERSION=1.13.15 [2020-11-03T23:11:58.652Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-03T23:11:58.652Z] VALIDATE_BRANCH=master [2020-11-03T23:11:58.652Z] TERM=xterm [2020-11-03T23:11:58.652Z] DOCKER_PKG=github.com/docker/docker [2020-11-03T23:11:58.652Z] SHLVL=1 [2020-11-03T23:11:58.652Z] TIMEOUT=120m [2020-11-03T23:11:58.652Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-03T23:11:58.652Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-03T23:11:58.652Z] GO111MODULE=off [2020-11-03T23:11:58.652Z] DOCKER_EXPERIMENTAL=1 [2020-11-03T23:11:58.652Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-03T23:11:58.652Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-03T23:11:58.652Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-03T23:11:58.652Z] GOPATH=/go [2020-11-03T23:11:58.652Z] PKG_CONFIG=pkg-config [2020-11-03T23:11:58.652Z] _=/usr/bin/env [2020-11-03T23:11:58.652Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-03T23:11:58.846Z] #41 163.7 make[1]: 'images/built-in.o' is up to date. [2020-11-03T23:11:58.846Z] #41 163.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-03T23:11:58.846Z] #41 163.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-03T23:11:58.846Z] #41 163.8 make[1]: 'compel/libcompel.a' is up to date. [2020-11-03T23:11:58.846Z] #41 163.8 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-03T23:11:58.846Z] #41 163.9 make[1]: Nothing to be done for 'all'. [2020-11-03T23:11:58.846Z] #41 163.9 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-03T23:11:58.846Z] #41 164.0 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:59.106Z] #41 164.0 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:59.106Z] #41 164.0 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:59.106Z] #41 164.1 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:59.106Z] #41 164.1 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:59.106Z] #41 164.1 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:59.106Z] #41 164.1 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:59.106Z] #41 164.2 make[2]: Nothing to be done for 'all'. [2020-11-03T23:11:59.106Z] #41 164.2 INSTALL criu/criu [2020-11-03T23:11:59.367Z] #41 DONE 164.5s [2020-11-03T23:11:59.367Z] [2020-11-03T23:11:59.367Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:12:00.745Z] #54 ... [2020-11-03T23:12:00.745Z] [2020-11-03T23:12:00.745Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-03T23:12:01.004Z] #42 DONE 0.1s [2020-11-03T23:12:01.004Z] [2020-11-03T23:12:01.004Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-03T23:12:01.004Z] #44 DONE 0.2s [2020-11-03T23:12:01.004Z] [2020-11-03T23:12:01.004Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:12:01.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-03T23:12:01.262Z] #54 ... [2020-11-03T23:12:01.262Z] [2020-11-03T23:12:01.262Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-03T23:12:01.262Z] #46 DONE 0.1s [2020-11-03T23:12:01.262Z] [2020-11-03T23:12:01.262Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-03T23:12:01.865Z] #48 DONE 0.6s [2020-11-03T23:12:01.866Z] [2020-11-03T23:12:01.866Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-03T23:12:01.866Z] #50 DONE 0.2s [2020-11-03T23:12:01.866Z] [2020-11-03T23:12:01.866Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-03T23:12:02.440Z] #52 DONE 0.4s [2020-11-03T23:12:02.440Z] [2020-11-03T23:12:02.440Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-03T23:12:02.702Z] #54 193.5 + bin/containerd [2020-11-03T23:12:04.369Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-03T23:12:04.939Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-03T23:12:08.988Z] #55 285.9 + bin/containerd-stress [2020-11-03T23:12:09.285Z] #55 288.3 + bin/containerd-shim [2020-11-03T23:12:10.229Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-03T23:12:11.296Z] ok github.com/docker/docker/api/server 0.038s coverage: 9.0% of statements [2020-11-03T23:12:16.243Z] #55 295.2 + bin/containerd-shim-runc-v1 [2020-11-03T23:12:17.406Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-03T23:12:18.041Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-03T23:12:20.155Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-03T23:12:20.228Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-03T23:12:20.747Z] #55 300.0 + bin/containerd-shim-runc-v2 [2020-11-03T23:12:22.272Z] #55 301.1 + binaries [2020-11-03T23:12:22.272Z] #55 301.1 + install -D bin/containerd /build/containerd [2020-11-03T23:12:22.272Z] #55 301.2 + install -D bin/containerd-shim /build/containerd-shim [2020-11-03T23:12:22.272Z] #55 301.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-03T23:12:22.272Z] #55 301.2 + install -D bin/ctr /build/ctr [2020-11-03T23:12:22.272Z] #55 DONE 301.3s [2020-11-03T23:12:22.911Z] [2020-11-03T23:12:22.911Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-03T23:12:23.208Z] #56 DONE 0.1s [2020-11-03T23:12:23.208Z] [2020-11-03T23:12:23.208Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-03T23:12:23.208Z] #60 DONE 0.1s [2020-11-03T23:12:23.208Z] [2020-11-03T23:12:23.208Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-03T23:12:23.208Z] #62 DONE 0.1s [2020-11-03T23:12:23.505Z] [2020-11-03T23:12:23.505Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-03T23:12:23.505Z] #64 DONE 0.1s [2020-11-03T23:12:23.505Z] [2020-11-03T23:12:23.505Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-03T23:12:23.505Z] #65 DONE 0.0s [2020-11-03T23:12:23.505Z] [2020-11-03T23:12:23.505Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-03T23:12:23.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-03T23:12:25.602Z] #66 DONE 2.0s [2020-11-03T23:12:25.602Z] [2020-11-03T23:12:25.602Z] #67 exporting to oci image format [2020-11-03T23:12:25.602Z] #67 exporting layers [2020-11-03T23:12:26.725Z] ..........................xx.................... [ 29%] [2020-11-03T23:12:27.739Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-03T23:12:29.123Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-03T23:12:33.327Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-03T23:12:34.783Z] #54 221.5 + bin/containerd-stress [2020-11-03T23:12:34.783Z] #54 223.5 + bin/containerd-shim [2020-11-03T23:12:37.529Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-03T23:12:38.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-03T23:12:38.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-03T23:12:38.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-03T23:12:38.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-03T23:12:39.087Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-03T23:12:40.052Z] #54 230.2 + bin/containerd-shim-runc-v1 [2020-11-03T23:12:40.123Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-03T23:12:41.734Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-03T23:12:42.238Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-03T23:12:42.669Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-11-03T23:12:43.274Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-03T23:12:44.243Z] #54 234.7 + bin/containerd-shim-runc-v2 [2020-11-03T23:12:44.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-03T23:12:44.356Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-03T23:12:44.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-03T23:12:44.809Z] #54 235.6 + binaries [2020-11-03T23:12:44.810Z] #54 235.6 + install -D bin/containerd /build/containerd [2020-11-03T23:12:44.810Z] #54 235.6 + install -D bin/containerd-shim /build/containerd-shim [2020-11-03T23:12:44.810Z] #54 235.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-03T23:12:44.810Z] #54 235.7 + install -D bin/ctr /build/ctr [2020-11-03T23:12:45.683Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-03T23:12:46.711Z] #54 DONE 237.7s [2020-11-03T23:12:46.719Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-03T23:12:47.648Z] [2020-11-03T23:12:47.648Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-03T23:12:47.754Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-03T23:12:48.350Z] 4612f6d0b889: Pull complete [2020-11-03T23:12:48.388Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-03T23:12:48.485Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-03T23:12:48.582Z] #55 DONE 0.9s [2020-11-03T23:12:48.582Z] [2020-11-03T23:12:48.582Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-03T23:12:48.840Z] #59 DONE 0.2s [2020-11-03T23:12:48.840Z] [2020-11-03T23:12:48.840Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-03T23:12:49.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-03T23:12:49.099Z] #61 DONE 0.5s [2020-11-03T23:12:49.099Z] [2020-11-03T23:12:49.099Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-03T23:12:49.099Z] #63 DONE 0.0s [2020-11-03T23:12:49.357Z] [2020-11-03T23:12:49.357Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-03T23:12:49.357Z] #64 DONE 0.0s [2020-11-03T23:12:49.357Z] [2020-11-03T23:12:49.357Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-03T23:12:50.057Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-03T23:12:50.057Z] Using test binary docker [2020-11-03T23:12:50.057Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-03T23:12:50.057Z] +++ /etc/init.d/apparmor start [2020-11-03T23:12:50.057Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-03T23:12:50.057Z] INFO: Waiting for daemon to start... [2020-11-03T23:12:50.057Z] Starting dockerd [2020-11-03T23:12:50.057Z] +++ 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-03T23:12:50.128Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2020-11-03T23:12:50.733Z] #65 DONE 1.3s [2020-11-03T23:12:50.733Z] [2020-11-03T23:12:50.733Z] #66 exporting to image [2020-11-03T23:12:50.733Z] #66 exporting layers [2020-11-03T23:12:51.781Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-03T23:12:51.781Z] Using test binary docker [2020-11-03T23:12:51.781Z] +++ /etc/init.d/apparmor start [2020-11-03T23:12:51.781Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-03T23:12:51.781Z] INFO: Waiting for daemon to start... [2020-11-03T23:12:51.781Z] Starting dockerd [2020-11-03T23:12:51.781Z] +++ 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-03T23:12:52.128Z] . [2020-11-03T23:12:52.128Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-03T23:12:52.128Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-03T23:12:52.128Z] Error: No such image: emptyfs [2020-11-03T23:12:52.128Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-03T23:12:52.128Z] ++++ docker load [2020-11-03T23:12:52.128Z] Running integration-test (iteration 1) [2020-11-03T23:12:52.128Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-11-03T23:12:52.128Z] ++ 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-03T23:12:52.128Z] ++ set -e [2020-11-03T23:12:52.128Z] ++ '[' -n 0 ']' [2020-11-03T23:12:52.128Z] ++ set -x [2020-11-03T23:12:52.128Z] ++ env -i DEST=/go/src/github.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-03T23:12:53.695Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-11-03T23:12:53.695Z] . [2020-11-03T23:12:53.695Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-03T23:12:53.695Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-03T23:12:53.695Z] Error: No such image: emptyfs [2020-11-03T23:12:53.695Z] ++++ docker load [2020-11-03T23:12:53.695Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-03T23:12:53.956Z] Running integration-test (iteration 1) [2020-11-03T23:12:53.956Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-11-03T23:12:53.956Z] ++ 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-03T23:12:53.956Z] ++ set -e [2020-11-03T23:12:53.956Z] ++ '[' -n 0 ']' [2020-11-03T23:12:53.956Z] ++ set -x [2020-11-03T23:12:53.956Z] ++ env -i DEST=/go/src/github.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-03T23:12:57.301Z] #66 exporting layers 6.5s done [2020-11-03T23:12:57.301Z] #66 writing image sha256:b86eeabaddeae6f069aa22ee32f99cc383399053eabad53bb71aa23298d58d10 done [2020-11-03T23:12:57.301Z] #66 naming to docker.io/library/docker:94bcfbdcb127d303563f72e7cf500179256c8f56 done [2020-11-03T23:12:57.301Z] #66 DONE 6.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-03T23:12:57.664Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41604/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -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:94bcfbdcb127d303563f72e7cf500179256c8f56 hack/make.sh dynbinary test-integration [2020-11-03T23:12:58.599Z] [2020-11-03T23:12:58.858Z] Removing bundles/ [2020-11-03T23:12:58.858Z] [2020-11-03T23:12:58.858Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-03T23:12:58.858Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-03T23:12:58.858Z] GOOS="" GOARCH="" GOARM="" [2020-11-03T23:13:00.617Z] Loaded image: buildpack-deps:buster [2020-11-03T23:13:00.617Z] Loaded image: busybox:latest [2020-11-03T23:13:00.617Z] Loaded image: busybox:glibc [2020-11-03T23:13:00.617Z] Loaded image: debian:buster [2020-11-03T23:13:00.617Z] Loaded image: hello-world:latest [2020-11-03T23:13:00.617Z] Loaded image: arm32v7/hello-world:latest [2020-11-03T23:13:00.617Z] INFO: Testing against a local daemon [2020-11-03T23:13:00.617Z] === RUN TestCgroupNamespacesBuild [2020-11-03T23:13:03.355Z] --- PASS: TestCgroupNamespacesBuild (2.20s) [2020-11-03T23:13:03.355Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-03T23:13:04.867Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.74s) [2020-11-03T23:13:04.867Z] === RUN TestBuildWithSession [2020-11-03T23:13:04.867Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-03T23:13:04.867Z] build_session_test.go:25: TODO: BuildKit [2020-11-03T23:13:04.867Z] === RUN TestBuildSquashParent [2020-11-03T23:13:07.621Z] ok github.com/docker/docker/api/server/httputils 0.019s coverage: 14.7% of statements [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-03T23:13:07.621Z] ok github.com/docker/docker/api/server/middleware 0.041s coverage: 37.7% of statements [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-03T23:13:07.621Z] ok github.com/docker/docker/api/types/strslice 0.018s coverage: 90.0% of statements [2020-11-03T23:13:07.621Z] ok github.com/docker/docker/api/types/filters 0.034s coverage: 92.2% of statements [2020-11-03T23:13:07.621Z] ok github.com/docker/docker/api/server/router/swarm 0.026s coverage: 5.7% of statements [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/types [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-03T23:13:07.621Z] ok github.com/docker/docker/api/types/time 0.047s coverage: 100.0% of statements [2020-11-03T23:13:07.621Z] ok github.com/docker/docker/api/types/versions 0.036s coverage: 75.0% of statements [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/builder [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-03T23:13:07.621Z] ok github.com/docker/docker/builder/dockerignore 0.033s coverage: 96.8% of statements [2020-11-03T23:13:07.621Z] ok github.com/docker/docker/cli/debug 0.043s coverage: 100.0% of statements [2020-11-03T23:13:07.621Z] ok github.com/docker/docker/builder/remotecontext 0.295s coverage: 13.6% of statements [2020-11-03T23:13:07.621Z] ok github.com/docker/docker/builder/dockerfile 0.848s coverage: 48.0% of statements [2020-11-03T23:13:07.621Z] ok github.com/docker/docker/builder/remotecontext/git 3.401s coverage: 86.3% of statements [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/cli [no test files] [2020-11-03T23:13:07.621Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-03T23:13:09.884Z] tests/integration/api_network_test.py ............................ [ 47%] [2020-11-03T23:13:11.771Z] --- PASS: TestBuildSquashParent (6.54s) [2020-11-03T23:13:11.771Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-03T23:13:11.771Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-03T23:13:11.771Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-03T23:13:11.771Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-03T23:13:11.771Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-03T23:13:11.771Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-03T23:13:11.771Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-03T23:13:11.771Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-03T23:13:11.771Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-03T23:13:11.771Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-03T23:13:11.771Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-03T23:13:11.771Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-03T23:13:11.771Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-03T23:13:11.771Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-03T23:13:11.771Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-03T23:13:13.843Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-03T23:13:14.135Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-03T23:13:14.234Z] ok github.com/docker/docker/client 0.252s coverage: 75.4% of statements [2020-11-03T23:13:16.208Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-03T23:13:16.501Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-03T23:13:19.272Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-11-03T23:13:19.272Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.75s) [2020-11-03T23:13:19.272Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.79s) [2020-11-03T23:13:19.272Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.37s) [2020-11-03T23:13:19.272Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.42s) [2020-11-03T23:13:19.272Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.53s) [2020-11-03T23:13:19.272Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.65s) [2020-11-03T23:13:19.272Z] === RUN TestBuildMultiStageCopy [2020-11-03T23:13:19.272Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-03T23:13:22.013Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-03T23:13:22.013Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-03T23:13:22.648Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-03T23:13:23.282Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-03T23:13:23.916Z] --- PASS: TestBuildMultiStageCopy (4.74s) [2020-11-03T23:13:23.916Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.52s) [2020-11-03T23:13:23.916Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s) [2020-11-03T23:13:23.916Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s) [2020-11-03T23:13:23.916Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s) [2020-11-03T23:13:23.916Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.61s) [2020-11-03T23:13:23.916Z] === RUN TestBuildMultiStageParentConfig [2020-11-03T23:13:25.116Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-11-03T23:13:25.426Z] --- PASS: TestBuildMultiStageParentConfig (1.55s) [2020-11-03T23:13:25.426Z] === RUN TestBuildLabelWithTargets [2020-11-03T23:13:26.618Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-11-03T23:13:28.160Z] --- PASS: TestBuildLabelWithTargets (2.41s) [2020-11-03T23:13:28.160Z] === RUN TestBuildWithEmptyLayers [2020-11-03T23:13:28.794Z] --- PASS: TestBuildWithEmptyLayers (1.01s) [2020-11-03T23:13:28.794Z] === RUN TestBuildMultiStageOnBuild [2020-11-03T23:13:31.649Z] tests/integration/api_service_test.py .................................. [ 60%] [2020-11-03T23:13:32.319Z] --- PASS: TestBuildMultiStageOnBuild (2.97s) [2020-11-03T23:13:32.319Z] === RUN TestBuildUncleanTarFilenames [2020-11-03T23:13:32.953Z] --- PASS: TestBuildUncleanTarFilenames (1.30s) [2020-11-03T23:13:32.953Z] === RUN TestBuildMultiStageLayerLeak [2020-11-03T23:13:36.476Z] --- PASS: TestBuildMultiStageLayerLeak (2.95s) [2020-11-03T23:13:36.476Z] === RUN TestBuildWithHugeFile [2020-11-03T23:13:40.710Z] Loaded image: buildpack-deps:buster [2020-11-03T23:13:40.710Z] Loaded image: busybox:latest [2020-11-03T23:13:40.710Z] Loaded image: busybox:glibc [2020-11-03T23:13:40.710Z] Loaded image: debian:buster [2020-11-03T23:13:40.710Z] Loaded image: hello-world:latest [2020-11-03T23:13:40.710Z] Loaded image: arm32v7/hello-world:latest [2020-11-03T23:13:40.710Z] INFO: Testing against a local daemon [2020-11-03T23:13:40.710Z] === RUN TestCgroupNamespacesBuild [2020-11-03T23:13:40.710Z] --- PASS: TestCgroupNamespacesBuild (3.08s) [2020-11-03T23:13:40.710Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-03T23:13:40.865Z] ok github.com/docker/docker/cmd/dockerd 0.120s coverage: 29.1% of statements [2020-11-03T23:13:40.865Z] ok github.com/docker/docker/container 0.169s coverage: 34.4% of statements [2020-11-03T23:13:40.865Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-03T23:13:40.865Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-03T23:13:40.865Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-03T23:13:40.865Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-03T23:13:40.971Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.11s) [2020-11-03T23:13:40.971Z] === RUN TestBuildWithSession [2020-11-03T23:13:40.971Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-03T23:13:40.971Z] build_session_test.go:25: TODO: BuildKit [2020-11-03T23:13:40.971Z] === RUN TestBuildSquashParent [2020-11-03T23:13:44.010Z] ......................... [ 67%] [2020-11-03T23:13:44.190Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.079s coverage: 65.3% of statements [2020-11-03T23:13:44.772Z] ok github.com/docker/docker/daemon/cluster/convert 0.031s coverage: 35.9% of statements [2020-11-03T23:13:48.099Z] ok github.com/docker/docker/daemon/cluster 0.165s coverage: 0.5% of statements [2020-11-03T23:13:48.130Z] #67 exporting layers 80.4s done [2020-11-03T23:13:48.130Z] #67 exporting manifest sha256:e392ec314d977ee1e956e60a74ec67ee9e1dcf2af4479de039b9a9becec3104f done [2020-11-03T23:13:48.130Z] #67 exporting config sha256:9fe8c987b2470bf0fcc388d4ad8417777f9b0bddcbb7a6d55d7ea2de1b5298f7 done [2020-11-03T23:13:48.130Z] #67 sending tarball [2020-11-03T23:13:50.033Z] ok github.com/docker/docker/daemon/discovery 0.055s coverage: 30.0% of statements [2020-11-03T23:13:50.614Z] ok github.com/docker/docker/daemon/config 0.091s coverage: 81.8% of statements [2020-11-03T23:13:50.976Z] --- PASS: TestBuildSquashParent (8.96s) [2020-11-03T23:13:50.977Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-03T23:13:50.977Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-03T23:13:50.977Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-03T23:13:50.977Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-03T23:13:50.977Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-03T23:13:50.977Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-03T23:13:50.977Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-03T23:13:50.977Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-03T23:13:50.977Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-03T23:13:50.977Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-03T23:13:50.977Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-03T23:13:50.977Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-03T23:13:50.977Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-03T23:13:50.977Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-03T23:13:50.977Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-03T23:13:51.568Z] ok github.com/docker/docker/daemon/events 0.073s coverage: 50.0% of statements [2020-11-03T23:13:52.520Z] ok github.com/docker/docker/daemon/graphdriver 0.026s coverage: 2.2% of statements [2020-11-03T23:13:53.525Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-03T23:13:53.525Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-03T23:13:56.746Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2020-11-03T23:13:56.746Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.525s coverage: 14.1% of statements [2020-11-03T23:13:56.830Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-03T23:13:56.830Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-03T23:13:57.323Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.664s coverage: 56.2% of statements [2020-11-03T23:13:59.885Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.020s coverage: 1.8% of statements [2020-11-03T23:14:00.135Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-11-03T23:14:00.135Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.42s) [2020-11-03T23:14:00.135Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.46s) [2020-11-03T23:14:00.135Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.14s) [2020-11-03T23:14:00.135Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.18s) [2020-11-03T23:14:00.135Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.06s) [2020-11-03T23:14:00.135Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.17s) [2020-11-03T23:14:00.135Z] === RUN TestBuildMultiStageCopy [2020-11-03T23:14:00.135Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-03T23:14:00.938Z] #67 sending tarball 15.0s done [2020-11-03T23:14:00.938Z] #67 DONE 95.5s [2020-11-03T23:14:00.938Z] [2020-11-03T23:14:00.938Z] #68 importing to docker [2020-11-03T23:14:02.051Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-03T23:14:02.442Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.200s coverage: 46.2% of statements [2020-11-03T23:14:02.625Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-03T23:14:02.711Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.994s coverage: 73.1% of statements [2020-11-03T23:14:03.198Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-03T23:14:03.586Z] --- PASS: TestBuildWithHugeFile (26.57s) [2020-11-03T23:14:03.586Z] === RUN TestBuildWithEmptyDockerfile [2020-11-03T23:14:03.586Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-03T23:14:03.586Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-03T23:14:03.586Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-03T23:14:03.586Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-03T23:14:03.586Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-03T23:14:03.586Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-03T23:14:03.586Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-03T23:14:03.586Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-03T23:14:03.586Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-03T23:14:03.586Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2020-11-03T23:14:03.586Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s) [2020-11-03T23:14:03.586Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2020-11-03T23:14:03.586Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s) [2020-11-03T23:14:03.586Z] === RUN TestBuildPreserveOwnership [2020-11-03T23:14:03.586Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-03T23:14:03.660Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.998s coverage: 49.5% of statements [2020-11-03T23:14:04.140Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-03T23:14:04.611Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.019s coverage: 58.0% of statements [2020-11-03T23:14:04.714Z] --- PASS: TestBuildMultiStageCopy (5.00s) [2020-11-03T23:14:04.714Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.56s) [2020-11-03T23:14:04.714Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.61s) [2020-11-03T23:14:04.714Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.57s) [2020-11-03T23:14:04.714Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.62s) [2020-11-03T23:14:04.714Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.65s) [2020-11-03T23:14:04.714Z] === RUN TestBuildMultiStageParentConfig [2020-11-03T23:14:05.561Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.016s coverage: 3.0% of statements [2020-11-03T23:14:05.825Z] ok github.com/docker/docker/daemon 12.282s coverage: 17.2% of statements [2020-11-03T23:14:05.825Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-03T23:14:05.825Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-03T23:14:05.825Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-03T23:14:05.825Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-03T23:14:05.825Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-03T23:14:06.103Z] --- PASS: TestBuildMultiStageParentConfig (1.42s) [2020-11-03T23:14:06.103Z] === RUN TestBuildLabelWithTargets [2020-11-03T23:14:06.403Z] ok github.com/docker/docker/daemon/links 0.012s coverage: 93.0% of statements [2020-11-03T23:14:07.092Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-03T23:14:07.804Z] ok github.com/docker/docker/daemon/images 0.033s coverage: 4.9% of statements [2020-11-03T23:14:08.651Z] --- PASS: TestBuildLabelWithTargets (2.19s) [2020-11-03T23:14:08.651Z] === RUN TestBuildWithEmptyLayers [2020-11-03T23:14:08.756Z] ok github.com/docker/docker/daemon/logger 0.237s coverage: 41.0% of statements [2020-11-03T23:14:08.756Z] ok github.com/docker/docker/daemon/logger/awslogs 0.260s coverage: 77.8% of statements [2020-11-03T23:14:09.153Z] --- PASS: TestBuildPreserveOwnership (6.45s) [2020-11-03T23:14:09.153Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.17s) [2020-11-03T23:14:09.153Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.27s) [2020-11-03T23:14:09.153Z] === RUN TestBuildPlatformInvalid [2020-11-03T23:14:09.444Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2020-11-03T23:14:09.444Z] PASS [2020-11-03T23:14:09.444Z] [2020-11-03T23:14:09.444Z] === Skipped [2020-11-03T23:14:09.444Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-11-03T23:14:09.444Z] build_session_test.go:25: TODO: BuildKit [2020-11-03T23:14:09.444Z] [2020-11-03T23:14:09.444Z] [2020-11-03T23:14:09.444Z] DONE 32 tests, 1 skipped in 77.165s [2020-11-03T23:14:09.444Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-11-03T23:14:09.444Z] ++ 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-03T23:14:09.444Z] ++ set -e [2020-11-03T23:14:09.444Z] ++ '[' -n 0 ']' [2020-11-03T23:14:09.444Z] ++ set -x [2020-11-03T23:14:09.444Z] ++ env -i DEST=/go/src/github.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-03T23:14:09.444Z] INFO: Testing against a local daemon [2020-11-03T23:14:09.444Z] === RUN TestConfigInspect [2020-11-03T23:14:09.594Z] --- PASS: TestBuildWithEmptyLayers (1.29s) [2020-11-03T23:14:09.594Z] === RUN TestBuildMultiStageOnBuild [2020-11-03T23:14:09.707Z] ok github.com/docker/docker/daemon/logger/gelf 0.031s coverage: 67.0% of statements [2020-11-03T23:14:09.972Z] ok github.com/docker/docker/daemon/logger/journald 0.018s coverage: 23.9% of statements [2020-11-03T23:14:10.236Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.054s coverage: 57.7% of statements [2020-11-03T23:14:10.236Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-03T23:14:10.236Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-03T23:14:10.236Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-03T23:14:10.236Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-03T23:14:10.236Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-03T23:14:10.236Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-03T23:14:10.500Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.035s coverage: 61.6% of statements [2020-11-03T23:14:10.500Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.016s coverage: 87.2% of statements [2020-11-03T23:14:11.897Z] ok github.com/docker/docker/daemon/logger/local 0.079s coverage: 75.2% of statements [2020-11-03T23:14:11.897Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-03T23:14:12.474Z] time="2020-11-03T23:14:12Z" level=error msg="Failed to open log file: open /tmp/TestCheckCapacityAndRotate833192863/log654507122.1: no such file or directory" [2020-11-03T23:14:12.474Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.052s coverage: 37.7% of statements [2020-11-03T23:14:12.474Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.041s coverage: 33.3% of statements [2020-11-03T23:14:12.898Z] --- PASS: TestBuildMultiStageOnBuild (3.02s) [2020-11-03T23:14:12.898Z] === RUN TestBuildUncleanTarFilenames [2020-11-03T23:14:13.426Z] ok github.com/docker/docker/daemon/logger/templates 0.011s coverage: 8.3% of statements [2020-11-03T23:14:13.426Z] ok github.com/docker/docker/daemon/logger/syslog 0.029s coverage: 46.8% of statements [2020-11-03T23:14:13.928Z] --- PASS: TestConfigInspect (3.83s) [2020-11-03T23:14:13.928Z] === RUN TestConfigList [2020-11-03T23:14:14.284Z] --- PASS: TestBuildUncleanTarFilenames (1.75s) [2020-11-03T23:14:14.284Z] === RUN TestBuildMultiStageLayerLeak [2020-11-03T23:14:14.387Z] ok github.com/docker/docker/daemon/network 0.039s coverage: 63.8% of statements [2020-11-03T23:14:14.651Z] ok github.com/docker/docker/daemon/logger/splunk 1.834s coverage: 82.5% of statements [2020-11-03T23:14:14.651Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-03T23:14:14.651Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-03T23:14:15.603Z] ok github.com/docker/docker/distribution/metadata 0.094s coverage: 48.2% of statements [2020-11-03T23:14:16.555Z] ok github.com/docker/docker/errdefs 0.021s coverage: 49.4% of statements [2020-11-03T23:14:16.555Z] ok github.com/docker/docker/distribution 0.290s coverage: 21.9% of statements [2020-11-03T23:14:16.555Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-03T23:14:17.437Z] --- PASS: TestConfigList (3.57s) [2020-11-03T23:14:17.437Z] === RUN TestConfigsCreateAndDelete [2020-11-03T23:14:17.507Z] ok github.com/docker/docker/image 0.062s coverage: 86.4% of statements [2020-11-03T23:14:17.587Z] --- PASS: TestBuildMultiStageLayerLeak (3.09s) [2020-11-03T23:14:17.587Z] === RUN TestBuildWithHugeFile [2020-11-03T23:14:17.772Z] ok github.com/docker/docker/image/cache 0.035s coverage: 19.2% of statements [2020-11-03T23:14:18.036Z] ok github.com/docker/docker/image/v1 0.051s coverage: 25.0% of statements [2020-11-03T23:14:18.299Z] ok github.com/docker/docker/distribution/xfer 1.726s coverage: 85.1% of statements [2020-11-03T23:14:18.299Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-03T23:14:18.299Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-03T23:14:18.299Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-03T23:14:18.563Z] ok github.com/docker/docker/libcontainerd/queue 0.033s coverage: 100.0% of statements [2020-11-03T23:14:19.625Z] #68 DONE 16.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-03T23:14:20.046Z] ok github.com/docker/docker/pkg/aaparser 0.037s coverage: 52.9% of statements [2020-11-03T23:14:20.046Z] ok github.com/docker/docker/oci 0.038s coverage: 8.2% of statements [2020-11-03T23:14:20.046Z] ok github.com/docker/docker/opts 0.044s coverage: 67.1% of statements [2020-11-03T23:14:20.083Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41604/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:94bcfbdcb127d303563f72e7cf500179256c8f56 hack/test/unit [2020-11-03T23:14:20.946Z] --- PASS: TestConfigsCreateAndDelete (3.54s) [2020-11-03T23:14:20.946Z] === RUN TestConfigsUpdate [2020-11-03T23:14:21.003Z] ok github.com/docker/docker/pkg/broadcaster 0.026s coverage: 100.0% of statements [2020-11-03T23:14:21.582Z] ok github.com/docker/docker/pkg/capabilities 0.012s coverage: 87.5% of statements [2020-11-03T23:14:21.845Z] ok github.com/docker/docker/pkg/authorization 0.349s coverage: 68.3% of statements [2020-11-03T23:14:23.239Z] ok github.com/docker/docker/pkg/directory 0.012s coverage: 80.0% of statements [2020-11-03T23:14:23.502Z] ok github.com/docker/docker/pkg/archive 1.118s coverage: 76.8% of statements [2020-11-03T23:14:23.639Z] ? github.com/docker/docker/api [no test files] [2020-11-03T23:14:23.765Z] ok github.com/docker/docker/pkg/discovery 0.026s coverage: 58.3% of statements [2020-11-03T23:14:24.027Z] ok github.com/docker/docker/pkg/discovery/file 0.010s coverage: 97.6% of statements [2020-11-03T23:14:24.507Z] --- PASS: TestConfigsUpdate (3.60s) [2020-11-03T23:14:24.507Z] === RUN TestTemplatedConfig [2020-11-03T23:14:24.977Z] ok github.com/docker/docker/pkg/discovery/memory 0.010s coverage: 92.3% of statements [2020-11-03T23:14:25.552Z] ok github.com/docker/docker/pkg/discovery/nodes 0.014s coverage: 93.8% of statements [2020-11-03T23:14:25.815Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2020-11-03T23:14:26.079Z] ok github.com/docker/docker/pkg/chrootarchive 3.575s coverage: 43.2% of statements [2020-11-03T23:14:27.027Z] ok github.com/docker/docker/pkg/filenotify 0.610s coverage: 67.0% of statements [2020-11-03T23:14:27.027Z] ok github.com/docker/docker/pkg/fileutils 0.018s coverage: 89.5% of statements [2020-11-03T23:14:27.419Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2020-11-03T23:14:27.604Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2020-11-03T23:14:27.604Z] ok github.com/docker/docker/pkg/fsutils 0.350s coverage: 85.1% of statements [2020-11-03T23:14:28.016Z] --- PASS: TestTemplatedConfig (3.54s) [2020-11-03T23:14:28.016Z] === RUN TestConfigCreateResolve [2020-11-03T23:14:28.182Z] ok github.com/docker/docker/pkg/discovery/kv 3.089s coverage: 84.1% of statements [2020-11-03T23:14:28.182Z] ok github.com/docker/docker/layer 7.281s coverage: 68.8% of statements [2020-11-03T23:14:28.182Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-03T23:14:28.182Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-03T23:14:28.182Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-03T23:14:28.182Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-03T23:14:28.182Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-03T23:14:28.182Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-03T23:14:28.182Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-03T23:14:29.132Z] ok github.com/docker/docker/pkg/longpath 0.018s coverage: 100.0% of statements [2020-11-03T23:14:29.132Z] ok github.com/docker/docker/pkg/jsonmessage 0.022s coverage: 91.7% of statements [2020-11-03T23:14:29.132Z] ok github.com/docker/docker/pkg/idtools 0.854s coverage: 70.1% of statements [2020-11-03T23:14:29.397Z] ok github.com/docker/docker/pkg/ioutils 0.652s coverage: 70.1% of statements [2020-11-03T23:14:29.397Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-03T23:14:29.397Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-03T23:14:29.397Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-03T23:14:29.397Z] ok github.com/docker/docker/pkg/namesgenerator 0.017s coverage: 85.7% of statements [2020-11-03T23:14:29.397Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-03T23:14:29.661Z] ok github.com/docker/docker/pkg/parsers 0.034s coverage: 97.0% of statements [2020-11-03T23:14:29.926Z] ok github.com/docker/docker/pkg/parsers/kernel 0.017s coverage: 60.0% of statements [2020-11-03T23:14:30.190Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.056s coverage: 86.7% of statements [2020-11-03T23:14:30.190Z] ok github.com/docker/docker/pkg/pidfile 0.055s coverage: 82.4% of statements [2020-11-03T23:14:30.190Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-03T23:14:30.190Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-03T23:14:30.767Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.022s coverage: 56.8% of statements [2020-11-03T23:14:31.346Z] ok github.com/docker/docker/pkg/pools 0.019s coverage: 88.2% of statements [2020-11-03T23:14:31.346Z] ok github.com/docker/docker/pkg/plugins/transport 0.028s coverage: 85.7% of statements [2020-11-03T23:14:31.346Z] ok github.com/docker/docker/pkg/progress 0.014s coverage: 75.9% of statements [2020-11-03T23:14:31.524Z] --- PASS: TestConfigCreateResolve (3.68s) [2020-11-03T23:14:31.524Z] === RUN TestConfigDaemonLibtrustID [2020-11-03T23:14:31.815Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2020-11-03T23:14:31.815Z] PASS [2020-11-03T23:14:31.815Z] [2020-11-03T23:14:31.815Z] DONE 7 tests in 22.372s [2020-11-03T23:14:31.815Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-11-03T23:14:31.815Z] ++ 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-03T23:14:31.815Z] ++ set -e [2020-11-03T23:14:31.815Z] ++ '[' -n 0 ']' [2020-11-03T23:14:31.815Z] ++ set -x [2020-11-03T23:14:31.815Z] ++ env -i DEST=/go/src/github.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-03T23:14:31.815Z] INFO: Testing against a local daemon [2020-11-03T23:14:31.815Z] === RUN TestCheckpoint [2020-11-03T23:14:31.815Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-03T23:14:31.815Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-03T23:14:31.815Z] === RUN TestContainerInvalidJSON [2020-11-03T23:14:31.815Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-03T23:14:31.815Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-03T23:14:31.815Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-03T23:14:31.815Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-03T23:14:31.815Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-03T23:14:31.815Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-03T23:14:31.815Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-03T23:14:31.815Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-03T23:14:31.815Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-03T23:14:31.815Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-03T23:14:31.815Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-03T23:14:31.815Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-03T23:14:31.815Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-03T23:14:31.815Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-03T23:14:32.106Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.17s) [2020-11-03T23:14:32.106Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-03T23:14:32.297Z] ok github.com/docker/docker/pkg/reexec 0.020s coverage: 82.4% of statements [2020-11-03T23:14:32.396Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2020-11-03T23:14:32.396Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-03T23:14:32.396Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2020-11-03T23:14:32.396Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-03T23:14:32.396Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2020-11-03T23:14:32.396Z] === RUN TestCopyFromContainer [2020-11-03T23:14:32.500Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-03T23:14:32.500Z] Using test binary docker [2020-11-03T23:14:32.500Z] +++ /etc/init.d/apparmor start [2020-11-03T23:14:32.500Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-03T23:14:32.500Z] INFO: Waiting for daemon to start... [2020-11-03T23:14:32.500Z] Starting dockerd [2020-11-03T23:14:32.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-03T23:14:32.500Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-03T23:14:32.500Z] Using test binary docker [2020-11-03T23:14:32.500Z] +++ /etc/init.d/apparmor start [2020-11-03T23:14:32.500Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-03T23:14:32.500Z] INFO: Waiting for daemon to start... [2020-11-03T23:14:32.500Z] Starting dockerd [2020-11-03T23:14:32.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-03T23:14:32.873Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2020-11-03T23:14:32.874Z] ok github.com/docker/docker/pkg/pubsub 1.087s coverage: 75.0% of statements [2020-11-03T23:14:33.440Z] . [2020-11-03T23:14:33.441Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-03T23:14:33.449Z] ok github.com/docker/docker/pkg/streamformatter 0.011s coverage: 66.2% of statements [2020-11-03T23:14:33.449Z] ok github.com/docker/docker/pkg/stringid 0.015s coverage: 70.6% of statements [2020-11-03T23:14:33.701Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-03T23:14:33.701Z] Error: No such image: emptyfs [2020-11-03T23:14:33.701Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-03T23:14:33.701Z] ++++ docker load [2020-11-03T23:14:33.701Z] Running integration-test (iteration 1) [2020-11-03T23:14:33.702Z] 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-03T23:14:33.702Z] ++ 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-03T23:14:33.962Z] ++ set -e [2020-11-03T23:14:33.962Z] ++ '[' -n 0 ']' [2020-11-03T23:14:33.962Z] ++ set -x [2020-11-03T23:14:33.963Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03T23:14:34.229Z] [2020-11-03T23:14:34.229Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-03T23:14:34.229Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-03T23:14:34.229Z] Error: No such image: emptyfs [2020-11-03T23:14:34.229Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-03T23:14:34.229Z] ++++ docker load [2020-11-03T23:14:34.412Z] ok github.com/docker/docker/pkg/sysinfo 0.019s coverage: 54.2% of statements [2020-11-03T23:14:34.458Z] === RUN TestCopyFromContainer// [2020-11-03T23:14:34.458Z] === RUN TestCopyFromContainer//bar/root [2020-11-03T23:14:34.675Z] ok github.com/docker/docker/pkg/system 0.039s coverage: 36.9% of statements [2020-11-03T23:14:34.748Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-03T23:14:34.748Z] === RUN TestCopyFromContainer/bar/quux [2020-11-03T23:14:34.748Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-03T23:14:34.801Z] Running integration-test (iteration 1) [2020-11-03T23:14:34.801Z] 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-03T23:14:34.801Z] ++ 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-03T23:14:34.801Z] ++ set -e [2020-11-03T23:14:34.801Z] ++ '[' -n 0 ']' [2020-11-03T23:14:34.801Z] ++ set -x [2020-11-03T23:14:34.801Z] ++ env -i DEST=/go/src/github.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-03T23:14:34.939Z] ok github.com/docker/docker/pkg/signal 2.819s coverage: 61.0% of statements [2020-11-03T23:14:35.039Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-03T23:14:35.039Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-03T23:14:35.039Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-03T23:14:35.203Z] ok github.com/docker/docker/pkg/tailfile 0.121s coverage: 88.6% of statements [2020-11-03T23:14:35.318Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-03T23:14:35.318Z] [2020-11-03T23:14:35.318Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-03T23:14:35.318Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-03T23:14:35.318Z] HOSTNAME=2bff805e584b [2020-11-03T23:14:35.318Z] DEST=bundles/test-integration [2020-11-03T23:14:35.318Z] PWD=/go/src/github.com/docker/docker [2020-11-03T23:14:35.318Z] DOCKER_ROOTLESS=1 [2020-11-03T23:14:35.318Z] DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 [2020-11-03T23:14:35.318Z] container=docker [2020-11-03T23:14:35.318Z] HOME=/root [2020-11-03T23:14:35.318Z] GOLANG_VERSION=1.13.15 [2020-11-03T23:14:35.318Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-03T23:14:35.318Z] VALIDATE_BRANCH=master [2020-11-03T23:14:35.318Z] TERM=xterm [2020-11-03T23:14:35.318Z] DOCKER_PKG=github.com/docker/docker [2020-11-03T23:14:35.318Z] SHLVL=1 [2020-11-03T23:14:35.318Z] TIMEOUT=120m [2020-11-03T23:14:35.318Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-03T23:14:35.318Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-03T23:14:35.318Z] GO111MODULE=off [2020-11-03T23:14:35.318Z] DOCKER_EXPERIMENTAL=1 [2020-11-03T23:14:35.318Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-03T23:14:35.318Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-03T23:14:35.318Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-03T23:14:35.318Z] GOPATH=/go [2020-11-03T23:14:35.318Z] PKG_CONFIG=pkg-config [2020-11-03T23:14:35.318Z] _=/usr/bin/env [2020-11-03T23:14:35.318Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-03T23:14:35.330Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-03T23:14:35.330Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-03T23:14:35.330Z] --- PASS: TestCopyFromContainer (2.87s) [2020-11-03T23:14:35.330Z] --- PASS: TestCopyFromContainer// (0.05s) [2020-11-03T23:14:35.330Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2020-11-03T23:14:35.330Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2020-11-03T23:14:35.330Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2020-11-03T23:14:35.330Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2020-11-03T23:14:35.330Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2020-11-03T23:14:35.330Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2020-11-03T23:14:35.330Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2020-11-03T23:14:35.330Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-11-03T23:14:35.330Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2020-11-03T23:14:35.330Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-03T23:14:35.330Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-03T23:14:35.330Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-03T23:14:35.330Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-03T23:14:35.330Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-03T23:14:35.330Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-03T23:14:35.330Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-03T23:14:35.330Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-03T23:14:35.330Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-03T23:14:35.330Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-03T23:14:35.330Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-11-03T23:14:35.330Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-03T23:14:35.330Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-03T23:14:35.330Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-03T23:14:35.330Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-03T23:14:35.330Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-11-03T23:14:35.330Z] === RUN TestCreateWithInvalidEnv [2020-11-03T23:14:35.330Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-03T23:14:35.330Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-03T23:14:35.330Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-03T23:14:35.330Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-03T23:14:35.330Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-03T23:14:35.330Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-03T23:14:35.330Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-03T23:14:35.330Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-03T23:14:35.330Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-03T23:14:35.330Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-11-03T23:14:35.330Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-03T23:14:35.330Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-03T23:14:35.330Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-03T23:14:35.330Z] === RUN TestCreateTmpfsMountsTarget [2020-11-03T23:14:35.466Z] testing: warning: no tests to run [2020-11-03T23:14:35.466Z] coverage: [no statements] [2020-11-03T23:14:35.466Z] ok github.com/docker/docker/pkg/term/windows 0.014s coverage: [no statements] [no tests to run] [2020-11-03T23:14:35.620Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2020-11-03T23:14:35.620Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-03T23:14:35.730Z] ok github.com/docker/docker/pkg/tarsum 0.121s coverage: 89.3% of statements [2020-11-03T23:14:35.993Z] ok github.com/docker/docker/pkg/truncindex 0.114s coverage: 91.5% of statements [2020-11-03T23:14:35.993Z] ok github.com/docker/docker/pkg/urlutil 0.011s coverage: 100.0% of statements [2020-11-03T23:14:35.993Z] ok github.com/docker/docker/pkg/useragent 0.012s coverage: 88.9% of statements [2020-11-03T23:14:37.389Z] ok github.com/docker/docker/plugin/v2 0.023s coverage: 14.5% of statements [2020-11-03T23:14:37.389Z] ok github.com/docker/docker/profiles/seccomp 0.017s coverage: 85.4% of statements [2020-11-03T23:14:37.682Z] --- PASS: TestCreateWithCustomMaskedPaths (2.33s) [2020-11-03T23:14:37.682Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-03T23:14:38.340Z] ok github.com/docker/docker/reference 0.016s coverage: 84.4% of statements [2020-11-03T23:14:38.603Z] ok github.com/docker/docker/plugin 0.566s coverage: 23.2% of statements [2020-11-03T23:14:40.408Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.53s) [2020-11-03T23:14:40.408Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-03T23:14:40.408Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-03T23:14:40.408Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-03T23:14:40.408Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-03T23:14:40.408Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-03T23:14:40.408Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-03T23:14:40.408Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-03T23:14:40.408Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-03T23:14:40.408Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-03T23:14:40.408Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-03T23:14:40.408Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-03T23:14:40.408Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-03T23:14:40.408Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-03T23:14:40.408Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-03T23:14:40.408Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-03T23:14:40.408Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-03T23:14:40.408Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-11-03T23:14:40.408Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-11-03T23:14:40.408Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-11-03T23:14:40.408Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-11-03T23:14:40.408Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-11-03T23:14:40.408Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-11-03T23:14:40.408Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-03T23:14:40.534Z] ok github.com/docker/docker/registry/resumable 0.026s coverage: 100.0% of statements [2020-11-03T23:14:40.534Z] ok github.com/docker/docker/quota 0.546s coverage: 71.4% of statements [2020-11-03T23:14:40.534Z] ok github.com/docker/docker/registry 0.171s coverage: 56.8% of statements [2020-11-03T23:14:40.797Z] ok github.com/docker/docker/restartmanager 0.008s coverage: 45.3% of statements [2020-11-03T23:14:41.039Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.80s) [2020-11-03T23:14:41.039Z] === RUN TestCreateDifferentPlatform [2020-11-03T23:14:41.039Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-03T23:14:41.039Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-03T23:14:41.039Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-11-03T23:14:41.039Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-03T23:14:41.039Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-03T23:14:41.039Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-03T23:14:41.060Z] ok github.com/docker/docker/testutil 0.016s coverage: 62.5% of statements [2020-11-03T23:14:41.329Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-11-03T23:14:41.329Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-03T23:14:41.329Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.14s) [2020-11-03T23:14:41.329Z] === RUN TestContainerStartOnDaemonRestart [2020-11-03T23:14:41.329Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-03T23:14:41.329Z] === RUN TestDaemonRestartIpcMode [2020-11-03T23:14:41.329Z] === PAUSE TestDaemonRestartIpcMode [2020-11-03T23:14:41.329Z] === RUN TestDaemonHostGatewayIP [2020-11-03T23:14:41.329Z] === PAUSE TestDaemonHostGatewayIP [2020-11-03T23:14:41.329Z] === RUN TestContainerKillOnDaemonStart [2020-11-03T23:14:41.329Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-03T23:14:41.329Z] === RUN TestDiff [2020-11-03T23:14:41.637Z] ok github.com/docker/docker/runconfig 0.024s coverage: 66.1% of statements [2020-11-03T23:14:42.287Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-11-03T23:14:42.340Z] ok github.com/docker/docker/api/server 0.025s coverage: 9.0% of statements [2020-11-03T23:14:42.360Z] --- PASS: TestDiff (0.85s) [2020-11-03T23:14:42.360Z] === RUN TestExecWithCloseStdin [2020-11-03T23:14:42.990Z] --- PASS: TestExecWithCloseStdin (0.90s) [2020-11-03T23:14:42.990Z] === RUN TestExec [2020-11-03T23:14:43.033Z] ok github.com/docker/docker/volume/drivers 0.025s coverage: 36.1% of statements [2020-11-03T23:14:44.023Z] --- PASS: TestExec (0.98s) [2020-11-03T23:14:44.023Z] === RUN TestExecUser [2020-11-03T23:14:44.187Z] tests/integration/client_test.py ..... [ 75%] [2020-11-03T23:14:44.187Z] tests/integration/context_api_test.py ... [ 76%] [2020-11-03T23:14:44.429Z] ok github.com/docker/docker/volume/mounts 0.046s coverage: 67.0% of statements [2020-11-03T23:14:44.753Z] tests/integration/errors_test.py . [ 76%] [2020-11-03T23:14:45.004Z] ok github.com/docker/docker/volume/local 0.230s coverage: 76.6% of statements [2020-11-03T23:14:45.055Z] --- PASS: TestExecUser (0.89s) [2020-11-03T23:14:45.055Z] === RUN TestExportContainerAndImportImage [2020-11-03T23:14:45.578Z] ok github.com/docker/docker/volume/service 0.030s coverage: 73.1% of statements [2020-11-03T23:14:46.087Z] --- PASS: TestExportContainerAndImportImage (1.11s) [2020-11-03T23:14:46.087Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-03T23:14:47.628Z] --- PASS: TestExportContainerAfterDaemonRestart (1.54s) [2020-11-03T23:14:47.628Z] === RUN TestHealthCheckWorkdir [2020-11-03T23:14:48.659Z] --- PASS: TestHealthCheckWorkdir (1.09s) [2020-11-03T23:14:48.659Z] === RUN TestHealthKillContainer [2020-11-03T23:14:52.168Z] --- PASS: TestHealthKillContainer (2.90s) [2020-11-03T23:14:52.168Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-03T23:14:52.464Z] --- PASS: TestInspectCpusetInConfigPre120 (0.80s) [2020-11-03T23:14:52.464Z] === RUN TestIpcModeNone [2020-11-03T23:14:53.499Z] --- PASS: TestIpcModeNone (0.92s) [2020-11-03T23:14:53.499Z] === RUN TestIpcModePrivate [2020-11-03T23:14:54.531Z] --- PASS: TestIpcModePrivate (0.93s) [2020-11-03T23:14:54.531Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-11-03T23:14:54.531Z] === RUN TestIpcModeShareable [2020-11-03T23:14:55.162Z] --- PASS: TestIpcModeShareable (0.92s) [2020-11-03T23:14:55.162Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-11-03T23:14:55.162Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-03T23:14:58.671Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.88s) [2020-11-03T23:14:58.671Z] === RUN TestAPIIpcModeHost [2020-11-03T23:14:58.671Z] --- PASS: TestAPIIpcModeHost (0.64s) [2020-11-03T23:14:58.671Z] === RUN TestDaemonIpcModeShareable [2020-11-03T23:15:00.183Z] 406ffb8432a7: Pull complete [2020-11-03T23:15:00.183Z] Digest: sha256:c09d8edfe68365f519b02827171aacc61ed3451f7863325cee4059b96f41c0ce [2020-11-03T23:15:00.183Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-03T23:15:00.183Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-03T23:15:00.183Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2020-11-03T23:15:00.183Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2020-11-03T23:15:00.651Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1518' [2020-11-03T23:15:00.651Z] INFO: Docker version of control daemon [2020-11-03T23:15:00.651Z] [2020-11-03T23:15:00.737Z] --- PASS: TestDaemonIpcModeShareable (1.75s) [2020-11-03T23:15:00.737Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-11-03T23:15:00.737Z] === RUN TestDaemonIpcModePrivate [2020-11-03T23:15:01.115Z] Client: Docker Engine - Enterprise [2020-11-03T23:15:01.115Z] Version: 19.03.12 [2020-11-03T23:15:01.115Z] API version: 1.40 [2020-11-03T23:15:01.115Z] Go version: go1.13.13 [2020-11-03T23:15:01.115Z] Git commit: 4306744 [2020-11-03T23:15:01.115Z] Built: 08/05/2020 19:27:53 [2020-11-03T23:15:01.115Z] OS/Arch: windows/amd64 [2020-11-03T23:15:01.115Z] Experimental: false [2020-11-03T23:15:01.115Z] [2020-11-03T23:15:01.115Z] Server: Docker Engine - Enterprise [2020-11-03T23:15:01.115Z] Engine: [2020-11-03T23:15:01.115Z] Version: 19.03.12 [2020-11-03T23:15:01.115Z] API version: 1.40 (minimum version 1.24) [2020-11-03T23:15:01.115Z] Go version: go1.13.13 [2020-11-03T23:15:01.115Z] Git commit: f295753ffd [2020-11-03T23:15:01.115Z] Built: 08/05/2020 19:26:41 [2020-11-03T23:15:01.115Z] OS/Arch: windows/amd64 [2020-11-03T23:15:01.115Z] Experimental: true [2020-11-03T23:15:01.115Z] [2020-11-03T23:15:01.115Z] INFO: Docker info of control daemon [2020-11-03T23:15:01.115Z] [2020-11-03T23:15:01.581Z] Client: [2020-11-03T23:15:01.581Z] Debug Mode: false [2020-11-03T23:15:01.581Z] Plugins: [2020-11-03T23:15:01.581Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-11-03T23:15:01.581Z] [2020-11-03T23:15:01.581Z] Server: [2020-11-03T23:15:01.581Z] Containers: 0 [2020-11-03T23:15:01.581Z] Running: 0 [2020-11-03T23:15:01.581Z] Paused: 0 [2020-11-03T23:15:01.581Z] Stopped: 0 [2020-11-03T23:15:01.581Z] Images: 1 [2020-11-03T23:15:01.581Z] Server Version: 19.03.12 [2020-11-03T23:15:01.581Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-11-03T23:15:01.581Z] Windows: [2020-11-03T23:15:01.581Z] LCOW: [2020-11-03T23:15:01.581Z] Logging Driver: json-file [2020-11-03T23:15:01.581Z] Plugins: [2020-11-03T23:15:01.581Z] Volume: local [2020-11-03T23:15:01.581Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-03T23:15:01.581Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-03T23:15:01.581Z] Swarm: inactive [2020-11-03T23:15:01.581Z] Default Isolation: process [2020-11-03T23:15:01.581Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-03T23:15:01.581Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-11-03T23:15:01.581Z] OSType: windows [2020-11-03T23:15:01.581Z] Architecture: x86_64 [2020-11-03T23:15:01.581Z] CPUs: 4 [2020-11-03T23:15:01.581Z] Total Memory: 32GiB [2020-11-03T23:15:01.581Z] Name: azwin-2-548740 [2020-11-03T23:15:01.581Z] ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2 [2020-11-03T23:15:01.581Z] Docker Root Dir: D:\docker [2020-11-03T23:15:01.581Z] Debug Mode: false [2020-11-03T23:15:01.581Z] Registry: https://index.docker.io/v1/ [2020-11-03T23:15:01.581Z] Labels: [2020-11-03T23:15:01.581Z] Experimental: true [2020-11-03T23:15:01.581Z] Insecure Registries: [2020-11-03T23:15:01.581Z] 10.0.0.4:5000 [2020-11-03T23:15:01.581Z] 127.0.0.0/8 [2020-11-03T23:15:01.581Z] Registry Mirrors: [2020-11-03T23:15:01.581Z] http://10.0.0.4:5000/ [2020-11-03T23:15:01.581Z] Live Restore Enabled: false [2020-11-03T23:15:01.581Z] [2020-11-03T23:15:01.581Z] [2020-11-03T23:15:01.871Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-03T23:15:01.871Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-03T23:15:02.045Z] INFO: Commit hash is 65dfb5f2d9 [2020-11-03T23:15:02.045Z] INFO: Nuke-Everything... [2020-11-03T23:15:02.045Z] INFO: Container count on control daemon to delete is 0 [2020-11-03T23:15:02.240Z] --- PASS: TestDaemonIpcModePrivate (1.76s) [2020-11-03T23:15:02.240Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-11-03T23:15:02.240Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-03T23:15:03.601Z] INFO: Nuking d:\CI [2020-11-03T23:15:03.601Z] INFO: Zapped successfully [2020-11-03T23:15:03.601Z] INFO: Location for testing is d:\CI\PR-41604\4 [2020-11-03T23:15:03.601Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-11-03T23:15:03.601Z] [2020-11-03T23:15:03.601Z] [2020-11-03T23:15:03.601Z] INFO: Building the image from Dockerfile.windows at 11/03/2020 23:15:03... [2020-11-03T23:15:03.601Z] [2020-11-03T23:15:03.776Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-03T23:15:04.301Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.75s) [2020-11-03T23:15:04.301Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-11-03T23:15:04.301Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-03T23:15:05.805Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.76s) [2020-11-03T23:15:05.805Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-11-03T23:15:05.805Z] === RUN TestIpcModeOlderClient [2020-11-03T23:15:05.805Z] === PAUSE TestIpcModeOlderClient [2020-11-03T23:15:05.805Z] === RUN TestKillContainerInvalidSignal [2020-11-03T23:15:06.836Z] --- PASS: TestKillContainerInvalidSignal (0.85s) [2020-11-03T23:15:06.837Z] === RUN TestKillContainer [2020-11-03T23:15:06.837Z] === RUN TestKillContainer/no_signal [2020-11-03T23:15:07.467Z] === RUN TestKillContainer/non_killing_signal [2020-11-03T23:15:07.559Z] ok github.com/docker/docker/pkg/plugins 33.630s coverage: 76.6% of statements [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/rootless [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/volume [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-03T23:15:07.559Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === Skipped [2020-11-03T23:15:07.559Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-03T23:15:07.559Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-03T23:15:07.559Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-03T23:15:07.559Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:15:07.559Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-03T23:15:07.559Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:15:07.559Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-03T23:15:07.559Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:15:07.559Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-03T23:15:07.559Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:15:07.559Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-03T23:15:07.559Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:15:07.559Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-03T23:15:07.559Z] graphtest_unix.go:73: No driver to put! [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-03T23:15:07.559Z] time="2020-11-03T23:13:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:15:07.559Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:15:07.559Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-03T23:15:07.559Z] time="2020-11-03T23:13:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:15:07.559Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:15:07.559Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-03T23:15:07.559Z] time="2020-11-03T23:13:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:15:07.559Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:15:07.559Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-03T23:15:07.559Z] time="2020-11-03T23:13:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:15:07.559Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:15:07.559Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-03T23:15:07.559Z] time="2020-11-03T23:13:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:15:07.559Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:15:07.559Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-03T23:15:07.559Z] graphtest_unix.go:73: No driver to put! [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-03T23:15:07.559Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-03T23:15:07.559Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-03T23:15:07.559Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-03T23:15:07.559Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-03T23:15:07.559Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:15:07.559Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-03T23:15:07.559Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:15:07.559Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:15:07.559Z] [2020-11-03T23:15:07.559Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-03T23:15:07.560Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:15:07.560Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:15:07.560Z] [2020-11-03T23:15:07.560Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-03T23:15:07.560Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:15:07.560Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:15:07.560Z] [2020-11-03T23:15:07.560Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-03T23:15:07.560Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:15:07.560Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:15:07.560Z] [2020-11-03T23:15:07.560Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-03T23:15:07.560Z] graphtest_unix.go:73: No driver to put! [2020-11-03T23:15:07.560Z] [2020-11-03T23:15:07.560Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-03T23:15:07.560Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-03T23:15:07.560Z] [2020-11-03T23:15:07.560Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-03T23:15:07.560Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-03T23:15:07.560Z] [2020-11-03T23:15:07.560Z] [2020-11-03T23:15:07.560Z] DONE 2167 tests, 26 skipped in 190.737s Post stage [Pipeline] junit [2020-11-03T23:15:07.576Z] Recording test results [2020-11-03T23:15:08.098Z] === RUN TestKillContainer/killing_signal [2020-11-03T23:15:09.129Z] --- PASS: TestKillContainer (2.61s) [2020-11-03T23:15:09.129Z] --- PASS: TestKillContainer/no_signal (0.87s) [2020-11-03T23:15:09.129Z] --- PASS: TestKillContainer/non_killing_signal (0.50s) [2020-11-03T23:15:09.129Z] --- PASS: TestKillContainer/killing_signal (0.82s) [2020-11-03T23:15:09.129Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-03T23:15:09.129Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-03T23:15:09.825Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41604/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -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:94bcfbdcb127d303563f72e7cf500179256c8f56 hack/make.sh dynbinary test-integration [2020-11-03T23:15:10.160Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-03T23:15:10.399Z] [2020-11-03T23:15:10.662Z] Removing bundles/ [2020-11-03T23:15:10.662Z] [2020-11-03T23:15:10.662Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-03T23:15:10.662Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-03T23:15:10.662Z] GOOS="" GOARCH="" GOARM="" [2020-11-03T23:15:10.727Z] Sending build context to Docker daemon 56.8MB [2020-11-03T23:15:10.727Z] [2020-11-03T23:15:10.727Z] Step 1/10 : FROM microsoft/windowsservercore [2020-11-03T23:15:10.727Z] ---> 71d3f266f3af [2020-11-03T23:15:10.727Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-11-03T23:15:10.727Z] ---> Running in 7abfa5e8685a [2020-11-03T23:15:10.791Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.67s) [2020-11-03T23:15:10.791Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s) [2020-11-03T23:15:10.791Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.48s) [2020-11-03T23:15:10.791Z] === RUN TestKillStoppedContainer [2020-11-03T23:15:11.081Z] --- PASS: TestKillStoppedContainer (0.07s) [2020-11-03T23:15:11.081Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-03T23:15:11.081Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2020-11-03T23:15:11.081Z] === RUN TestKillDifferentUserContainer [2020-11-03T23:15:11.191Z] Removing intermediate container 7abfa5e8685a [2020-11-03T23:15:11.191Z] ---> 80ccd3989817 [2020-11-03T23:15:11.191Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2020-11-03T23:15:11.191Z] ---> Running in 594ede116bc7 [2020-11-03T23:15:11.655Z] Removing intermediate container 594ede116bc7 [2020-11-03T23:15:11.655Z] ---> 10a747ddf608 [2020-11-03T23:15:11.655Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2020-11-03T23:15:11.655Z] ---> Running in 47d2664170f2 [2020-11-03T23:15:12.112Z] --- PASS: TestKillDifferentUserContainer (0.87s) [2020-11-03T23:15:12.112Z] === RUN TestInspectOomKilledTrue [2020-11-03T23:15:12.112Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-03T23:15:12.112Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:15:12.112Z] === RUN TestInspectOomKilledFalse [2020-11-03T23:15:12.112Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-03T23:15:12.112Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:15:12.112Z] === RUN TestLinksEtcHostsContentMatch [2020-11-03T23:15:12.120Z] Removing intermediate container 47d2664170f2 [2020-11-03T23:15:12.120Z] ---> 67a94106b671 [2020-11-03T23:15:12.120Z] 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-03T23:15:12.120Z] ---> Running in 0442bad974ae [2020-11-03T23:15:12.403Z] --- PASS: TestLinksEtcHostsContentMatch (0.57s) [2020-11-03T23:15:12.403Z] === RUN TestLinksContainerNames [2020-11-03T23:15:13.099Z] Removing intermediate container 0442bad974ae [2020-11-03T23:15:13.099Z] ---> 71d50512a35f [2020-11-03T23:15:13.099Z] 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-03T23:15:13.099Z] ---> Running in 7daf29545d93 [2020-11-03T23:15:13.583Z] Loaded image: buildpack-deps:buster [2020-11-03T23:15:13.845Z] Loaded image: busybox:latest [2020-11-03T23:15:14.464Z] --- PASS: TestLinksContainerNames (1.64s) [2020-11-03T23:15:14.465Z] === RUN TestLogsFollowTailEmpty [2020-11-03T23:15:14.792Z] Loaded image: busybox:glibc [2020-11-03T23:15:14.792Z] Loaded image: debian:buster [2020-11-03T23:15:14.792Z] Loaded image: hello-world:latest [2020-11-03T23:15:14.792Z] Loaded image: buildpack-deps:buster [2020-11-03T23:15:15.052Z] Loaded image: arm32v7/hello-world:latest [2020-11-03T23:15:15.052Z] INFO: Testing against a local daemon [2020-11-03T23:15:15.052Z] === RUN TestDockerDaemonSuite [2020-11-03T23:15:15.052Z] Loaded image: busybox:latest [2020-11-03T23:15:15.052Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-11-03T23:15:15.095Z] --- PASS: TestLogsFollowTailEmpty (0.84s) [2020-11-03T23:15:15.095Z] === RUN TestContainerNetworkMountsNoChown [2020-11-03T23:15:15.623Z] Loaded image: busybox:glibc [2020-11-03T23:15:15.623Z] Loaded image: debian:buster [2020-11-03T23:15:15.623Z] Loaded image: hello-world:latest [2020-11-03T23:15:15.725Z] --- PASS: TestContainerNetworkMountsNoChown (0.82s) [2020-11-03T23:15:15.725Z] === RUN TestMountDaemonRoot [2020-11-03T23:15:15.725Z] === RUN TestMountDaemonRoot/default [2020-11-03T23:15:15.725Z] === PAUSE TestMountDaemonRoot/default [2020-11-03T23:15:15.725Z] === RUN TestMountDaemonRoot/private [2020-11-03T23:15:15.725Z] === PAUSE TestMountDaemonRoot/private [2020-11-03T23:15:15.725Z] === RUN TestMountDaemonRoot/rprivate [2020-11-03T23:15:15.725Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-03T23:15:15.725Z] === RUN TestMountDaemonRoot/slave [2020-11-03T23:15:15.725Z] === PAUSE TestMountDaemonRoot/slave [2020-11-03T23:15:15.725Z] === RUN TestMountDaemonRoot/rslave [2020-11-03T23:15:15.725Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-03T23:15:15.725Z] === RUN TestMountDaemonRoot/shared [2020-11-03T23:15:15.725Z] === PAUSE TestMountDaemonRoot/shared [2020-11-03T23:15:15.725Z] === RUN TestMountDaemonRoot/rshared [2020-11-03T23:15:15.725Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-03T23:15:15.725Z] === CONT TestMountDaemonRoot/default [2020-11-03T23:15:15.725Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-03T23:15:15.725Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-03T23:15:15.725Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-03T23:15:15.725Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-03T23:15:15.725Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-03T23:15:15.725Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-03T23:15:15.725Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-03T23:15:15.725Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-03T23:15:15.725Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-03T23:15:15.725Z] === CONT TestMountDaemonRoot/rshared [2020-11-03T23:15:15.725Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-03T23:15:15.725Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-03T23:15:15.725Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-03T23:15:15.725Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-03T23:15:15.725Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-03T23:15:15.725Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-03T23:15:15.725Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-03T23:15:15.725Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-03T23:15:15.725Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-03T23:15:15.884Z] Loaded image: arm32v7/hello-world:latest [2020-11-03T23:15:15.884Z] INFO: Testing against a local daemon [2020-11-03T23:15:15.884Z] === RUN TestDockerSuite [2020-11-03T23:15:15.884Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-11-03T23:15:15.884Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-11-03T23:15:15.884Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-11-03T23:15:16.049Z] === CONT TestMountDaemonRoot/shared [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-03T23:15:16.049Z] === CONT TestMountDaemonRoot/rslave [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-03T23:15:16.049Z] === CONT TestMountDaemonRoot/slave [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-03T23:15:16.049Z] === CONT TestMountDaemonRoot/rprivate [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-03T23:15:16.049Z] === CONT TestMountDaemonRoot/private [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-03T23:15:16.049Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-03T23:15:16.049Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-03T23:15:16.049Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-03T23:15:16.049Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-03T23:15:16.049Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-03T23:15:16.049Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-03T23:15:16.049Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-03T23:15:16.049Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-03T23:15:16.145Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-11-03T23:15:16.145Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-11-03T23:15:16.145Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-11-03T23:15:16.145Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-11-03T23:15:16.145Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-11-03T23:15:16.359Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-03T23:15:16.359Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-03T23:15:16.359Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-03T23:15:16.359Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-03T23:15:16.359Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-03T23:15:16.359Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-03T23:15:16.359Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-03T23:15:16.359Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-03T23:15:16.359Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-03T23:15:16.359Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-03T23:15:16.649Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-03T23:15:16.649Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-03T23:15:16.649Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-03T23:15:16.649Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-03T23:15:16.649Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-03T23:15:16.649Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-03T23:15:16.649Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-03T23:15:16.649Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-03T23:15:16.649Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-03T23:15:16.649Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.12s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.13s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-11-03T23:15:16.649Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-11-03T23:15:16.649Z] === RUN TestContainerBindMountNonRecursive [2020-11-03T23:15:18.688Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-11-03T23:15:18.688Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-11-03T23:15:18.711Z] --- PASS: TestContainerBindMountNonRecursive (2.04s) [2020-11-03T23:15:18.711Z] === RUN TestNetworkNat [2020-11-03T23:15:18.949Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-11-03T23:15:18.949Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-11-03T23:15:19.741Z] --- PASS: TestNetworkNat (0.99s) [2020-11-03T23:15:19.741Z] === RUN TestNetworkLocalhostTCPNat [2020-11-03T23:15:19.890Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-11-03T23:15:19.890Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-11-03T23:15:19.890Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-11-03T23:15:20.285Z] [2020-11-03T23:15:20.285Z] SUCCESS: Specified value was saved. [2020-11-03T23:15:20.776Z] --- PASS: TestNetworkLocalhostTCPNat (0.89s) [2020-11-03T23:15:20.776Z] === RUN TestNetworkLoopbackNat [2020-11-03T23:15:21.801Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-11-03T23:15:21.841Z] INFO: Downloading git... [2020-11-03T23:15:22.373Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-11-03T23:15:22.373Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-11-03T23:15:22.373Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-11-03T23:15:22.633Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-11-03T23:15:23.400Z] INFO: Downloading go... [2020-11-03T23:15:23.579Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-11-03T23:15:24.286Z] --- PASS: TestNetworkLoopbackNat (3.29s) [2020-11-03T23:15:24.286Z] === RUN TestPause [2020-11-03T23:15:24.526Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-11-03T23:15:24.526Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-11-03T23:15:24.526Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-11-03T23:15:24.526Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-11-03T23:15:24.526Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-11-03T23:15:24.917Z] --- PASS: TestPause (0.89s) [2020-11-03T23:15:24.917Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-03T23:15:24.917Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-03T23:15:24.917Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-03T23:15:24.917Z] === RUN TestPauseStopPausedContainer [2020-11-03T23:15:24.965Z] INFO: Downloading compiler 1 of 3... [2020-11-03T23:15:25.943Z] INFO: Downloading compiler 2 of 3... [2020-11-03T23:15:25.947Z] --- PASS: TestPauseStopPausedContainer (0.92s) [2020-11-03T23:15:25.947Z] === RUN TestPsFilter [2020-11-03T23:15:25.947Z] --- PASS: TestPsFilter (0.28s) [2020-11-03T23:15:25.947Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-03T23:15:26.439Z] INFO: Downloading compiler 3 of 3... [2020-11-03T23:15:26.904Z] INFO: Extracting git... [2020-11-03T23:15:26.979Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.81s) [2020-11-03T23:15:26.979Z] === RUN TestRemoveContainerWithVolume [2020-11-03T23:15:27.609Z] --- PASS: TestRemoveContainerWithVolume (0.87s) [2020-11-03T23:15:27.609Z] === RUN TestRemoveContainerRunning [2020-11-03T23:15:28.649Z] --- PASS: TestRemoveContainerRunning (0.84s) [2020-11-03T23:15:28.649Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-03T23:15:29.680Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.92s) [2020-11-03T23:15:29.680Z] === RUN TestRemoveInvalidContainer [2020-11-03T23:15:29.680Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-11-03T23:15:29.680Z] === RUN TestRenameLinkedContainer [2020-11-03T23:15:30.326Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-03T23:15:30.326Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-03T23:15:30.639Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-11-03T23:15:31.109Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-11-03T23:15:31.262Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-03T23:15:32.200Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-03T23:15:32.459Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-03T23:15:33.188Z] --- PASS: TestRenameLinkedContainer (3.41s) [2020-11-03T23:15:33.188Z] === RUN TestRenameStoppedContainer [2020-11-03T23:15:33.819Z] --- PASS: TestRenameStoppedContainer (0.86s) [2020-11-03T23:15:33.819Z] === RUN TestRenameRunningContainerAndReuse [2020-11-03T23:15:34.364Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-03T23:15:35.316Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-11-03T23:15:35.880Z] --- PASS: TestRenameRunningContainerAndReuse (1.79s) [2020-11-03T23:15:35.880Z] === RUN TestRenameInvalidName [2020-11-03T23:15:36.511Z] --- PASS: TestRenameInvalidName (0.89s) [2020-11-03T23:15:36.512Z] === RUN TestRenameAnonymousContainer [2020-11-03T23:15:37.699Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-03T23:15:37.861Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-11-03T23:15:39.079Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-03T23:15:39.773Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-11-03T23:15:40.456Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-03T23:15:40.715Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-11-03T23:15:40.976Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-11-03T23:15:41.023Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-03T23:15:41.548Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-11-03T23:15:42.068Z] --- PASS: TestRenameAnonymousContainer (4.72s) [2020-11-03T23:15:42.068Z] === RUN TestRenameContainerWithSameName [2020-11-03T23:15:42.068Z] --- PASS: TestRenameContainerWithSameName (0.98s) [2020-11-03T23:15:42.068Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-03T23:15:42.401Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-03T23:15:42.492Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-11-03T23:15:43.337Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-03T23:15:43.438Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-11-03T23:15:44.009Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-11-03T23:15:44.133Z] --- PASS: TestRenameContainerWithLinkedContainer (1.69s) [2020-11-03T23:15:44.133Z] === RUN TestResize [2020-11-03T23:15:44.679Z] INFO: Expanding go... [2020-11-03T23:15:44.765Z] --- PASS: TestResize (0.90s) [2020-11-03T23:15:44.765Z] === RUN TestResizeWithInvalidSize [2020-11-03T23:15:45.246Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-03T23:15:45.394Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-11-03T23:15:45.802Z] --- PASS: TestResizeWithInvalidSize (0.91s) [2020-11-03T23:15:45.802Z] === RUN TestResizeWhenContainerNotStarted [2020-11-03T23:15:45.823Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-03T23:15:46.432Z] --- PASS: TestResizeWhenContainerNotStarted (0.87s) [2020-11-03T23:15:46.432Z] === RUN TestDaemonRestartKillContainers [2020-11-03T23:15:46.432Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-03T23:15:46.432Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-03T23:15:46.432Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-03T23:15:46.432Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-03T23:15:46.432Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-03T23:15:46.432Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-03T23:15:46.432Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-03T23:15:46.432Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-03T23:15:46.432Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-03T23:15:46.432Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-03T23:15:46.432Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-03T23:15:46.432Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-03T23:15:46.432Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-03T23:15:46.432Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-03T23:15:46.432Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-03T23:15:46.432Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-03T23:15:46.432Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:15:46.432Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:15:46.432Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:15:46.432Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:15:46.432Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:15:46.432Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:15:46.432Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:15:46.432Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:15:46.432Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-03T23:15:46.432Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-03T23:15:46.781Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-11-03T23:15:46.897Z] ......... [ 86%] [2020-11-03T23:15:47.042Z] === RUN TestDockerSuite/TestAttachDetach [2020-11-03T23:15:47.204Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-03T23:15:48.141Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-03T23:15:48.141Z] Using test binary docker [2020-11-03T23:15:48.141Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-03T23:15:48.141Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-03T23:15:48.141Z] INFO: Waiting for daemon to start... [2020-11-03T23:15:48.141Z] Starting dockerd [2020-11-03T23:15:48.429Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-11-03T23:15:48.429Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-11-03T23:15:49.156Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:15:49.156Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:15:49.370Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-11-03T23:15:50.731Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:15:50.731Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:15:51.282Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-11-03T23:15:51.424Z] . [2020-11-03T23:15:51.424Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-03T23:15:51.424Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-03T23:15:51.424Z] Error: No such image: emptyfs [2020-11-03T23:15:51.424Z] Running integration-test (iteration 1) [2020-11-03T23:15:51.424Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-11-03T23:15:51.762Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-03T23:15:51.762Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-03T23:15:52.226Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-11-03T23:15:52.893Z] tests/integration/models_images_test.py ............... [ 89%] [2020-11-03T23:15:53.169Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-11-03T23:15:53.169Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-11-03T23:15:53.978Z] tests/integration/models_networks_test.py .... [ 90%] [2020-11-03T23:15:54.111Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-11-03T23:15:54.497Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-03T23:15:54.497Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-03T23:15:55.056Z] --- PASS: TestBuildWithHugeFile (97.71s) [2020-11-03T23:15:55.056Z] === RUN TestBuildWithEmptyDockerfile [2020-11-03T23:15:55.056Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-03T23:15:55.056Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-03T23:15:55.056Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-03T23:15:55.056Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-03T23:15:55.056Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-03T23:15:55.056Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-03T23:15:55.056Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-03T23:15:55.056Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-03T23:15:55.317Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-03T23:15:55.578Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-11-03T23:15:55.578Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2020-11-03T23:15:55.578Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2020-11-03T23:15:55.578Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2020-11-03T23:15:55.578Z] === RUN TestBuildPreserveOwnership [2020-11-03T23:15:55.578Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-03T23:15:56.149Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-11-03T23:15:56.149Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-11-03T23:15:57.092Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-11-03T23:15:57.225Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-03T23:15:57.225Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-03T23:15:58.479Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-11-03T23:15:58.479Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-11-03T23:15:58.479Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-11-03T23:15:59.051Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-03T23:15:59.294Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-03T23:15:59.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.35s) [2020-11-03T23:15:59.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.37s) [2020-11-03T23:15:59.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.56s) [2020-11-03T23:15:59.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.54s) [2020-11-03T23:15:59.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.45s) [2020-11-03T23:15:59.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.46s) [2020-11-03T23:15:59.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.35s) [2020-11-03T23:15:59.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.37s) [2020-11-03T23:15:59.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.62s) [2020-11-03T23:15:59.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.87s) [2020-11-03T23:15:59.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.28s) [2020-11-03T23:15:59.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.20s) [2020-11-03T23:15:59.294Z] === RUN TestCgroupNamespacesRun [2020-11-03T23:15:59.313Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-11-03T23:16:00.255Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-11-03T23:16:00.537Z] tests/integration/models_nodes_test.py . [ 91%] [2020-11-03T23:16:00.795Z] tests/integration/models_resources_test.py . [ 91%] [2020-11-03T23:16:01.198Z] --- PASS: TestBuildPreserveOwnership (5.59s) [2020-11-03T23:16:01.198Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.56s) [2020-11-03T23:16:01.198Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.02s) [2020-11-03T23:16:01.198Z] === RUN TestBuildPlatformInvalid [2020-11-03T23:16:01.198Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2020-11-03T23:16:01.198Z] PASS [2020-11-03T23:16:01.198Z] [2020-11-03T23:16:01.198Z] === Skipped [2020-11-03T23:16:01.198Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-11-03T23:16:01.198Z] build_session_test.go:25: TODO: BuildKit [2020-11-03T23:16:01.198Z] [2020-11-03T23:16:01.198Z] [2020-11-03T23:16:01.198Z] DONE 32 tests, 1 skipped in 187.227s [2020-11-03T23:16:01.355Z] --- PASS: TestCgroupNamespacesRun (1.75s) [2020-11-03T23:16:01.355Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-03T23:16:01.459Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-11-03T23:16:01.459Z] ++ 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-03T23:16:01.459Z] ++ set -e [2020-11-03T23:16:01.459Z] ++ '[' -n 0 ']' [2020-11-03T23:16:01.459Z] ++ set -x [2020-11-03T23:16:01.459Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-03T23:16:01.459Z] INFO: Testing against a local daemon [2020-11-03T23:16:01.459Z] === RUN TestConfigInspect [2020-11-03T23:16:02.030Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-11-03T23:16:02.859Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.66s) [2020-11-03T23:16:02.859Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-03T23:16:04.364Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.68s) [2020-11-03T23:16:04.364Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-03T23:16:04.679Z] ok github.com/docker/docker/api/server/httputils 0.010s coverage: 14.7% of statements [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-03T23:16:04.679Z] ok github.com/docker/docker/api/server/middleware 0.008s coverage: 37.7% of statements [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-03T23:16:04.679Z] ok github.com/docker/docker/api/types/filters 0.023s coverage: 92.2% of statements [2020-11-03T23:16:04.679Z] ok github.com/docker/docker/api/types/strslice 0.035s coverage: 90.0% of statements [2020-11-03T23:16:04.679Z] ok github.com/docker/docker/api/types/time 0.042s coverage: 100.0% of statements [2020-11-03T23:16:04.679Z] ok github.com/docker/docker/api/server/router/swarm 0.005s coverage: 5.7% of statements [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/types [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-03T23:16:04.679Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 75.0% of statements [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/builder [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-03T23:16:04.679Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-03T23:16:04.679Z] ok github.com/docker/docker/builder/dockerignore 0.005s coverage: 96.8% of statements [2020-11-03T23:16:04.679Z] ok github.com/docker/docker/cli/debug 0.006s coverage: 100.0% of statements [2020-11-03T23:16:04.679Z] ok github.com/docker/docker/builder/remotecontext/git 3.780s coverage: 86.3% of statements [2020-11-03T23:16:04.976Z] ok github.com/docker/docker/builder/remotecontext 0.551s coverage: 13.6% of statements [2020-11-03T23:16:05.395Z] --- PASS: TestConfigInspect (3.29s) [2020-11-03T23:16:05.395Z] === RUN TestConfigList [2020-11-03T23:16:05.395Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-11-03T23:16:06.035Z] ok github.com/docker/docker/builder/dockerfile 1.394s coverage: 48.0% of statements [2020-11-03T23:16:06.035Z] ? github.com/docker/docker/cli [no test files] [2020-11-03T23:16:06.035Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-03T23:16:06.304Z] Loaded image: buildpack-deps:buster [2020-11-03T23:16:06.304Z] Loaded image: busybox:latest [2020-11-03T23:16:06.304Z] Loaded image: busybox:glibc [2020-11-03T23:16:06.304Z] Loaded image: debian:buster [2020-11-03T23:16:06.304Z] Loaded image: hello-world:latest [2020-11-03T23:16:06.304Z] Loaded image: arm32v7/hello-world:latest [2020-11-03T23:16:06.304Z] INFO: Testing against a local daemon [2020-11-03T23:16:06.304Z] === RUN TestCgroupNamespacesBuild [2020-11-03T23:16:06.427Z] --- PASS: TestCgroupNamespacesRunHostMode (1.76s) [2020-11-03T23:16:06.427Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-03T23:16:06.625Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-11-03T23:16:07.930Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.71s) [2020-11-03T23:16:07.930Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-03T23:16:07.938Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-11-03T23:16:07.938Z] --- PASS: TestConfigList (3.21s) [2020-11-03T23:16:07.938Z] === RUN TestConfigsCreateAndDelete [2020-11-03T23:16:08.207Z] --- PASS: TestCgroupNamespacesBuild (3.51s) [2020-11-03T23:16:08.207Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-03T23:16:08.880Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-11-03T23:16:09.433Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.65s) [2020-11-03T23:16:09.433Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-03T23:16:09.608Z] ok github.com/docker/docker/client 0.536s coverage: 75.4% of statements [2020-11-03T23:16:09.909Z] INFO: Expanding compiler 1 of 3... [2020-11-03T23:16:09.909Z] INFO: Expanding compiler 2 of 3... [2020-11-03T23:16:09.925Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-11-03T23:16:09.925Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-11-03T23:16:10.464Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s) [2020-11-03T23:16:10.464Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-03T23:16:10.739Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.17s) [2020-11-03T23:16:10.739Z] === RUN TestBuildWithSession [2020-11-03T23:16:10.739Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-03T23:16:10.739Z] build_session_test.go:25: TODO: BuildKit [2020-11-03T23:16:10.739Z] === RUN TestBuildSquashParent [2020-11-03T23:16:11.425Z] --- PASS: TestConfigsCreateAndDelete (3.10s) [2020-11-03T23:16:11.425Z] === RUN TestConfigsUpdate [2020-11-03T23:16:11.425Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-11-03T23:16:11.996Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-11-03T23:16:12.526Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.82s) [2020-11-03T23:16:12.526Z] === RUN TestKernelTCPMemory [2020-11-03T23:16:12.567Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-11-03T23:16:13.156Z] --- PASS: TestKernelTCPMemory (0.93s) [2020-11-03T23:16:13.156Z] === RUN TestNISDomainname [2020-11-03T23:16:13.281Z] tests/integration/regression_test.py ...... [ 98%] [2020-11-03T23:16:13.683Z] INFO: Expanding compiler 3 of 3... [2020-11-03T23:16:13.798Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-11-03T23:16:13.798Z] tests/integration/credentials/utils_test.py . [100%] [2020-11-03T23:16:13.798Z] [2020-11-03T23:16:13.798Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-11-03T23:16:13.798Z] =========================== short test summary info ============================ [2020-11-03T23:16:13.798Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-11-03T23:16:13.798Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-11-03T23:16:13.798Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-11-03T23:16:13.798Z] Not supported on most drivers [2020-11-03T23:16:13.798Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2020-11-03T23:16:13.798Z] Output of docker top depends on host distro, and is not formalized. [2020-11-03T23:16:13.798Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2020-11-03T23:16:13.798Z] Output of docker top depends on host distro, and is not formalized. [2020-11-03T23:16:13.798Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-11-03T23:16:13.798Z] Can fail if eth0 has multiple IP addresses [2020-11-03T23:16:13.798Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-11-03T23:16:13.798Z] This doesn't seem to be taken into account by the engine [2020-11-03T23:16:13.798Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-11-03T23:16:13.798Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-11-03T23:16:13.798Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 329.78 seconds == [2020-11-03T23:16:13.954Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-11-03T23:16:14.057Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-11-03T23:16:14.189Z] --- PASS: TestNISDomainname (0.95s) [2020-11-03T23:16:14.189Z] === RUN TestHostnameDnsResolution [2020-11-03T23:16:14.215Z] --- PASS: TestConfigsUpdate (3.11s) [2020-11-03T23:16:14.215Z] === RUN TestTemplatedConfig [2020-11-03T23:16:14.476Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-11-03T23:16:14.661Z] INFO: Removing downloaded files... [2020-11-03T23:16:14.661Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2020-11-03T23:16:14.661Z] INFO: Configuring git core.autocrlf... [2020-11-03T23:16:15.693Z] --- PASS: TestHostnameDnsResolution (1.74s) [2020-11-03T23:16:15.693Z] === RUN TestStats [2020-11-03T23:16:17.020Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-11-03T23:16:17.281Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-11-03T23:16:17.299Z] --- PASS: TestBuildSquashParent (6.89s) [2020-11-03T23:16:17.299Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-03T23:16:17.299Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-03T23:16:17.299Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-03T23:16:17.299Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-03T23:16:17.299Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-03T23:16:17.299Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-03T23:16:17.299Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-03T23:16:17.299Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-03T23:16:17.299Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-03T23:16:17.299Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-03T23:16:17.299Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-03T23:16:17.299Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-03T23:16:17.299Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-03T23:16:17.299Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-03T23:16:17.299Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-03T23:16:17.542Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-11-03T23:16:17.542Z] --- PASS: TestTemplatedConfig (3.38s) [2020-11-03T23:16:17.542Z] === RUN TestConfigCreateResolve [2020-11-03T23:16:18.674Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-03T23:16:18.674Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-03T23:16:18.928Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-11-03T23:16:18.928Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-11-03T23:16:19.189Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-11-03T23:16:19.205Z] --- PASS: TestStats (2.92s) [2020-11-03T23:16:19.205Z] === RUN TestStopContainerWithTimeout [2020-11-03T23:16:19.205Z] === RUN TestStopContainerWithTimeout/0 [2020-11-03T23:16:19.205Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-03T23:16:19.205Z] === RUN TestStopContainerWithTimeout/1 [2020-11-03T23:16:19.205Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-03T23:16:19.205Z] === RUN TestStopContainerWithTimeout/3 [2020-11-03T23:16:19.205Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-03T23:16:19.205Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-03T23:16:19.205Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-03T23:16:19.205Z] === CONT TestStopContainerWithTimeout/0 [2020-11-03T23:16:19.205Z] === CONT TestStopContainerWithTimeout/3 [2020-11-03T23:16:19.761Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-11-03T23:16:19.835Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-03T23:16:21.145Z] --- PASS: TestConfigCreateResolve (3.39s) [2020-11-03T23:16:21.145Z] === RUN TestConfigDaemonLibtrustID [2020-11-03T23:16:21.205Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-03T23:16:21.205Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-03T23:16:21.408Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-11-03T23:16:21.668Z] --- PASS: TestConfigDaemonLibtrustID (0.59s) [2020-11-03T23:16:21.668Z] PASS [2020-11-03T23:16:21.668Z] [2020-11-03T23:16:21.668Z] DONE 7 tests in 20.250s [2020-11-03T23:16:21.668Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-11-03T23:16:21.668Z] ++ 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-03T23:16:21.668Z] ++ set -e [2020-11-03T23:16:21.668Z] ++ '[' -n 0 ']' [2020-11-03T23:16:21.668Z] ++ set -x [2020-11-03T23:16:21.668Z] ++ env -i DEST=/go/src/github.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-03T23:16:21.900Z] === CONT TestStopContainerWithTimeout/1 [2020-11-03T23:16:21.929Z] INFO: Testing against a local daemon [2020-11-03T23:16:21.929Z] === RUN TestCheckpoint [2020-11-03T23:16:21.929Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-03T23:16:21.929Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-03T23:16:21.929Z] === RUN TestContainerInvalidJSON [2020-11-03T23:16:21.929Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-03T23:16:21.929Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-03T23:16:21.929Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-03T23:16:21.929Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-03T23:16:21.929Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-03T23:16:21.929Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-03T23:16:21.929Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-03T23:16:21.929Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-03T23:16:21.929Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-03T23:16:21.929Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-03T23:16:21.929Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-11-03T23:16:21.929Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-11-03T23:16:21.929Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-03T23:16:21.929Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-03T23:16:21.929Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2020-11-03T23:16:21.929Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-03T23:16:21.929Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-11-03T23:16:21.929Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2020-11-03T23:16:21.929Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-03T23:16:21.929Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2020-11-03T23:16:21.929Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-03T23:16:22.190Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2020-11-03T23:16:22.190Z] === RUN TestCopyFromContainer [2020-11-03T23:16:22.451Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-11-03T23:16:23.107Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.07s) [2020-11-03T23:16:23.107Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.31s) [2020-11-03T23:16:23.107Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.34s) [2020-11-03T23:16:23.107Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.22s) [2020-11-03T23:16:23.107Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.22s) [2020-11-03T23:16:23.107Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.90s) [2020-11-03T23:16:23.107Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.95s) [2020-11-03T23:16:23.107Z] === RUN TestBuildMultiStageCopy [2020-11-03T23:16:23.107Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-03T23:16:23.393Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-11-03T23:16:23.964Z] === RUN TestCopyFromContainer// [2020-11-03T23:16:23.964Z] === RUN TestCopyFromContainer//bar/root [2020-11-03T23:16:23.964Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-03T23:16:23.964Z] === RUN TestCopyFromContainer/bar/quux [2020-11-03T23:16:23.964Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-03T23:16:24.078Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-11-03T23:16:24.078Z] --- PASS: TestStopContainerWithTimeout/0 (1.21s) [2020-11-03T23:16:24.078Z] --- PASS: TestStopContainerWithTimeout/3 (3.13s) [2020-11-03T23:16:24.078Z] --- PASS: TestStopContainerWithTimeout/-1 (2.86s) [2020-11-03T23:16:24.078Z] --- PASS: TestStopContainerWithTimeout/1 (1.90s) [2020-11-03T23:16:24.078Z] === RUN TestDeleteDevicemapper [2020-11-03T23:16:24.078Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-03T23:16:24.078Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-03T23:16:24.078Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-03T23:16:24.224Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-03T23:16:24.224Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-03T23:16:24.224Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-03T23:16:24.224Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-03T23:16:24.485Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-03T23:16:24.485Z] --- PASS: TestCopyFromContainer (2.35s) [2020-11-03T23:16:24.485Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-11-03T23:16:24.485Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2020-11-03T23:16:24.485Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-11-03T23:16:24.485Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2020-11-03T23:16:24.485Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-11-03T23:16:24.485Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-11-03T23:16:24.485Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-11-03T23:16:24.485Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-11-03T23:16:24.485Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-11-03T23:16:24.485Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-11-03T23:16:24.485Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-03T23:16:24.485Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-03T23:16:24.485Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-03T23:16:24.485Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-03T23:16:24.485Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-03T23:16:24.485Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-03T23:16:24.485Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-03T23:16:24.485Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-03T23:16:24.485Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-03T23:16:24.485Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-03T23:16:24.485Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-11-03T23:16:24.485Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-03T23:16:24.485Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-03T23:16:24.485Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-03T23:16:24.485Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-03T23:16:24.485Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-11-03T23:16:24.485Z] === RUN TestCreateWithInvalidEnv [2020-11-03T23:16:24.485Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-03T23:16:24.485Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-03T23:16:24.485Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-03T23:16:24.485Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-03T23:16:24.485Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-03T23:16:24.485Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-03T23:16:24.485Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-03T23:16:24.485Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-03T23:16:24.485Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-03T23:16:24.485Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-11-03T23:16:24.485Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-03T23:16:24.485Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-03T23:16:24.485Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-03T23:16:24.485Z] === RUN TestCreateTmpfsMountsTarget [2020-11-03T23:16:24.485Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-11-03T23:16:24.485Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-03T23:16:24.745Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-11-03T23:16:25.688Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-11-03T23:16:26.257Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-03T23:16:26.257Z] [2020-11-03T23:16:26.257Z] Unloading profiles will leave already running processes permanently [2020-11-03T23:16:26.257Z] unconfined, which can lead to unexpected situations. [2020-11-03T23:16:26.257Z] [2020-11-03T23:16:26.257Z] To set a process to complain mode, use the command line tool [2020-11-03T23:16:26.257Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-03T23:16:26.257Z] [2020-11-03T23:16:26.263Z] --- PASS: TestCreateWithCustomMaskedPaths (1.71s) [2020-11-03T23:16:26.263Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-03T23:16:26.390Z] === RUN TestBuildMultiStageCopy/copy_to_newdir Post stage [2020-11-03T23:16:26.833Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [Pipeline] junit [2020-11-03T23:16:26.837Z] Recording test results [Pipeline] sh [2020-11-03T23:16:27.225Z] + echo Ensuring container killed. [2020-11-03T23:16:27.225Z] Ensuring container killed. [2020-11-03T23:16:27.225Z] + docker rm -vf docker-pr4 [2020-11-03T23:16:27.225Z] Error: No such container: docker-pr4 [2020-11-03T23:16:27.225Z] + true [Pipeline] sh [2020-11-03T23:16:27.325Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-03T23:16:27.504Z] + echo Chowning /workspace to jenkins user [2020-11-03T23:16:27.504Z] Chowning /workspace to jenkins user [2020-11-03T23:16:27.504Z] + id -u [2020-11-03T23:16:27.504Z] + id -g [2020-11-03T23:16:27.504Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41604:/workspace busybox chown -R 1000:1000 /workspace [2020-11-03T23:16:27.854Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.72s) [2020-11-03T23:16:27.854Z] === RUN TestUpdateMemory [2020-11-03T23:16:27.854Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-03T23:16:27.854Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:16:27.854Z] === RUN TestUpdateCPUQuota [2020-11-03T23:16:28.218Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.91s) [2020-11-03T23:16:28.218Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-03T23:16:28.218Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-03T23:16:28.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-03T23:16:28.218Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-03T23:16:28.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-03T23:16:28.218Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-03T23:16:28.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-03T23:16:28.218Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-03T23:16:28.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-03T23:16:28.218Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-03T23:16:28.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-03T23:16:28.218Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-03T23:16:28.218Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-03T23:16:28.218Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-03T23:16:28.218Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-03T23:16:28.218Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-03T23:16:28.218Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-11-03T23:16:28.218Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-11-03T23:16:28.218Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-11-03T23:16:28.218Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-11-03T23:16:28.218Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-11-03T23:16:28.218Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-11-03T23:16:28.218Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-03T23:16:28.258Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-03T23:16:28.484Z] --- PASS: TestUpdateCPUQuota (1.17s) [2020-11-03T23:16:28.484Z] === RUN TestUpdatePidsLimit [2020-11-03T23:16:28.484Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-03T23:16:28.735Z] + bundleName=docker-py [2020-11-03T23:16:28.736Z] + echo Creating docker-py-bundles.tar.gz [2020-11-03T23:16:28.736Z] Creating docker-py-bundles.tar.gz [2020-11-03T23:16:28.736Z] + 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-03T23:16:28.747Z] Archiving artifacts [2020-11-03T23:16:28.791Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.58s) [2020-11-03T23:16:28.791Z] === RUN TestCreateDifferentPlatform [2020-11-03T23:16:28.791Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-03T23:16:28.791Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-03T23:16:28.791Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-11-03T23:16:28.791Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-03T23:16:28.791Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2020-11-03T23:16:28.791Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-03T23:16:28.791Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-11-03T23:16:28.791Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-03T23:16:29.051Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2020-11-03T23:16:29.051Z] === RUN TestContainerStartOnDaemonRestart [2020-11-03T23:16:29.051Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-03T23:16:29.051Z] === RUN TestDaemonRestartIpcMode [2020-11-03T23:16:29.051Z] === PAUSE TestDaemonRestartIpcMode [2020-11-03T23:16:29.051Z] === RUN TestDaemonHostGatewayIP [2020-11-03T23:16:29.051Z] === PAUSE TestDaemonHostGatewayIP [2020-11-03T23:16:29.051Z] === RUN TestContainerKillOnDaemonStart [2020-11-03T23:16:29.051Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-03T23:16:29.051Z] === RUN TestDiff [2020-11-03T23:16:29.082Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41604/4/artifacts/ [Pipeline] } [Pipeline] // catchError [2020-11-03T23:16:29.115Z] === RUN TestUpdatePidsLimit/no_change [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-11-03T23:16:29.193Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-03T23:16:29.405Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-03T23:16:29.455Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41604/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -e DOCKER_GRAPHDRIVER docker:94bcfbdcb127d303563f72e7cf500179256c8f56 hack/make.sh binary-daemon [2020-11-03T23:16:29.624Z] --- PASS: TestDiff (0.64s) [2020-11-03T23:16:29.624Z] === RUN TestExecWithCloseStdin [2020-11-03T23:16:29.798Z] [2020-11-03T23:16:29.798Z] Removing bundles/ [2020-11-03T23:16:29.798Z] [2020-11-03T23:16:29.798Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-11-03T23:16:29.798Z] Building: bundles/binary-daemon/dockerd-dev [2020-11-03T23:16:29.798Z] GOOS="" GOARCH="" GOARM="" [2020-11-03T23:16:29.820Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-03T23:16:30.111Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-03T23:16:30.166Z] --- PASS: TestBuildMultiStageCopy (7.30s) [2020-11-03T23:16:30.166Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.30s) [2020-11-03T23:16:30.166Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2020-11-03T23:16:30.166Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2020-11-03T23:16:30.166Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2020-11-03T23:16:30.166Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-11-03T23:16:30.166Z] === RUN TestBuildMultiStageParentConfig [2020-11-03T23:16:30.401Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-03T23:16:30.566Z] --- PASS: TestExecWithCloseStdin (0.81s) [2020-11-03T23:16:30.566Z] === RUN TestExec [2020-11-03T23:16:30.566Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-11-03T23:16:30.828Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-11-03T23:16:31.032Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-03T23:16:31.090Z] --- PASS: TestExec (0.72s) [2020-11-03T23:16:31.090Z] === RUN TestExecUser [2020-11-03T23:16:31.351Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-11-03T23:16:31.612Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-11-03T23:16:31.874Z] --- PASS: TestExecUser (0.82s) [2020-11-03T23:16:31.874Z] === RUN TestExportContainerAndImportImage [2020-11-03T23:16:31.874Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-11-03T23:16:32.218Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-03T23:16:32.218Z] [2020-11-03T23:16:32.218Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-03T23:16:32.218Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-03T23:16:32.218Z] HOSTNAME=8e6b1ed876ac [2020-11-03T23:16:32.218Z] TESTDEBUG=0 [2020-11-03T23:16:32.218Z] DEST=bundles/test-integration [2020-11-03T23:16:32.218Z] PWD=/go/src/github.com/docker/docker [2020-11-03T23:16:32.218Z] DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 [2020-11-03T23:16:32.218Z] container=docker [2020-11-03T23:16:32.218Z] HOME=/root [2020-11-03T23:16:32.218Z] GOLANG_VERSION=1.13.15 [2020-11-03T23:16:32.218Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-03T23:16:32.218Z] VALIDATE_BRANCH=master [2020-11-03T23:16:32.218Z] TERM=xterm [2020-11-03T23:16:32.218Z] DOCKER_PKG=github.com/docker/docker [2020-11-03T23:16:32.218Z] SHLVL=1 [2020-11-03T23:16:32.218Z] TIMEOUT=120m [2020-11-03T23:16:32.218Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-03T23:16:32.218Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-03T23:16:32.218Z] GO111MODULE=off [2020-11-03T23:16:32.218Z] DOCKER_EXPERIMENTAL=1 [2020-11-03T23:16:32.218Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-03T23:16:32.218Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-03T23:16:32.218Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-03T23:16:32.218Z] GOPATH=/go [2020-11-03T23:16:32.218Z] PKG_CONFIG=pkg-config [2020-11-03T23:16:32.218Z] _=/usr/bin/env [2020-11-03T23:16:32.218Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-03T23:16:32.446Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-11-03T23:16:32.536Z] --- PASS: TestUpdatePidsLimit (3.64s) [2020-11-03T23:16:32.536Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.37s) [2020-11-03T23:16:32.536Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-11-03T23:16:32.536Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2020-11-03T23:16:32.536Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2020-11-03T23:16:32.536Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s) [2020-11-03T23:16:32.536Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2020-11-03T23:16:32.536Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.40s) [2020-11-03T23:16:32.536Z] === RUN TestUpdateRestartPolicy [2020-11-03T23:16:33.019Z] --- PASS: TestExportContainerAndImportImage (1.13s) [2020-11-03T23:16:33.019Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-03T23:16:34.932Z] --- PASS: TestExportContainerAfterDaemonRestart (1.86s) [2020-11-03T23:16:34.932Z] === RUN TestHealthCheckWorkdir [2020-11-03T23:16:35.433Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2020-11-03T23:16:35.433Z] === RUN TestBuildLabelWithTargets [2020-11-03T23:16:35.504Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-11-03T23:16:35.504Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-11-03T23:16:35.504Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-11-03T23:16:36.077Z] --- PASS: TestHealthCheckWorkdir (1.12s) [2020-11-03T23:16:36.077Z] === RUN TestHealthKillContainer [2020-11-03T23:16:37.462Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-11-03T23:16:38.847Z] --- PASS: TestHealthKillContainer (2.85s) [2020-11-03T23:16:38.847Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-03T23:16:39.790Z] --- PASS: TestInspectCpusetInConfigPre120 (0.70s) [2020-11-03T23:16:39.790Z] === RUN TestIpcModeNone [2020-11-03T23:16:40.363Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-11-03T23:16:40.363Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-11-03T23:16:40.363Z] --- PASS: TestIpcModeNone (0.85s) [2020-11-03T23:16:40.363Z] === RUN TestIpcModePrivate [2020-11-03T23:16:41.307Z] --- PASS: TestIpcModePrivate (0.81s) [2020-11-03T23:16:41.307Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:88, shared: false, mustBeShared: false [2020-11-03T23:16:41.307Z] === RUN TestIpcModeShareable [2020-11-03T23:16:41.568Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-11-03T23:16:42.140Z] --- PASS: TestIpcModeShareable (0.87s) [2020-11-03T23:16:42.140Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:86, shared: true, mustBeShared: true [2020-11-03T23:16:42.140Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-03T23:16:42.713Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-11-03T23:16:42.975Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-11-03T23:16:42.975Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-11-03T23:16:43.542Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2020-11-03T23:16:43.542Z] === RUN TestBuildWithEmptyLayers [2020-11-03T23:16:44.891Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.65s) [2020-11-03T23:16:44.891Z] === RUN TestAPIIpcModeHost [2020-11-03T23:16:45.153Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-11-03T23:16:45.155Z] --- PASS: TestUpdateRestartPolicy (12.84s) [2020-11-03T23:16:45.155Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-03T23:16:45.414Z] --- PASS: TestAPIIpcModeHost (0.77s) [2020-11-03T23:16:45.414Z] === RUN TestDaemonIpcModeShareable [2020-11-03T23:16:46.033Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-11-03T23:16:46.072Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2020-11-03T23:16:46.072Z] === RUN TestBuildMultiStageOnBuild [2020-11-03T23:16:46.189Z] --- PASS: TestUpdateRestartWithAutoRemove (0.86s) [2020-11-03T23:16:46.189Z] === RUN TestWaitNonBlocked [2020-11-03T23:16:46.189Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-03T23:16:46.189Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-03T23:16:46.189Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-03T23:16:46.189Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-03T23:16:46.189Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-03T23:16:46.189Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-03T23:16:47.220Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-11-03T23:16:47.220Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.01s) [2020-11-03T23:16:47.220Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.11s) [2020-11-03T23:16:47.220Z] === RUN TestWaitBlocked [2020-11-03T23:16:47.220Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-03T23:16:47.220Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-03T23:16:47.220Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-03T23:16:47.220Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-03T23:16:47.220Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-03T23:16:47.220Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-03T23:16:47.444Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-11-03T23:16:47.444Z] --- PASS: TestDaemonIpcModeShareable (1.94s) [2020-11-03T23:16:47.444Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:98, shared: true, mustBeShared: true [2020-11-03T23:16:47.444Z] === RUN TestDaemonIpcModePrivate [2020-11-03T23:16:48.252Z] --- PASS: TestWaitBlocked (0.01s) [2020-11-03T23:16:48.252Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.18s) [2020-11-03T23:16:48.252Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.26s) [2020-11-03T23:16:48.252Z] === CONT TestContainerStartOnDaemonRestart [2020-11-03T23:16:48.252Z] === CONT TestIpcModeOlderClient [2020-11-03T23:16:48.543Z] --- PASS: TestIpcModeOlderClient (0.16s) [2020-11-03T23:16:48.543Z] === CONT TestDaemonHostGatewayIP [2020-11-03T23:16:48.828Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-11-03T23:16:49.082Z] ok github.com/docker/docker/cmd/dockerd 0.183s coverage: 29.1% of statements [2020-11-03T23:16:49.089Z] --- PASS: TestDaemonIpcModePrivate (1.55s) [2020-11-03T23:16:49.089Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: false, mustBeShared: false [2020-11-03T23:16:49.089Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-03T23:16:49.351Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-11-03T23:16:50.377Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-03T23:16:50.377Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-03T23:16:50.742Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-11-03T23:16:50.742Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-11-03T23:16:51.003Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.94s) [2020-11-03T23:16:51.003Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: false, mustBeShared: false [2020-11-03T23:16:51.003Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-03T23:16:51.274Z] --- PASS: TestContainerStartOnDaemonRestart (2.82s) [2020-11-03T23:16:51.274Z] === CONT TestContainerKillOnDaemonStart [2020-11-03T23:16:51.337Z] --- PASS: TestBuildMultiStageOnBuild (5.01s) [2020-11-03T23:16:51.337Z] === RUN TestBuildUncleanTarFilenames [2020-11-03T23:16:51.903Z] --- PASS: TestBuildUncleanTarFilenames (0.67s) [2020-11-03T23:16:51.903Z] === RUN TestBuildMultiStageLayerLeak [2020-11-03T23:16:51.947Z] === RUN TestDockerSuite/TestBuildAddScript [2020-11-03T23:16:52.301Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-03T23:16:52.305Z] --- PASS: TestDaemonHostGatewayIP (3.60s) [2020-11-03T23:16:52.305Z] === CONT TestDaemonRestartIpcMode [2020-11-03T23:16:52.891Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s) [2020-11-03T23:16:52.891Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:98, shared: true, mustBeShared: true [2020-11-03T23:16:52.892Z] === RUN TestIpcModeOlderClient [2020-11-03T23:16:52.892Z] === PAUSE TestIpcModeOlderClient [2020-11-03T23:16:52.892Z] === RUN TestKillContainerInvalidSignal [2020-11-03T23:16:53.463Z] --- PASS: TestKillContainerInvalidSignal (0.72s) [2020-11-03T23:16:53.463Z] === RUN TestKillContainer [2020-11-03T23:16:53.463Z] === RUN TestKillContainer/no_signal [2020-11-03T23:16:53.725Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-11-03T23:16:54.297Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-11-03T23:16:54.297Z] === RUN TestKillContainer/non_killing_signal [2020-11-03T23:16:54.728Z] ok github.com/docker/docker/container 0.162s coverage: 34.7% of statements [2020-11-03T23:16:54.728Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-03T23:16:54.728Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-03T23:16:54.728Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-03T23:16:54.728Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-03T23:16:54.869Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-11-03T23:16:54.869Z] === RUN TestKillContainer/killing_signal [2020-11-03T23:16:55.376Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.026s coverage: 65.3% of statements [2020-11-03T23:16:55.811Z] --- PASS: TestKillContainer (2.28s) [2020-11-03T23:16:55.811Z] --- PASS: TestKillContainer/no_signal (0.78s) [2020-11-03T23:16:55.811Z] --- PASS: TestKillContainer/non_killing_signal (0.61s) [2020-11-03T23:16:55.811Z] --- PASS: TestKillContainer/killing_signal (0.69s) [2020-11-03T23:16:55.811Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-03T23:16:55.811Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-03T23:16:55.811Z] --- PASS: TestDaemonRestartIpcMode (3.54s) [2020-11-03T23:16:56.099Z] --- PASS: TestBuildMultiStageLayerLeak (4.32s) [2020-11-03T23:16:56.100Z] === RUN TestBuildWithHugeFile [2020-11-03T23:16:56.755Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-03T23:16:57.330Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.43s) [2020-11-03T23:16:57.330Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.80s) [2020-11-03T23:16:57.330Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.46s) [2020-11-03T23:16:57.330Z] === RUN TestKillStoppedContainer [2020-11-03T23:16:57.330Z] --- PASS: TestKillStoppedContainer (0.05s) [2020-11-03T23:16:57.330Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-03T23:16:57.330Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2020-11-03T23:16:57.330Z] === RUN TestKillDifferentUserContainer [2020-11-03T23:16:58.278Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-11-03T23:16:58.278Z] --- PASS: TestKillDifferentUserContainer (0.81s) [2020-11-03T23:16:58.278Z] === RUN TestInspectOomKilledTrue [2020-11-03T23:16:58.278Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-03T23:16:58.278Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:16:58.278Z] === RUN TestInspectOomKilledFalse [2020-11-03T23:16:58.278Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-03T23:16:58.278Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:16:58.278Z] === RUN TestLinksEtcHostsContentMatch [2020-11-03T23:16:58.851Z] --- PASS: TestLinksEtcHostsContentMatch (0.61s) [2020-11-03T23:16:58.851Z] === RUN TestLinksContainerNames [2020-11-03T23:17:00.241Z] --- PASS: TestLinksContainerNames (1.50s) [2020-11-03T23:17:00.241Z] === RUN TestLogsFollowTailEmpty [2020-11-03T23:17:01.008Z] ok github.com/docker/docker/daemon/cluster/convert 0.028s coverage: 35.9% of statements [2020-11-03T23:17:01.185Z] --- PASS: TestLogsFollowTailEmpty (0.65s) [2020-11-03T23:17:01.185Z] === RUN TestContainerNetworkMountsNoChown [2020-11-03T23:17:01.446Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-11-03T23:17:01.446Z] --- PASS: TestContainerNetworkMountsNoChown (0.61s) [2020-11-03T23:17:01.446Z] === RUN TestMountDaemonRoot [2020-11-03T23:17:01.707Z] === RUN TestMountDaemonRoot/default [2020-11-03T23:17:01.707Z] === PAUSE TestMountDaemonRoot/default [2020-11-03T23:17:01.707Z] === RUN TestMountDaemonRoot/private [2020-11-03T23:17:01.707Z] === PAUSE TestMountDaemonRoot/private [2020-11-03T23:17:01.707Z] === RUN TestMountDaemonRoot/rprivate [2020-11-03T23:17:01.707Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-03T23:17:01.707Z] === RUN TestMountDaemonRoot/slave [2020-11-03T23:17:01.707Z] === PAUSE TestMountDaemonRoot/slave [2020-11-03T23:17:01.707Z] === RUN TestMountDaemonRoot/rslave [2020-11-03T23:17:01.707Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/shared [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/shared [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/rshared [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-03T23:17:01.708Z] === CONT TestMountDaemonRoot/default [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-03T23:17:01.708Z] === CONT TestMountDaemonRoot/rslave [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-03T23:17:01.708Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-03T23:17:01.708Z] === CONT TestMountDaemonRoot/slave [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-03T23:17:01.708Z] === CONT TestMountDaemonRoot/rprivate [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-03T23:17:01.708Z] === CONT TestMountDaemonRoot/private [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-03T23:17:01.708Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-03T23:17:01.708Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-03T23:17:01.708Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-03T23:17:01.708Z] === CONT TestMountDaemonRoot/rshared [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-03T23:17:01.708Z] === CONT TestMountDaemonRoot/shared [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-03T23:17:01.708Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-03T23:17:01.708Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-03T23:17:01.708Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-03T23:17:01.708Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-03T23:17:01.708Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-03T23:17:01.708Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-03T23:17:01.969Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-03T23:17:01.969Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-03T23:17:01.969Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-03T23:17:01.969Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-03T23:17:01.969Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-11-03T23:17:01.969Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-03T23:17:01.969Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-03T23:17:02.231Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-03T23:17:02.231Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-03T23:17:02.231Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-03T23:17:02.231Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-03T23:17:02.231Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-03T23:17:02.231Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-03T23:17:02.231Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-03T23:17:02.231Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-03T23:17:02.231Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-03T23:17:02.231Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-03T23:17:02.231Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-03T23:17:02.231Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-03T23:17:02.493Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-03T23:17:02.493Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot (0.05s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/rslave (0.01s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.14s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.16s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-11-03T23:17:02.493Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2020-11-03T23:17:02.493Z] === RUN TestContainerBindMountNonRecursive [2020-11-03T23:17:04.401Z] --- PASS: TestContainerKillOnDaemonStart (12.43s) [2020-11-03T23:17:04.401Z] PASS [2020-11-03T23:17:04.401Z] [2020-11-03T23:17:04.401Z] === Skipped [2020-11-03T23:17:04.401Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-11-03T23:17:04.401Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-03T23:17:04.401Z] [2020-11-03T23:17:04.401Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-03T23:17:04.401Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:17:04.401Z] [2020-11-03T23:17:04.401Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-03T23:17:04.401Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:17:04.401Z] [2020-11-03T23:17:04.401Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-03T23:17:04.401Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-03T23:17:04.401Z] [2020-11-03T23:17:04.401Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-11-03T23:17:04.401Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-03T23:17:04.401Z] [2020-11-03T23:17:04.401Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-11-03T23:17:04.401Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:17:04.401Z] [2020-11-03T23:17:04.401Z] [2020-11-03T23:17:04.401Z] DONE 193 tests, 6 skipped in 151.747s [2020-11-03T23:17:04.401Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-11-03T23:17:04.401Z] ++ 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-03T23:17:04.401Z] ++ set -e [2020-11-03T23:17:04.401Z] ++ '[' -n 0 ']' [2020-11-03T23:17:04.401Z] ++ set -x [2020-11-03T23:17:04.401Z] ++ env -i DEST=/go/src/github.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-03T23:17:04.401Z] INFO: Testing against a local daemon [2020-11-03T23:17:04.401Z] === RUN TestCommitInheritsEnv [2020-11-03T23:17:04.401Z] --- PASS: TestCommitInheritsEnv (0.61s) [2020-11-03T23:17:04.401Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-03T23:17:04.401Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-03T23:17:04.401Z] === RUN TestImagesFilterMultiReference [2020-11-03T23:17:04.401Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2020-11-03T23:17:04.401Z] === RUN TestImagePullPlatformInvalid [2020-11-03T23:17:04.401Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-11-03T23:17:04.401Z] === RUN TestRemoveImageOrphaning [2020-11-03T23:17:04.585Z] ok github.com/docker/docker/daemon/cluster 0.106s coverage: 0.5% of statements [2020-11-03T23:17:05.032Z] --- PASS: TestRemoveImageOrphaning (0.55s) [2020-11-03T23:17:05.032Z] === RUN TestRemoveImageGarbageCollector [2020-11-03T23:17:05.032Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-03T23:17:05.032Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:17:05.032Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-03T23:17:05.032Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-11-03T23:17:05.032Z] === RUN TestTagInvalidReference [2020-11-03T23:17:05.032Z] --- PASS: TestTagInvalidReference (0.01s) [2020-11-03T23:17:05.032Z] === RUN TestTagValidPrefixedRepo [2020-11-03T23:17:05.032Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-11-03T23:17:05.032Z] === RUN TestTagExistedNameWithoutForce [2020-11-03T23:17:05.032Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2020-11-03T23:17:05.032Z] === RUN TestTagOfficialNames [2020-11-03T23:17:05.032Z] --- PASS: TestTagOfficialNames (0.03s) [2020-11-03T23:17:05.032Z] === RUN TestTagMatchesDigest [2020-11-03T23:17:05.032Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-11-03T23:17:05.032Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-03T23:17:05.041Z] --- PASS: TestContainerBindMountNonRecursive (2.22s) [2020-11-03T23:17:05.042Z] === RUN TestNetworkNat [2020-11-03T23:17:05.614Z] --- PASS: TestNetworkNat (0.77s) [2020-11-03T23:17:05.614Z] === RUN TestNetworkLocalhostTCPNat [2020-11-03T23:17:05.614Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-11-03T23:17:06.185Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-11-03T23:17:06.446Z] --- PASS: TestNetworkLocalhostTCPNat (0.92s) [2020-11-03T23:17:06.446Z] === RUN TestNetworkLoopbackNat [2020-11-03T23:17:06.446Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-11-03T23:17:06.708Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-11-03T23:17:07.280Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-11-03T23:17:08.152Z] ok github.com/docker/docker/daemon/discovery 0.010s coverage: 30.0% of statements [2020-11-03T23:17:08.665Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-11-03T23:17:08.796Z] ok github.com/docker/docker/daemon/config 0.081s coverage: 81.8% of statements [2020-11-03T23:17:08.925Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-11-03T23:17:09.186Z] === RUN TestDockerSuite/TestBuildAddTar [2020-11-03T23:17:09.446Z] --- PASS: TestNetworkLoopbackNat (3.06s) [2020-11-03T23:17:09.446Z] === RUN TestPause [2020-11-03T23:17:09.869Z] ok github.com/docker/docker/daemon/events 0.074s coverage: 50.0% of statements [2020-11-03T23:17:10.389Z] --- PASS: TestPause (0.78s) [2020-11-03T23:17:10.389Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-03T23:17:10.389Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-03T23:17:10.389Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-03T23:17:10.389Z] === RUN TestPauseStopPausedContainer [2020-11-03T23:17:10.389Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-11-03T23:17:11.331Z] --- PASS: TestPauseStopPausedContainer (0.90s) [2020-11-03T23:17:11.331Z] === RUN TestPsFilter [2020-11-03T23:17:11.331Z] --- PASS: TestPsFilter (0.11s) [2020-11-03T23:17:11.331Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-03T23:17:11.904Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.80s) [2020-11-03T23:17:11.904Z] === RUN TestRemoveContainerWithVolume [2020-11-03T23:17:12.164Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-11-03T23:17:12.633Z] ok github.com/docker/docker/daemon/graphdriver 0.009s coverage: 2.2% of statements [2020-11-03T23:17:12.737Z] --- PASS: TestRemoveContainerWithVolume (0.84s) [2020-11-03T23:17:12.737Z] === RUN TestRemoveContainerRunning [2020-11-03T23:17:13.681Z] --- PASS: TestRemoveContainerRunning (0.78s) [2020-11-03T23:17:13.681Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-03T23:17:13.943Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-11-03T23:17:14.310Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-03T23:17:14.310Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-03T23:17:14.514Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.79s) [2020-11-03T23:17:14.515Z] === RUN TestRemoveInvalidContainer [2020-11-03T23:17:14.515Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-11-03T23:17:14.515Z] === RUN TestRenameLinkedContainer [2020-11-03T23:17:15.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-03T23:17:15.386Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.9% of statements [2020-11-03T23:17:15.903Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-11-03T23:17:16.039Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.537s coverage: 14.0% of statements [2020-11-03T23:17:16.339Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.497s coverage: 57.1% of statements [2020-11-03T23:17:16.650Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-03T23:17:16.914Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-03T23:17:17.290Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-11-03T23:17:17.550Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-11-03T23:17:17.550Z] --- PASS: TestRenameLinkedContainer (3.11s) [2020-11-03T23:17:17.550Z] === RUN TestRenameStoppedContainer [2020-11-03T23:17:18.307Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-03T23:17:18.492Z] --- PASS: TestRenameStoppedContainer (0.77s) [2020-11-03T23:17:18.492Z] === RUN TestRenameRunningContainerAndReuse [2020-11-03T23:17:18.492Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-11-03T23:17:19.435Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-11-03T23:17:19.698Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-11-03T23:17:19.895Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.013s coverage: 1.8% of statements [2020-11-03T23:17:19.958Z] --- PASS: TestRenameRunningContainerAndReuse (1.60s) [2020-11-03T23:17:19.958Z] === RUN TestRenameInvalidName [2020-11-03T23:17:19.958Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-11-03T23:17:20.528Z] --- PASS: TestRenameInvalidName (0.71s) [2020-11-03T23:17:20.528Z] === RUN TestRenameAnonymousContainer [2020-11-03T23:17:20.951Z] ok github.com/docker/docker/daemon/graphdriver/aufs 7.799s coverage: 69.2% of statements [2020-11-03T23:17:21.626Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-03T23:17:22.005Z] ok github.com/docker/docker/daemon 12.385s coverage: 17.2% of statements [2020-11-03T23:17:22.005Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-03T23:17:22.005Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-03T23:17:22.005Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-03T23:17:22.005Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-03T23:17:23.059Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.776s coverage: 46.2% of statements [2020-11-03T23:17:23.059Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-03T23:17:23.072Z] --- PASS: TestRenameAnonymousContainer (2.32s) [2020-11-03T23:17:23.072Z] === RUN TestRenameContainerWithSameName [2020-11-03T23:17:23.072Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-11-03T23:17:23.549Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-03T23:17:23.643Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-11-03T23:17:23.704Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.229s coverage: 49.5% of statements [2020-11-03T23:17:23.904Z] --- PASS: TestRenameContainerWithSameName (0.87s) [2020-11-03T23:17:23.904Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-03T23:17:25.241Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.014s coverage: 58.0% of statements [2020-11-03T23:17:25.291Z] --- PASS: TestRenameContainerWithLinkedContainer (1.24s) [2020-11-03T23:17:25.291Z] === RUN TestResize [2020-11-03T23:17:25.473Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-03T23:17:25.861Z] --- PASS: TestResize (0.67s) [2020-11-03T23:17:25.861Z] === RUN TestResizeWithInvalidSize [2020-11-03T23:17:26.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-03T23:17:26.297Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.010s coverage: 3.0% of statements [2020-11-03T23:17:26.433Z] --- PASS: TestResizeWithInvalidSize (0.58s) [2020-11-03T23:17:26.433Z] === RUN TestResizeWhenContainerNotStarted [2020-11-03T23:17:26.595Z] ok github.com/docker/docker/daemon/links 0.017s coverage: 93.0% of statements [2020-11-03T23:17:27.004Z] --- PASS: TestResizeWhenContainerNotStarted (0.61s) [2020-11-03T23:17:27.004Z] === RUN TestDaemonRestartKillContainers [2020-11-03T23:17:27.004Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-03T23:17:27.004Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-03T23:17:27.004Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-03T23:17:27.004Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-03T23:17:27.005Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-03T23:17:27.005Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-03T23:17:27.005Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-03T23:17:27.005Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-03T23:17:27.005Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-03T23:17:27.005Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-03T23:17:27.005Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-03T23:17:27.005Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-03T23:17:27.005Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-03T23:17:27.005Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-03T23:17:27.005Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-03T23:17:27.005Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-03T23:17:27.005Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:17:27.005Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:17:27.005Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:17:27.005Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:17:27.005Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:17:27.005Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:17:27.005Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:17:27.005Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:17:27.005Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-03T23:17:27.005Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-03T23:17:27.971Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-03T23:17:28.421Z] === RUN TestDockerSuite/TestBuildBlankName [2020-11-03T23:17:28.918Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-03T23:17:29.023Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-11-03T23:17:29.289Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-03T23:17:29.289Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-03T23:17:29.376Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.228s coverage: 52.1% of statements [2020-11-03T23:17:29.376Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-03T23:17:29.376Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-03T23:17:29.376Z] ok github.com/docker/docker/daemon/logger 0.308s coverage: 41.0% of statements [2020-11-03T23:17:30.023Z] ok github.com/docker/docker/daemon/images 0.088s coverage: 4.9% of statements [2020-11-03T23:17:30.023Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-03T23:17:30.023Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-03T23:17:30.229Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-11-03T23:17:30.839Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-03T23:17:31.077Z] ok github.com/docker/docker/daemon/logger/awslogs 0.586s coverage: 77.8% of statements [2020-11-03T23:17:31.077Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-03T23:17:31.077Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-03T23:17:31.171Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-11-03T23:17:31.725Z] ok github.com/docker/docker/daemon/logger/gelf 0.023s coverage: 67.0% of statements [2020-11-03T23:17:32.024Z] ok github.com/docker/docker/daemon/logger/journald 0.032s coverage: 23.9% of statements [2020-11-03T23:17:32.230Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-03T23:17:32.676Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.024s coverage: 87.2% of statements [2020-11-03T23:17:32.975Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.019s coverage: 61.6% of statements [2020-11-03T23:17:33.086Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-03T23:17:33.086Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-11-03T23:17:33.180Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-03T23:17:33.347Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-03T23:17:34.581Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-03T23:17:34.581Z] Using test binary docker [2020-11-03T23:17:34.581Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-03T23:17:34.581Z] +++ /etc/init.d/apparmor start [2020-11-03T23:17:34.581Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-03T23:17:34.581Z] INFO: Waiting for daemon to start... [2020-11-03T23:17:34.581Z] Starting dockerd [2020-11-03T23:17:34.581Z] +++ 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-03T23:17:35.123Z] ok github.com/docker/docker/daemon/logger/local 0.078s coverage: 75.2% of statements [2020-11-03T23:17:35.123Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-03T23:17:35.123Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.022s coverage: 37.7% of statements [2020-11-03T23:17:35.262Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-11-03T23:17:35.774Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.044s coverage: 33.3% of statements [2020-11-03T23:17:36.205Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-03T23:17:36.470Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:17:36.826Z] ok github.com/docker/docker/daemon/logger/templates 0.015s coverage: 8.3% of statements [2020-11-03T23:17:37.857Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-11-03T23:17:37.857Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-11-03T23:17:37.878Z] ok github.com/docker/docker/daemon/logger/syslog 0.033s coverage: 46.8% of statements [2020-11-03T23:17:38.429Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:17:38.928Z] ok github.com/docker/docker/daemon/network 0.007s coverage: 63.8% of statements [2020-11-03T23:17:39.225Z] ok github.com/docker/docker/daemon/logger/splunk 2.465s coverage: 82.5% of statements [2020-11-03T23:17:39.225Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-03T23:17:39.225Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-03T23:17:39.372Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:17:39.945Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-11-03T23:17:40.207Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:17:40.468Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-11-03T23:17:41.337Z] ok github.com/docker/docker/distribution/metadata 0.096s coverage: 48.2% of statements [2020-11-03T23:17:41.412Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-03T23:17:41.987Z] ok github.com/docker/docker/errdefs 0.016s coverage: 49.4% of statements [2020-11-03T23:17:42.736Z] . [2020-11-03T23:17:42.736Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-03T23:17:42.736Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-03T23:17:42.736Z] Error: No such image: emptyfs [2020-11-03T23:17:42.736Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-03T23:17:42.736Z] ++++ docker load [2020-11-03T23:17:42.736Z] Running integration-test (iteration 1) [2020-11-03T23:17:42.736Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-11-03T23:17:42.736Z] ++ 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-03T23:17:42.736Z] ++ set -e [2020-11-03T23:17:42.736Z] ++ '[' -n 0 ']' [2020-11-03T23:17:42.736Z] ++ set -x [2020-11-03T23:17:42.737Z] ++ env -i DEST=/go/src/github.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-03T23:17:42.800Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-11-03T23:17:43.043Z] ok github.com/docker/docker/distribution 0.384s coverage: 21.9% of statements [2020-11-03T23:17:43.043Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-03T23:17:44.190Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-03T23:17:44.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.41s) [2020-11-03T23:17:44.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.42s) [2020-11-03T23:17:44.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.61s) [2020-11-03T23:17:44.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.07s) [2020-11-03T23:17:44.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.21s) [2020-11-03T23:17:44.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.09s) [2020-11-03T23:17:44.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.93s) [2020-11-03T23:17:44.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.17s) [2020-11-03T23:17:44.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.86s) [2020-11-03T23:17:44.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.83s) [2020-11-03T23:17:44.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.76s) [2020-11-03T23:17:44.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.71s) [2020-11-03T23:17:44.190Z] === RUN TestCgroupNamespacesRun [2020-11-03T23:17:44.451Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-11-03T23:17:45.139Z] ok github.com/docker/docker/image/cache 0.013s coverage: 19.2% of statements [2020-11-03T23:17:45.139Z] ok github.com/docker/docker/distribution/xfer 1.714s coverage: 85.1% of statements [2020-11-03T23:17:45.139Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-03T23:17:45.435Z] ok github.com/docker/docker/image 0.060s coverage: 86.4% of statements [2020-11-03T23:17:45.435Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-03T23:17:46.083Z] ok github.com/docker/docker/libcontainerd/queue 0.043s coverage: 100.0% of statements [2020-11-03T23:17:46.368Z] --- PASS: TestCgroupNamespacesRun (2.10s) [2020-11-03T23:17:46.368Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-03T23:17:46.378Z] ok github.com/docker/docker/image/v1 0.041s coverage: 25.0% of statements [2020-11-03T23:17:46.378Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-03T23:17:48.285Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.20s) [2020-11-03T23:17:48.285Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-03T23:17:48.478Z] ok github.com/docker/docker/pkg/aaparser 0.012s coverage: 52.9% of statements [2020-11-03T23:17:48.478Z] ok github.com/docker/docker/oci 0.018s coverage: 8.2% of statements [2020-11-03T23:17:48.545Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-11-03T23:17:49.125Z] ok github.com/docker/docker/opts 0.139s coverage: 67.1% of statements [2020-11-03T23:17:50.462Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.96s) [2020-11-03T23:17:50.462Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-03T23:17:51.219Z] ok github.com/docker/docker/pkg/broadcaster 0.020s coverage: 100.0% of statements [2020-11-03T23:17:51.245Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-11-03T23:17:51.245Z] Copying nested executables into bundles/binary-daemon [2020-11-03T23:17:51.245Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-11-03T23:17:51.577Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41604/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -e DOCKER_GRAPHDRIVER docker:94bcfbdcb127d303563f72e7cf500179256c8f56 hack/make.sh cross [2020-11-03T23:17:51.835Z] [2020-11-03T23:17:51.862Z] ok github.com/docker/docker/pkg/capabilities 0.006s coverage: 87.5% of statements [2020-11-03T23:17:51.862Z] ok github.com/docker/docker/pkg/authorization 0.956s coverage: 68.3% of statements [2020-11-03T23:17:52.094Z] Removing bundles/ [2020-11-03T23:17:52.095Z] [2020-11-03T23:17:52.095Z] ---> Making bundle: cross (in bundles/cross) [2020-11-03T23:17:52.095Z] Cross building: bundles/cross/linux/amd64 [2020-11-03T23:17:52.095Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-11-03T23:17:52.095Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-11-03T23:17:52.379Z] --- PASS: TestCgroupNamespacesRunHostMode (2.24s) [2020-11-03T23:17:52.379Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-03T23:17:52.382Z] --- PASS: TestBuildWithHugeFile (52.16s) [2020-11-03T23:17:52.382Z] === RUN TestBuildWithEmptyDockerfile [2020-11-03T23:17:52.382Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-03T23:17:52.382Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-03T23:17:52.382Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-03T23:17:52.382Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-03T23:17:52.382Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-03T23:17:52.382Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-03T23:17:52.382Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-03T23:17:52.382Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-03T23:17:52.382Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-03T23:17:52.382Z] --- PASS: TestBuildWithEmptyDockerfile (0.14s) [2020-11-03T23:17:52.382Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s) [2020-11-03T23:17:52.382Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) [2020-11-03T23:17:52.382Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2020-11-03T23:17:52.382Z] === RUN TestBuildPreserveOwnership [2020-11-03T23:17:52.382Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-03T23:17:52.927Z] ok github.com/docker/docker/pkg/directory 0.008s coverage: 80.0% of statements [2020-11-03T23:17:53.224Z] ok github.com/docker/docker/pkg/archive 1.259s coverage: 77.3% of statements [2020-11-03T23:17:53.867Z] ok github.com/docker/docker/pkg/discovery 0.009s coverage: 58.3% of statements [2020-11-03T23:17:54.164Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 97.6% of statements [2020-11-03T23:17:54.292Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.88s) [2020-11-03T23:17:54.292Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-03T23:17:55.210Z] ok github.com/docker/docker/pkg/discovery/memory 0.006s coverage: 92.3% of statements [2020-11-03T23:17:55.664Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-03T23:17:55.678Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-11-03T23:17:55.852Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-11-03T23:17:56.254Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.84s) [2020-11-03T23:17:56.254Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-03T23:17:56.489Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2020-11-03T23:17:57.195Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.98s) [2020-11-03T23:17:57.195Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-03T23:17:57.535Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2020-11-03T23:17:57.535Z] ok github.com/docker/docker/pkg/chrootarchive 3.963s coverage: 43.2% of statements [2020-11-03T23:17:57.686Z] Loaded image: buildpack-deps:buster [2020-11-03T23:17:57.686Z] Loaded image: busybox:latest [2020-11-03T23:17:58.138Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-11-03T23:17:58.178Z] ok github.com/docker/docker/layer 7.853s coverage: 68.8% of statements [2020-11-03T23:17:58.178Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-03T23:17:58.178Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-03T23:17:58.178Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-03T23:17:58.178Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-03T23:17:58.178Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-03T23:17:58.178Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-03T23:17:58.178Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-03T23:17:58.475Z] ok github.com/docker/docker/pkg/fileutils 0.026s coverage: 89.5% of statements [2020-11-03T23:17:58.631Z] Loaded image: busybox:glibc [2020-11-03T23:17:58.773Z] ok github.com/docker/docker/pkg/fsutils 0.301s coverage: 85.1% of statements [2020-11-03T23:17:58.773Z] ok github.com/docker/docker/pkg/discovery/kv 3.087s coverage: 84.1% of statements [2020-11-03T23:17:58.893Z] Loaded image: debian:buster [2020-11-03T23:17:59.082Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.79s) [2020-11-03T23:17:59.082Z] === RUN TestKernelTCPMemory [2020-11-03T23:17:59.082Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-11-03T23:17:59.156Z] Loaded image: hello-world:latest [2020-11-03T23:17:59.424Z] Loaded image: arm32v7/hello-world:latest [2020-11-03T23:17:59.424Z] INFO: Testing against a local daemon [2020-11-03T23:17:59.424Z] === RUN TestCgroupNamespacesBuild [2020-11-03T23:17:59.821Z] ok github.com/docker/docker/pkg/homedir 0.023s coverage: 11.4% of statements [2020-11-03T23:17:59.851Z] --- PASS: TestBuildPreserveOwnership (10.45s) [2020-11-03T23:17:59.851Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.44s) [2020-11-03T23:17:59.851Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-11-03T23:17:59.851Z] === RUN TestBuildPlatformInvalid [2020-11-03T23:17:59.851Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2020-11-03T23:17:59.851Z] PASS [2020-11-03T23:17:59.851Z] [2020-11-03T23:17:59.851Z] === Skipped [2020-11-03T23:17:59.851Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-11-03T23:17:59.851Z] build_session_test.go:25: TODO: BuildKit [2020-11-03T23:17:59.851Z] [2020-11-03T23:17:59.851Z] [2020-11-03T23:17:59.851Z] DONE 32 tests, 1 skipped in 127.732s [2020-11-03T23:17:59.851Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-11-03T23:17:59.851Z] INFO: Testing against a local daemon [2020-11-03T23:17:59.851Z] === RUN TestConfigInspect [2020-11-03T23:17:59.851Z] --- SKIP: TestConfigInspect (0.02s) [2020-11-03T23:17:59.851Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:17:59.851Z] === RUN TestConfigList [2020-11-03T23:17:59.851Z] --- SKIP: TestConfigList (0.01s) [2020-11-03T23:17:59.851Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:17:59.851Z] === RUN TestConfigsCreateAndDelete [2020-11-03T23:17:59.851Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2020-11-03T23:17:59.851Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:17:59.851Z] === RUN TestConfigsUpdate [2020-11-03T23:17:59.851Z] --- SKIP: TestConfigsUpdate (0.01s) [2020-11-03T23:17:59.851Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:17:59.851Z] === RUN TestTemplatedConfig [2020-11-03T23:17:59.851Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-11-03T23:17:59.851Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:17:59.851Z] === RUN TestConfigCreateResolve [2020-11-03T23:17:59.851Z] --- SKIP: TestConfigCreateResolve (0.02s) [2020-11-03T23:17:59.851Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:17:59.851Z] === RUN TestConfigDaemonLibtrustID [2020-11-03T23:18:00.028Z] --- PASS: TestKernelTCPMemory (0.92s) [2020-11-03T23:18:00.028Z] === RUN TestNISDomainname [2020-11-03T23:18:00.464Z] ok github.com/docker/docker/pkg/jsonmessage 0.034s coverage: 91.7% of statements [2020-11-03T23:18:00.763Z] ok github.com/docker/docker/pkg/longpath 0.024s coverage: 100.0% of statements [2020-11-03T23:18:00.969Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-11-03T23:18:00.969Z] --- PASS: TestNISDomainname (1.12s) [2020-11-03T23:18:00.969Z] === RUN TestHostnameDnsResolution [2020-11-03T23:18:01.225Z] --- PASS: TestConfigDaemonLibtrustID (1.53s) [2020-11-03T23:18:01.225Z] PASS [2020-11-03T23:18:01.225Z] [2020-11-03T23:18:01.225Z] === Skipped [2020-11-03T23:18:01.225Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2020-11-03T23:18:01.225Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:18:01.225Z] [2020-11-03T23:18:01.225Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2020-11-03T23:18:01.225Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:18:01.225Z] [2020-11-03T23:18:01.225Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2020-11-03T23:18:01.225Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:18:01.225Z] [2020-11-03T23:18:01.225Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2020-11-03T23:18:01.225Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:18:01.225Z] [2020-11-03T23:18:01.225Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-11-03T23:18:01.225Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:18:01.225Z] [2020-11-03T23:18:01.225Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.02s) [2020-11-03T23:18:01.225Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:18:01.225Z] [2020-11-03T23:18:01.225Z] [2020-11-03T23:18:01.225Z] DONE 7 tests, 6 skipped in 1.742s [2020-11-03T23:18:01.225Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-11-03T23:18:01.225Z] INFO: Testing against a local daemon [2020-11-03T23:18:01.225Z] === RUN TestCheckpoint [2020-11-03T23:18:01.225Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-03T23:18:01.225Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-03T23:18:01.225Z] === RUN TestContainerInvalidJSON [2020-11-03T23:18:01.225Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-03T23:18:01.225Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-03T23:18:01.225Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-03T23:18:01.225Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-03T23:18:01.225Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-03T23:18:01.225Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-03T23:18:01.225Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-03T23:18:01.225Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-03T23:18:01.225Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-03T23:18:01.225Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-03T23:18:01.225Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-03T23:18:01.225Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-03T23:18:01.225Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-03T23:18:01.225Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-03T23:18:01.225Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2020-11-03T23:18:01.225Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-03T23:18:01.409Z] ok github.com/docker/docker/pkg/namesgenerator 0.004s coverage: 85.7% of statements [2020-11-03T23:18:01.409Z] ok github.com/docker/docker/pkg/idtools 0.687s coverage: 70.1% of statements [2020-11-03T23:18:01.409Z] ok github.com/docker/docker/pkg/ioutils 1.277s coverage: 70.6% of statements [2020-11-03T23:18:01.409Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-03T23:18:01.409Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-03T23:18:01.409Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-03T23:18:01.409Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-03T23:18:01.409Z] ok github.com/docker/docker/pkg/parsers 0.013s coverage: 97.0% of statements [2020-11-03T23:18:01.484Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2020-11-03T23:18:01.485Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-03T23:18:01.485Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2020-11-03T23:18:01.485Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-03T23:18:01.485Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2020-11-03T23:18:01.485Z] === RUN TestCopyFromContainer [2020-11-03T23:18:02.355Z] --- PASS: TestHostnameDnsResolution (1.30s) [2020-11-03T23:18:02.355Z] === RUN TestStats [2020-11-03T23:18:02.460Z] ok github.com/docker/docker/pkg/parsers/kernel 0.017s coverage: 60.0% of statements [2020-11-03T23:18:02.460Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.007s coverage: 86.7% of statements [2020-11-03T23:18:02.460Z] ok github.com/docker/docker/pkg/pidfile 0.007s coverage: 82.4% of statements [2020-11-03T23:18:02.460Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-03T23:18:02.460Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-03T23:18:03.517Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.039s coverage: 56.8% of statements [2020-11-03T23:18:03.740Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-11-03T23:18:03.740Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-11-03T23:18:04.568Z] ok github.com/docker/docker/pkg/plugins/transport 0.020s coverage: 85.7% of statements [2020-11-03T23:18:04.568Z] ok github.com/docker/docker/pkg/pools 0.023s coverage: 88.2% of statements [2020-11-03T23:18:04.568Z] ok github.com/docker/docker/pkg/progress 0.005s coverage: 75.9% of statements [2020-11-03T23:18:05.127Z] --- PASS: TestStats (2.70s) [2020-11-03T23:18:05.127Z] === RUN TestStopContainerWithTimeout [2020-11-03T23:18:05.127Z] === RUN TestStopContainerWithTimeout/0 [2020-11-03T23:18:05.127Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-03T23:18:05.127Z] === RUN TestStopContainerWithTimeout/1 [2020-11-03T23:18:05.127Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-03T23:18:05.127Z] === RUN TestStopContainerWithTimeout/3 [2020-11-03T23:18:05.127Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-03T23:18:05.127Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-03T23:18:05.127Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-03T23:18:05.127Z] === CONT TestStopContainerWithTimeout/0 [2020-11-03T23:18:05.127Z] === CONT TestStopContainerWithTimeout/3 [2020-11-03T23:18:05.212Z] ok github.com/docker/docker/pkg/reexec 0.023s coverage: 82.4% of statements [2020-11-03T23:18:05.671Z] === RUN TestCopyFromContainer// [2020-11-03T23:18:05.671Z] === RUN TestCopyFromContainer//bar/root [2020-11-03T23:18:05.671Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-03T23:18:05.671Z] === RUN TestCopyFromContainer/bar/quux [2020-11-03T23:18:05.671Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-03T23:18:05.671Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-03T23:18:05.671Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-03T23:18:05.671Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-03T23:18:05.671Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-03T23:18:05.671Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-03T23:18:05.851Z] ok github.com/docker/docker/pkg/stdcopy 0.005s coverage: 100.0% of statements [2020-11-03T23:18:05.930Z] --- PASS: TestCopyFromContainer (4.34s) [2020-11-03T23:18:05.930Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-11-03T23:18:05.931Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2020-11-03T23:18:05.931Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-11-03T23:18:05.931Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2020-11-03T23:18:05.931Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2020-11-03T23:18:05.931Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-11-03T23:18:05.931Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-11-03T23:18:05.931Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-11-03T23:18:05.931Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-11-03T23:18:05.931Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-11-03T23:18:05.931Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-03T23:18:05.931Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-03T23:18:05.931Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-03T23:18:05.931Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-03T23:18:05.931Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-03T23:18:05.931Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-03T23:18:05.931Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-03T23:18:05.931Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-03T23:18:05.931Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-03T23:18:05.931Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-03T23:18:05.931Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-11-03T23:18:05.931Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-03T23:18:05.931Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-03T23:18:05.931Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-03T23:18:05.931Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-03T23:18:05.931Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-11-03T23:18:05.931Z] === RUN TestCreateWithInvalidEnv [2020-11-03T23:18:05.931Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-03T23:18:05.931Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-03T23:18:05.931Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-03T23:18:05.931Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-03T23:18:05.931Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-03T23:18:05.931Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-03T23:18:05.931Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-03T23:18:05.931Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-03T23:18:05.931Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-03T23:18:05.931Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-11-03T23:18:05.931Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-03T23:18:05.931Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-03T23:18:05.931Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-03T23:18:05.931Z] === RUN TestCreateTmpfsMountsTarget [2020-11-03T23:18:05.931Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-11-03T23:18:05.931Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-03T23:18:06.019Z] --- PASS: TestCgroupNamespacesBuild (5.60s) [2020-11-03T23:18:06.019Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-03T23:18:06.069Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-11-03T23:18:06.146Z] ok github.com/docker/docker/pkg/pubsub 1.125s coverage: 75.0% of statements [2020-11-03T23:18:06.329Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-03T23:18:06.329Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-11-03T23:18:06.591Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-11-03T23:18:06.785Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2020-11-03T23:18:06.785Z] ok github.com/docker/docker/pkg/streamformatter 0.005s coverage: 66.2% of statements [2020-11-03T23:18:06.965Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.77s) [2020-11-03T23:18:06.965Z] === RUN TestBuildWithSession [2020-11-03T23:18:06.965Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-03T23:18:06.965Z] build_session_test.go:25: TODO: BuildKit [2020-11-03T23:18:06.965Z] === RUN TestBuildSquashParent [2020-11-03T23:18:07.305Z] --- PASS: TestCreateWithCustomMaskedPaths (1.22s) [2020-11-03T23:18:07.305Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-03T23:18:07.975Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-11-03T23:18:07.975Z] === CONT TestStopContainerWithTimeout/1 [2020-11-03T23:18:08.311Z] ok github.com/docker/docker/pkg/system 0.043s coverage: 36.9% of statements [2020-11-03T23:18:08.311Z] ok github.com/docker/docker/pkg/signal 2.853s coverage: 61.0% of statements [2020-11-03T23:18:08.311Z] ok github.com/docker/docker/pkg/sysinfo 0.012s coverage: 53.8% of statements [2020-11-03T23:18:08.680Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.22s) [2020-11-03T23:18:08.681Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-03T23:18:08.681Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-03T23:18:08.681Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-03T23:18:08.681Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-03T23:18:08.681Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-03T23:18:08.681Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-03T23:18:08.681Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-03T23:18:08.681Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-03T23:18:08.681Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-03T23:18:08.681Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-03T23:18:08.681Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-03T23:18:08.681Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-03T23:18:08.681Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-03T23:18:08.681Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-03T23:18:08.681Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-03T23:18:08.681Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-03T23:18:08.681Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-11-03T23:18:08.681Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-11-03T23:18:08.681Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-11-03T23:18:08.681Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-11-03T23:18:08.681Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-11-03T23:18:08.681Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-11-03T23:18:08.681Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-03T23:18:08.939Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.44s) [2020-11-03T23:18:08.939Z] === RUN TestCreateDifferentPlatform [2020-11-03T23:18:08.939Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-03T23:18:08.939Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-03T23:18:08.939Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-11-03T23:18:08.939Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-03T23:18:08.939Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-03T23:18:08.939Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-03T23:18:08.939Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2020-11-03T23:18:08.939Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-03T23:18:08.939Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2020-11-03T23:18:08.939Z] === RUN TestContainerStartOnDaemonRestart [2020-11-03T23:18:08.939Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-11-03T23:18:08.939Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-11-03T23:18:08.939Z] === RUN TestDaemonRestartIpcMode [2020-11-03T23:18:08.939Z] === PAUSE TestDaemonRestartIpcMode [2020-11-03T23:18:08.939Z] === RUN TestDaemonHostGatewayIP [2020-11-03T23:18:08.939Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-11-03T23:18:08.939Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:18:08.939Z] === RUN TestContainerKillOnDaemonStart [2020-11-03T23:18:08.939Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-11-03T23:18:08.939Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-11-03T23:18:08.939Z] === RUN TestDiff [2020-11-03T23:18:08.980Z] ok github.com/docker/docker/pkg/tailfile 0.117s coverage: 88.6% of statements [2020-11-03T23:18:08.980Z] testing: warning: no tests to run [2020-11-03T23:18:08.980Z] coverage: [no statements] [2020-11-03T23:18:08.980Z] ok github.com/docker/docker/pkg/term/windows 0.017s coverage: [no statements] [no tests to run] [2020-11-03T23:18:09.505Z] --- PASS: TestDiff (0.49s) [2020-11-03T23:18:09.505Z] === RUN TestExecWithCloseStdin [2020-11-03T23:18:09.891Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-11-03T23:18:09.891Z] --- PASS: TestStopContainerWithTimeout/0 (1.25s) [2020-11-03T23:18:09.891Z] --- PASS: TestStopContainerWithTimeout/3 (3.12s) [2020-11-03T23:18:09.891Z] --- PASS: TestStopContainerWithTimeout/-1 (2.75s) [2020-11-03T23:18:09.891Z] --- PASS: TestStopContainerWithTimeout/1 (1.77s) [2020-11-03T23:18:09.891Z] === RUN TestDeleteDevicemapper [2020-11-03T23:18:09.891Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-03T23:18:09.891Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-03T23:18:09.891Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-03T23:18:10.034Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2020-11-03T23:18:10.034Z] ok github.com/docker/docker/pkg/tarsum 0.127s coverage: 89.3% of statements [2020-11-03T23:18:10.034Z] ok github.com/docker/docker/pkg/truncindex 0.104s coverage: 91.5% of statements [2020-11-03T23:18:10.072Z] --- PASS: TestExecWithCloseStdin (0.46s) [2020-11-03T23:18:10.072Z] === RUN TestExec [2020-11-03T23:18:10.152Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-11-03T23:18:10.329Z] ok github.com/docker/docker/pkg/useragent 0.004s coverage: 88.9% of statements [2020-11-03T23:18:10.331Z] --- PASS: TestExec (0.46s) [2020-11-03T23:18:10.331Z] === RUN TestExecUser [2020-11-03T23:18:10.901Z] --- PASS: TestExecUser (0.43s) [2020-11-03T23:18:10.901Z] === RUN TestExportContainerAndImportImage [2020-11-03T23:18:11.094Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-11-03T23:18:11.468Z] --- PASS: TestExportContainerAndImportImage (0.59s) [2020-11-03T23:18:11.469Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-03T23:18:12.427Z] ok github.com/docker/docker/plugin/v2 0.035s coverage: 14.5% of statements [2020-11-03T23:18:12.428Z] ok github.com/docker/docker/profiles/seccomp 0.029s coverage: 83.5% of statements [2020-11-03T23:18:12.482Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-11-03T23:18:13.571Z] --- PASS: TestBuildSquashParent (6.17s) [2020-11-03T23:18:13.571Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-03T23:18:13.571Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-03T23:18:13.571Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-03T23:18:13.571Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-03T23:18:13.571Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-03T23:18:13.571Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-03T23:18:13.571Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-03T23:18:13.571Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-03T23:18:13.571Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-03T23:18:13.571Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-03T23:18:13.571Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-03T23:18:13.571Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-03T23:18:13.571Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-03T23:18:13.571Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-03T23:18:13.571Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-03T23:18:13.571Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-03T23:18:13.571Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-03T23:18:13.912Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.03s) [2020-11-03T23:18:13.912Z] === RUN TestUpdateMemory [2020-11-03T23:18:13.912Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-03T23:18:13.912Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:18:13.912Z] === RUN TestUpdateCPUQuota [2020-11-03T23:18:13.960Z] ok github.com/docker/docker/reference 0.010s coverage: 84.4% of statements [2020-11-03T23:18:14.261Z] ok github.com/docker/docker/plugin 0.567s coverage: 23.2% of statements [2020-11-03T23:18:14.752Z] --- PASS: TestExportContainerAfterDaemonRestart (3.30s) [2020-11-03T23:18:14.752Z] === RUN TestHealthCheckWorkdir [2020-11-03T23:18:14.860Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-11-03T23:18:15.320Z] --- PASS: TestHealthCheckWorkdir (0.56s) [2020-11-03T23:18:15.320Z] === RUN TestHealthKillContainer [2020-11-03T23:18:15.433Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-11-03T23:18:15.433Z] --- PASS: TestUpdateCPUQuota (1.62s) [2020-11-03T23:18:15.433Z] === RUN TestUpdatePidsLimit [2020-11-03T23:18:15.433Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-03T23:18:15.801Z] ok github.com/docker/docker/quota 0.651s coverage: 71.4% of statements [2020-11-03T23:18:16.005Z] === RUN TestUpdatePidsLimit/no_change [2020-11-03T23:18:16.098Z] ok github.com/docker/docker/registry/resumable 0.022s coverage: 100.0% of statements [2020-11-03T23:18:16.128Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-03T23:18:16.128Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-03T23:18:16.266Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-03T23:18:16.742Z] ok github.com/docker/docker/restartmanager 0.004s coverage: 45.3% of statements [2020-11-03T23:18:16.837Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-11-03T23:18:16.837Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-03T23:18:17.039Z] ok github.com/docker/docker/registry 0.222s coverage: 56.8% of statements [2020-11-03T23:18:17.098Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-03T23:18:17.358Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-03T23:18:17.685Z] ok github.com/docker/docker/testutil 0.041s coverage: 62.5% of statements [2020-11-03T23:18:17.850Z] --- PASS: TestHealthKillContainer (2.49s) [2020-11-03T23:18:17.850Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-03T23:18:17.930Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-03T23:18:17.930Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-11-03T23:18:18.047Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-11-03T23:18:18.047Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.85s) [2020-11-03T23:18:18.047Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.90s) [2020-11-03T23:18:18.047Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.06s) [2020-11-03T23:18:18.047Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.11s) [2020-11-03T23:18:18.047Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.07s) [2020-11-03T23:18:18.047Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.17s) [2020-11-03T23:18:18.047Z] === RUN TestBuildMultiStageCopy [2020-11-03T23:18:18.047Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-03T23:18:18.109Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s) [2020-11-03T23:18:18.109Z] === RUN TestIpcModeNone [2020-11-03T23:18:18.328Z] ok github.com/docker/docker/runconfig 0.023s coverage: 66.1% of statements [2020-11-03T23:18:18.676Z] --- PASS: TestIpcModeNone (0.45s) [2020-11-03T23:18:18.676Z] === RUN TestIpcModePrivate [2020-11-03T23:18:18.879Z] --- PASS: TestUpdatePidsLimit (3.45s) [2020-11-03T23:18:18.879Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2020-11-03T23:18:18.879Z] --- PASS: TestUpdatePidsLimit/no_change (0.35s) [2020-11-03T23:18:18.879Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2020-11-03T23:18:18.879Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2020-11-03T23:18:18.879Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.37s) [2020-11-03T23:18:18.879Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.33s) [2020-11-03T23:18:18.879Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2020-11-03T23:18:18.879Z] === RUN TestUpdateRestartPolicy [2020-11-03T23:18:18.879Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-11-03T23:18:18.934Z] --- PASS: TestIpcModePrivate (0.46s) [2020-11-03T23:18:18.934Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2020-11-03T23:18:18.934Z] === RUN TestIpcModeShareable [2020-11-03T23:18:18.934Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-11-03T23:18:18.934Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-03T23:18:18.934Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-03T23:18:19.825Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-11-03T23:18:20.600Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-03T23:18:20.841Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.44s) [2020-11-03T23:18:20.841Z] === RUN TestAPIIpcModeHost [2020-11-03T23:18:20.841Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-11-03T23:18:20.841Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-03T23:18:20.841Z] === RUN TestDaemonIpcModeShareable [2020-11-03T23:18:20.841Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-11-03T23:18:20.841Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-03T23:18:20.841Z] === RUN TestDaemonIpcModePrivate [2020-11-03T23:18:20.862Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-03T23:18:21.092Z] ok github.com/docker/docker/volume/drivers 0.009s coverage: 36.1% of statements [2020-11-03T23:18:21.436Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-03T23:18:22.010Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-03T23:18:22.143Z] ok github.com/docker/docker/volume/mounts 0.104s coverage: 67.0% of statements [2020-11-03T23:18:22.143Z] ok github.com/docker/docker/volume/local 0.221s coverage: 76.6% of statements [2020-11-03T23:18:22.585Z] --- PASS: TestBuildMultiStageCopy (4.40s) [2020-11-03T23:18:22.585Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.21s) [2020-11-03T23:18:22.585Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s) [2020-11-03T23:18:22.585Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s) [2020-11-03T23:18:22.585Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) [2020-11-03T23:18:22.585Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.58s) [2020-11-03T23:18:22.585Z] === RUN TestBuildMultiStageParentConfig [2020-11-03T23:18:22.743Z] --- PASS: TestDaemonIpcModePrivate (2.16s) [2020-11-03T23:18:22.743Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2020-11-03T23:18:22.743Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-03T23:18:22.743Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-11-03T23:18:22.743Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-03T23:18:22.743Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-03T23:18:22.743Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-11-03T23:18:22.743Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-03T23:18:22.743Z] === RUN TestIpcModeOlderClient [2020-11-03T23:18:22.743Z] === PAUSE TestIpcModeOlderClient [2020-11-03T23:18:22.743Z] === RUN TestKillContainerInvalidSignal [2020-11-03T23:18:23.002Z] --- PASS: TestKillContainerInvalidSignal (0.45s) [2020-11-03T23:18:23.002Z] === RUN TestKillContainer [2020-11-03T23:18:23.261Z] === RUN TestKillContainer/no_signal [2020-11-03T23:18:23.520Z] === RUN TestKillContainer/non_killing_signal [2020-11-03T23:18:23.657Z] ok github.com/docker/docker/volume/service 0.024s coverage: 73.1% of statements [2020-11-03T23:18:23.779Z] === RUN TestKillContainer/killing_signal [2020-11-03T23:18:23.976Z] --- PASS: TestBuildMultiStageParentConfig (1.39s) [2020-11-03T23:18:23.976Z] === RUN TestBuildLabelWithTargets [2020-11-03T23:18:24.041Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-11-03T23:18:24.347Z] --- PASS: TestKillContainer (1.27s) [2020-11-03T23:18:24.347Z] --- PASS: TestKillContainer/no_signal (0.40s) [2020-11-03T23:18:24.347Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2020-11-03T23:18:24.347Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2020-11-03T23:18:24.347Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-03T23:18:24.347Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-03T23:18:24.916Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-03T23:18:25.177Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.81s) [2020-11-03T23:18:25.177Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2020-11-03T23:18:25.177Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s) [2020-11-03T23:18:25.177Z] === RUN TestKillStoppedContainer [2020-11-03T23:18:25.177Z] --- PASS: TestKillStoppedContainer (0.04s) [2020-11-03T23:18:25.177Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-03T23:18:25.177Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2020-11-03T23:18:25.177Z] === RUN TestKillDifferentUserContainer [2020-11-03T23:18:25.425Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-11-03T23:18:25.746Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2020-11-03T23:18:25.746Z] === RUN TestInspectOomKilledTrue [2020-11-03T23:18:25.746Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-03T23:18:25.746Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-03T23:18:25.746Z] === RUN TestInspectOomKilledFalse [2020-11-03T23:18:25.746Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-03T23:18:25.746Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:18:25.746Z] === RUN TestLinksEtcHostsContentMatch [2020-11-03T23:18:25.746Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-11-03T23:18:25.746Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-11-03T23:18:25.746Z] === RUN TestLinksContainerNames [2020-11-03T23:18:26.369Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-11-03T23:18:26.482Z] Removing intermediate container 7daf29545d93 [2020-11-03T23:18:26.483Z] ---> ae6602685866 [2020-11-03T23:18:26.483Z] 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-03T23:18:26.483Z] ---> Running in cffbed27d089 [2020-11-03T23:18:26.483Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2020-11-03T23:18:26.483Z] go: finding gotest.tools v0.5.3 [2020-11-03T23:18:26.483Z] go: finding gotest.tools/gotestsum v0.5.3 [2020-11-03T23:18:26.483Z] go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-03T23:18:26.483Z] go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-03T23:18:26.530Z] --- PASS: TestBuildLabelWithTargets (2.20s) [2020-11-03T23:18:26.530Z] === RUN TestBuildWithEmptyLayers [2020-11-03T23:18:26.629Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-11-03T23:18:26.682Z] --- PASS: TestLinksContainerNames (0.84s) [2020-11-03T23:18:26.682Z] === RUN TestLogsFollowTailEmpty [2020-11-03T23:18:26.895Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-11-03T23:18:26.941Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2020-11-03T23:18:26.941Z] === RUN TestContainerNetworkMountsNoChown [2020-11-03T23:18:27.105Z] --- PASS: TestBuildWithEmptyLayers (1.02s) [2020-11-03T23:18:27.105Z] === RUN TestBuildMultiStageOnBuild [2020-11-03T23:18:27.486Z] --- PASS: TestImportExtremelyLargeImageWorks (79.53s) [2020-11-03T23:18:27.486Z] PASS [2020-11-03T23:18:27.486Z] [2020-11-03T23:18:27.486Z] === Skipped [2020-11-03T23:18:27.486Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-03T23:18:27.486Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:18:27.486Z] [2020-11-03T23:18:27.486Z] [2020-11-03T23:18:27.486Z] DONE 12 tests, 1 skipped in 81.065s [2020-11-03T23:18:27.486Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-11-03T23:18:27.486Z] ++ 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-03T23:18:27.486Z] ++ set -e [2020-11-03T23:18:27.486Z] ++ '[' -n 0 ']' [2020-11-03T23:18:27.486Z] ++ set -x [2020-11-03T23:18:27.486Z] ++ env -i DEST=/go/src/github.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-03T23:18:27.486Z] INFO: Testing against a local daemon [2020-11-03T23:18:27.486Z] === RUN TestNetworkCreateDelete [2020-11-03T23:18:27.486Z] --- PASS: TestNetworkCreateDelete (0.15s) [2020-11-03T23:18:27.486Z] === RUN TestDockerNetworkDeletePreferID [2020-11-03T23:18:27.486Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2020-11-03T23:18:27.486Z] === RUN TestDaemonDNSFallback [2020-11-03T23:18:27.509Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2020-11-03T23:18:27.509Z] === RUN TestMountDaemonRoot [2020-11-03T23:18:27.509Z] === RUN TestMountDaemonRoot/default [2020-11-03T23:18:27.509Z] === PAUSE TestMountDaemonRoot/default [2020-11-03T23:18:27.509Z] === RUN TestMountDaemonRoot/private [2020-11-03T23:18:27.509Z] === PAUSE TestMountDaemonRoot/private [2020-11-03T23:18:27.509Z] === RUN TestMountDaemonRoot/rprivate [2020-11-03T23:18:27.509Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-03T23:18:27.509Z] === RUN TestMountDaemonRoot/slave [2020-11-03T23:18:27.509Z] === PAUSE TestMountDaemonRoot/slave [2020-11-03T23:18:27.509Z] === RUN TestMountDaemonRoot/rslave [2020-11-03T23:18:27.509Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-03T23:18:27.509Z] === RUN TestMountDaemonRoot/shared [2020-11-03T23:18:27.509Z] === PAUSE TestMountDaemonRoot/shared [2020-11-03T23:18:27.509Z] === RUN TestMountDaemonRoot/rshared [2020-11-03T23:18:27.509Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-03T23:18:27.509Z] === CONT TestMountDaemonRoot/default [2020-11-03T23:18:27.509Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/rprivate [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/rshared [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/shared [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/rslave [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/slave [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/private [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-03T23:18:27.510Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-03T23:18:27.510Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-03T23:18:27.510Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-03T23:18:27.768Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-03T23:18:27.768Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-03T23:18:27.768Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-03T23:18:27.768Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-03T23:18:27.768Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-03T23:18:27.768Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-03T23:18:27.768Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-03T23:18:27.768Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-03T23:18:27.768Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.03s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-11-03T23:18:27.768Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-11-03T23:18:27.768Z] === RUN TestContainerBindMountNonRecursive [2020-11-03T23:18:27.768Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-11-03T23:18:27.768Z] 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-03T23:18:27.768Z] === RUN TestNetworkNat [2020-11-03T23:18:27.776Z] --- PASS: TestDaemonDNSFallback (2.50s) [2020-11-03T23:18:27.776Z] === RUN TestInspectNetwork [2020-11-03T23:18:27.837Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-11-03T23:18:28.036Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-03T23:18:28.036Z] go: downloading github.com/spf13/pflag v1.0.3 [2020-11-03T23:18:28.036Z] go: downloading github.com/fatih/color v1.9.0 [2020-11-03T23:18:28.036Z] go: downloading github.com/pkg/errors v0.9.1 [2020-11-03T23:18:28.036Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-03T23:18:28.036Z] go: extracting github.com/fatih/color v1.9.0 [2020-11-03T23:18:28.036Z] go: extracting github.com/pkg/errors v0.9.1 [2020-11-03T23:18:28.036Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-03T23:18:28.036Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-03T23:18:28.036Z] go: extracting github.com/spf13/pflag v1.0.3 [2020-11-03T23:18:28.036Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-03T23:18:28.036Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-03T23:18:28.036Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-03T23:18:28.036Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-03T23:18:28.036Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-03T23:18:28.036Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-03T23:18:28.036Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-03T23:18:28.036Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-03T23:18:28.036Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-03T23:18:28.036Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-03T23:18:28.097Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-11-03T23:18:28.336Z] --- PASS: TestNetworkNat (0.52s) [2020-11-03T23:18:28.336Z] === RUN TestNetworkLocalhostTCPNat [2020-11-03T23:18:28.511Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-03T23:18:28.511Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-03T23:18:28.903Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2020-11-03T23:18:28.903Z] === RUN TestNetworkLoopbackNat [2020-11-03T23:18:29.660Z] --- PASS: TestBuildMultiStageOnBuild (2.61s) [2020-11-03T23:18:29.660Z] === RUN TestBuildUncleanTarFilenames [2020-11-03T23:18:30.063Z] go: finding github.com/fatih/color v1.9.0 [2020-11-03T23:18:30.063Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-03T23:18:30.063Z] go: finding github.com/pkg/errors v0.9.1 [2020-11-03T23:18:30.063Z] go: finding github.com/spf13/pflag v1.0.3 [2020-11-03T23:18:30.063Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-03T23:18:30.063Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-03T23:18:30.530Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-03T23:18:30.530Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-03T23:18:30.530Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-03T23:18:30.530Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-03T23:18:30.530Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-03T23:18:30.643Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-11-03T23:18:31.049Z] --- PASS: TestBuildUncleanTarFilenames (1.40s) [2020-11-03T23:18:31.050Z] === RUN TestBuildMultiStageLayerLeak [2020-11-03T23:18:31.433Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2020-11-03T23:18:31.433Z] === RUN TestPause [2020-11-03T23:18:31.433Z] --- SKIP: TestPause (0.00s) [2020-11-03T23:18:31.433Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-03T23:18:31.433Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-03T23:18:31.433Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-03T23:18:31.433Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-03T23:18:31.433Z] === RUN TestPauseStopPausedContainer [2020-11-03T23:18:31.433Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-11-03T23:18:31.433Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-03T23:18:31.433Z] === RUN TestPsFilter [2020-11-03T23:18:31.433Z] --- PASS: TestPsFilter (0.11s) [2020-11-03T23:18:31.433Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-03T23:18:31.691Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s) [2020-11-03T23:18:31.691Z] === RUN TestRemoveContainerWithVolume [2020-11-03T23:18:32.027Z] --- PASS: TestUpdateRestartPolicy (12.95s) [2020-11-03T23:18:32.027Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-03T23:18:32.027Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-11-03T23:18:32.259Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2020-11-03T23:18:32.259Z] === RUN TestRemoveContainerRunning [2020-11-03T23:18:32.518Z] --- PASS: TestRemoveContainerRunning (0.41s) [2020-11-03T23:18:32.518Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-03T23:18:32.598Z] --- PASS: TestUpdateRestartWithAutoRemove (0.78s) [2020-11-03T23:18:32.598Z] === RUN TestWaitNonBlocked [2020-11-03T23:18:32.598Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-03T23:18:32.598Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-03T23:18:32.598Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-03T23:18:32.598Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-03T23:18:32.858Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-03T23:18:32.858Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-03T23:18:32.858Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-11-03T23:18:32.858Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-11-03T23:18:32.858Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-11-03T23:18:33.085Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2020-11-03T23:18:33.085Z] === RUN TestRemoveInvalidContainer [2020-11-03T23:18:33.085Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-11-03T23:18:33.085Z] === RUN TestRenameLinkedContainer [2020-11-03T23:18:33.330Z] === RUN TestInspectNetwork/full_network_id [2020-11-03T23:18:33.330Z] === RUN TestInspectNetwork/partial_network_id [2020-11-03T23:18:33.330Z] === RUN TestInspectNetwork/network_name [2020-11-03T23:18:33.330Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-03T23:18:34.255Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-11-03T23:18:34.255Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.12s) [2020-11-03T23:18:34.255Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.22s) [2020-11-03T23:18:34.255Z] === RUN TestWaitBlocked [2020-11-03T23:18:34.255Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-03T23:18:34.255Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-03T23:18:34.255Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-03T23:18:34.255Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-03T23:18:34.255Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-03T23:18:34.255Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-03T23:18:34.358Z] --- PASS: TestBuildMultiStageLayerLeak (2.80s) [2020-11-03T23:18:34.358Z] === RUN TestBuildWithHugeFile [2020-11-03T23:18:34.517Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-11-03T23:18:34.991Z] --- PASS: TestRenameLinkedContainer (1.72s) [2020-11-03T23:18:34.992Z] === RUN TestRenameStoppedContainer [2020-11-03T23:18:35.090Z] --- PASS: TestWaitBlocked (0.02s) [2020-11-03T23:18:35.090Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.00s) [2020-11-03T23:18:35.090Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.13s) [2020-11-03T23:18:35.090Z] === CONT TestContainerStartOnDaemonRestart [2020-11-03T23:18:35.090Z] === CONT TestIpcModeOlderClient [2020-11-03T23:18:35.090Z] --- PASS: TestIpcModeOlderClient (0.07s) [2020-11-03T23:18:35.090Z] === CONT TestContainerKillOnDaemonStart [2020-11-03T23:18:35.250Z] --- PASS: TestRenameStoppedContainer (0.40s) [2020-11-03T23:18:35.250Z] === RUN TestRenameRunningContainerAndReuse [2020-11-03T23:18:35.260Z] INFO: Build done for gotestsum... [2020-11-03T23:18:35.351Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-11-03T23:18:35.923Z] === RUN TestDockerSuite/TestBuildCmd [2020-11-03T23:18:36.186Z] --- PASS: TestRenameRunningContainerAndReuse (0.80s) [2020-11-03T23:18:36.186Z] === RUN TestRenameInvalidName [2020-11-03T23:18:36.445Z] --- PASS: TestRenameInvalidName (0.39s) [2020-11-03T23:18:36.445Z] === RUN TestRenameAnonymousContainer [2020-11-03T23:18:36.495Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-11-03T23:18:36.756Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-11-03T23:18:37.017Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-11-03T23:18:37.278Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-11-03T23:18:37.278Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-11-03T23:18:37.822Z] --- PASS: TestRenameAnonymousContainer (1.53s) [2020-11-03T23:18:37.822Z] === RUN TestRenameContainerWithSameName [2020-11-03T23:18:38.390Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2020-11-03T23:18:38.390Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-03T23:18:38.833Z] --- PASS: TestContainerStartOnDaemonRestart (3.66s) [2020-11-03T23:18:38.833Z] === CONT TestDaemonHostGatewayIP [2020-11-03T23:18:38.886Z] --- PASS: TestInspectNetwork (10.70s) [2020-11-03T23:18:38.886Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-03T23:18:38.886Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-03T23:18:38.886Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-03T23:18:38.886Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-03T23:18:38.886Z] === RUN TestRunContainerWithBridgeNone [2020-11-03T23:18:39.009Z] ok github.com/docker/docker/pkg/plugins 33.636s coverage: 76.6% of statements [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/rootless [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/volume [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-03T23:18:39.009Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-03T23:18:39.009Z] [2020-11-03T23:18:39.009Z] === Skipped [2020-11-03T23:18:39.009Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-03T23:18:39.009Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-03T23:18:39.009Z] [2020-11-03T23:18:39.009Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-03T23:18:39.009Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-03T23:18:39.009Z] [2020-11-03T23:18:39.009Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-03T23:18:39.009Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:18:39.009Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:18:39.009Z] [2020-11-03T23:18:39.009Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-03T23:18:39.009Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:18:39.009Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:18:39.009Z] [2020-11-03T23:18:39.009Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-03T23:18:39.009Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:18:39.009Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:18:39.009Z] [2020-11-03T23:18:39.009Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-03T23:18:39.009Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:18:39.009Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:18:39.009Z] [2020-11-03T23:18:39.009Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-03T23:18:39.009Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:18:39.009Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:18:39.009Z] [2020-11-03T23:18:39.009Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-03T23:18:39.009Z] graphtest_unix.go:73: No driver to put! [2020-11-03T23:18:39.009Z] [2020-11-03T23:18:39.009Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-03T23:18:39.009Z] time="2020-11-03T23:17:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:18:39.009Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:18:39.009Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:18:39.009Z] [2020-11-03T23:18:39.009Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-03T23:18:39.009Z] time="2020-11-03T23:17:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:18:39.009Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:18:39.009Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:18:39.009Z] [2020-11-03T23:18:39.009Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-03T23:18:39.009Z] time="2020-11-03T23:17:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:18:39.009Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:18:39.009Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:18:39.009Z] [2020-11-03T23:18:39.009Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-03T23:18:39.009Z] time="2020-11-03T23:17:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:18:39.009Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:18:39.009Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:18:39.010Z] [2020-11-03T23:18:39.010Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-03T23:18:39.010Z] time="2020-11-03T23:17:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:18:39.010Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:18:39.010Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:18:39.010Z] [2020-11-03T23:18:39.010Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-03T23:18:39.010Z] graphtest_unix.go:73: No driver to put! [2020-11-03T23:18:39.010Z] [2020-11-03T23:18:39.010Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-03T23:18:39.010Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-03T23:18:39.010Z] [2020-11-03T23:18:39.010Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-03T23:18:39.010Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-03T23:18:39.010Z] [2020-11-03T23:18:39.010Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-03T23:18:39.010Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-03T23:18:39.010Z] [2020-11-03T23:18:39.010Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-03T23:18:39.010Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-03T23:18:39.010Z] [2020-11-03T23:18:39.010Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-03T23:18:39.010Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:18:39.010Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:18:39.010Z] [2020-11-03T23:18:39.010Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-03T23:18:39.010Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:18:39.010Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:18:39.010Z] [2020-11-03T23:18:39.010Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-03T23:18:39.010Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:18:39.010Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:18:39.010Z] [2020-11-03T23:18:39.010Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-03T23:18:39.010Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:18:39.010Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:18:39.010Z] [2020-11-03T23:18:39.010Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-03T23:18:39.010Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:18:39.010Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:18:39.010Z] [2020-11-03T23:18:39.010Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-03T23:18:39.010Z] graphtest_unix.go:73: No driver to put! [2020-11-03T23:18:39.010Z] [2020-11-03T23:18:39.010Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-03T23:18:39.010Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-03T23:18:39.010Z] [2020-11-03T23:18:39.010Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-03T23:18:39.010Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-03T23:18:39.010Z] [2020-11-03T23:18:39.010Z] [2020-11-03T23:18:39.010Z] DONE 2167 tests, 26 skipped in 256.555s Post stage [Pipeline] junit [2020-11-03T23:18:39.056Z] Recording test results [2020-11-03T23:18:39.094Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-11-03T23:18:39.327Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s) [2020-11-03T23:18:39.327Z] === RUN TestResize [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-03T23:18:39.586Z] --- PASS: TestResize (0.42s) [2020-11-03T23:18:39.586Z] === RUN TestResizeWithInvalidSize [2020-11-03T23:18:39.859Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41604/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -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:94bcfbdcb127d303563f72e7cf500179256c8f56 hack/make.sh dynbinary test-integration [2020-11-03T23:18:40.152Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2020-11-03T23:18:40.152Z] === RUN TestResizeWhenContainerNotStarted [2020-11-03T23:18:40.155Z] [2020-11-03T23:18:40.156Z] Removing bundles/ [2020-11-03T23:18:40.156Z] [2020-11-03T23:18:40.156Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-03T23:18:40.156Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-03T23:18:40.156Z] GOOS="" GOARCH="" GOARM="" [2020-11-03T23:18:40.411Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2020-11-03T23:18:40.411Z] === RUN TestDaemonRestartKillContainers [2020-11-03T23:18:40.411Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-11-03T23:18:40.411Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-11-03T23:18:40.411Z] === RUN TestCgroupNamespacesRun [2020-11-03T23:18:40.950Z] --- PASS: TestRunContainerWithBridgeNone (2.30s) [2020-11-03T23:18:40.950Z] === RUN TestNetworkInvalidJSON [2020-11-03T23:18:40.950Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-03T23:18:40.950Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-03T23:18:40.950Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-03T23:18:40.950Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-03T23:18:40.950Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-03T23:18:40.950Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-03T23:18:40.950Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-03T23:18:40.950Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-03T23:18:40.950Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-03T23:18:40.950Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-11-03T23:18:40.950Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-03T23:18:40.950Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-03T23:18:40.950Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-03T23:18:40.950Z] === RUN TestHostIPv4BridgeLabel [2020-11-03T23:18:41.580Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2020-11-03T23:18:41.580Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-03T23:18:41.640Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-11-03T23:18:42.212Z] --- PASS: TestDaemonHostGatewayIP (3.39s) [2020-11-03T23:18:42.212Z] === CONT TestDaemonRestartIpcMode [2020-11-03T23:18:42.611Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2020-11-03T23:18:42.611Z] === RUN TestDaemonDefaultNetworkPools [2020-11-03T23:18:43.023Z] --- PASS: TestCgroupNamespacesRun (2.21s) [2020-11-03T23:18:43.023Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-03T23:18:43.242Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s) [2020-11-03T23:18:43.243Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-03T23:18:44.745Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2020-11-03T23:18:44.745Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-03T23:18:44.759Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-11-03T23:18:44.759Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-11-03T23:18:44.927Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.17s) [2020-11-03T23:18:44.927Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-03T23:18:45.703Z] === RUN TestDockerSuite/TestBuildContChar [2020-11-03T23:18:45.703Z] --- PASS: TestDaemonRestartIpcMode (3.50s) [2020-11-03T23:18:45.775Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2020-11-03T23:18:45.775Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-03T23:18:46.405Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.64s) [2020-11-03T23:18:46.405Z] === RUN TestServiceWithPredefinedNetwork [2020-11-03T23:18:46.831Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.16s) [2020-11-03T23:18:46.832Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-03T23:18:47.619Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-11-03T23:18:48.195Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-11-03T23:18:48.456Z] --- PASS: TestContainerKillOnDaemonStart (13.20s) [2020-11-03T23:18:48.456Z] PASS [2020-11-03T23:18:48.456Z] [2020-11-03T23:18:48.456Z] === Skipped [2020-11-03T23:18:48.456Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-11-03T23:18:48.456Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-03T23:18:48.456Z] [2020-11-03T23:18:48.456Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-03T23:18:48.456Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:18:48.456Z] [2020-11-03T23:18:48.456Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-03T23:18:48.456Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:18:48.456Z] [2020-11-03T23:18:48.456Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-03T23:18:48.456Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-03T23:18:48.456Z] [2020-11-03T23:18:48.456Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-11-03T23:18:48.456Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-03T23:18:48.456Z] [2020-11-03T23:18:48.456Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-11-03T23:18:48.456Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:18:48.456Z] [2020-11-03T23:18:48.456Z] [2020-11-03T23:18:48.456Z] DONE 193 tests, 6 skipped in 146.648s [2020-11-03T23:18:48.456Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-11-03T23:18:48.456Z] ++ 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-03T23:18:48.456Z] ++ set -e [2020-11-03T23:18:48.456Z] ++ '[' -n 0 ']' [2020-11-03T23:18:48.456Z] ++ set -x [2020-11-03T23:18:48.456Z] ++ env -i DEST=/go/src/github.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-03T23:18:48.716Z] INFO: Testing against a local daemon [2020-11-03T23:18:48.716Z] === RUN TestCommitInheritsEnv [2020-11-03T23:18:48.716Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-11-03T23:18:48.977Z] --- PASS: TestCommitInheritsEnv (0.38s) [2020-11-03T23:18:48.977Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-03T23:18:48.977Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-03T23:18:48.977Z] === RUN TestImagesFilterMultiReference [2020-11-03T23:18:49.239Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-11-03T23:18:49.239Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2020-11-03T23:18:49.239Z] === RUN TestImagePullPlatformInvalid [2020-11-03T23:18:49.239Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-11-03T23:18:49.239Z] === RUN TestRemoveImageOrphaning [2020-11-03T23:18:49.361Z] --- PASS: TestCgroupNamespacesRunHostMode (2.22s) [2020-11-03T23:18:49.361Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-03T23:18:49.500Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-11-03T23:18:49.762Z] --- PASS: TestRemoveImageOrphaning (0.48s) [2020-11-03T23:18:49.762Z] === RUN TestRemoveImageGarbageCollector [2020-11-03T23:18:49.914Z] --- PASS: TestServiceWithPredefinedNetwork (3.58s) [2020-11-03T23:18:49.914Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-03T23:18:49.914Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-03T23:18:49.914Z] service_test.go:236: FLAKY_TEST [2020-11-03T23:18:49.914Z] === RUN TestServiceWithDataPathPortInit [2020-11-03T23:18:50.023Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-11-03T23:18:50.284Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-11-03T23:18:50.545Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-11-03T23:18:51.261Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.13s) [2020-11-03T23:18:51.261Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-03T23:18:51.930Z] --- PASS: TestRemoveImageGarbageCollector (2.34s) [2020-11-03T23:18:51.930Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-03T23:18:52.190Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.08s) [2020-11-03T23:18:52.190Z] === RUN TestTagInvalidReference [2020-11-03T23:18:52.190Z] --- PASS: TestTagInvalidReference (0.03s) [2020-11-03T23:18:52.190Z] === RUN TestTagValidPrefixedRepo [2020-11-03T23:18:52.190Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-11-03T23:18:52.190Z] === RUN TestTagExistedNameWithoutForce [2020-11-03T23:18:52.190Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2020-11-03T23:18:52.190Z] === RUN TestTagOfficialNames [2020-11-03T23:18:52.453Z] --- PASS: TestTagOfficialNames (0.08s) [2020-11-03T23:18:52.453Z] === RUN TestTagMatchesDigest [2020-11-03T23:18:52.453Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-11-03T23:18:52.453Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-03T23:18:53.792Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.12s) [2020-11-03T23:18:53.792Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-03T23:18:54.370Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-11-03T23:18:55.166Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.70s) [2020-11-03T23:18:55.166Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-03T23:18:56.443Z] Removing intermediate container cffbed27d089 [2020-11-03T23:18:56.444Z] ---> a707c2df18ae [2020-11-03T23:18:56.444Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-11-03T23:18:56.444Z] ---> Running in 0c986a80e895 [2020-11-03T23:18:56.444Z] Removing intermediate container 0c986a80e895 [2020-11-03T23:18:56.444Z] ---> e811ec1da3b8 [2020-11-03T23:18:56.444Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-11-03T23:18:56.444Z] ---> Running in 5bc636df720c [2020-11-03T23:18:56.444Z] Removing intermediate container 5bc636df720c [2020-11-03T23:18:56.444Z] ---> 891a1d2974a6 [2020-11-03T23:18:56.444Z] Step 10/10 : COPY . . [2020-11-03T23:18:57.696Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.14s) [2020-11-03T23:18:57.696Z] === RUN TestKernelTCPMemory [2020-11-03T23:18:57.696Z] --- SKIP: TestKernelTCPMemory (0.03s) [2020-11-03T23:18:57.696Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-03T23:18:57.696Z] === RUN TestNISDomainname [2020-11-03T23:18:57.696Z] --- SKIP: TestNISDomainname (0.01s) [2020-11-03T23:18:57.696Z] 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-03T23:18:57.696Z] === RUN TestHostnameDnsResolution [2020-11-03T23:18:57.955Z] --- PASS: TestHostnameDnsResolution (0.68s) [2020-11-03T23:18:57.955Z] === RUN TestStats [2020-11-03T23:18:57.955Z] --- SKIP: TestStats (0.00s) [2020-11-03T23:18:57.955Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-03T23:18:57.955Z] === RUN TestStopContainerWithTimeout [2020-11-03T23:18:57.955Z] === RUN TestStopContainerWithTimeout/0 [2020-11-03T23:18:57.955Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-03T23:18:57.955Z] === RUN TestStopContainerWithTimeout/1 [2020-11-03T23:18:57.955Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-03T23:18:57.955Z] === RUN TestStopContainerWithTimeout/3 [2020-11-03T23:18:57.955Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-03T23:18:57.955Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-03T23:18:57.955Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-03T23:18:57.955Z] === CONT TestStopContainerWithTimeout/0 [2020-11-03T23:18:57.955Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-03T23:18:58.523Z] === CONT TestStopContainerWithTimeout/3 [2020-11-03T23:18:59.667Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-11-03T23:19:01.053Z] === CONT TestStopContainerWithTimeout/1 [2020-11-03T23:19:01.584Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-11-03T23:19:02.427Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-11-03T23:19:02.427Z] --- PASS: TestStopContainerWithTimeout/0 (0.60s) [2020-11-03T23:19:02.427Z] --- PASS: TestStopContainerWithTimeout/-1 (2.62s) [2020-11-03T23:19:02.427Z] --- PASS: TestStopContainerWithTimeout/3 (2.39s) [2020-11-03T23:19:02.427Z] --- PASS: TestStopContainerWithTimeout/1 (1.60s) [2020-11-03T23:19:02.427Z] === RUN TestDeleteDevicemapper [2020-11-03T23:19:02.427Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-03T23:19:02.427Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-03T23:19:02.427Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-03T23:19:02.986Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-11-03T23:19:03.558Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-11-03T23:19:03.558Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-11-03T23:19:04.331Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.96s) [2020-11-03T23:19:04.331Z] === RUN TestUpdateMemory [2020-11-03T23:19:04.331Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-03T23:19:04.331Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-03T23:19:04.331Z] === RUN TestUpdateCPUQuota [2020-11-03T23:19:04.331Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-11-03T23:19:04.331Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-03T23:19:04.331Z] === RUN TestUpdatePidsLimit [2020-11-03T23:19:04.331Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-11-03T23:19:04.331Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-03T23:19:04.331Z] === RUN TestUpdateRestartPolicy [2020-11-03T23:19:06.106Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-11-03T23:19:07.051Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-11-03T23:19:09.598Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-11-03T23:19:10.986Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-11-03T23:19:12.373Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-11-03T23:19:12.373Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-11-03T23:19:12.373Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-11-03T23:19:12.373Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-11-03T23:19:12.373Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-11-03T23:19:12.410Z] --- PASS: TestServiceWithDataPathPortInit (20.98s) [2020-11-03T23:19:12.410Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-03T23:19:13.539Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-11-03T23:19:13.539Z] Copying nested executables into bundles/cross/linux/amd64 [2020-11-03T23:19:13.539Z] Cross building: bundles/cross/windows/amd64 [2020-11-03T23:19:13.539Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-11-03T23:19:13.539Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-11-03T23:19:14.287Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-11-03T23:19:16.200Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-11-03T23:19:16.462Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-11-03T23:19:16.531Z] --- PASS: TestUpdateRestartPolicy (10.94s) [2020-11-03T23:19:16.531Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-03T23:19:16.531Z] --- PASS: TestUpdateRestartWithAutoRemove (0.46s) [2020-11-03T23:19:16.531Z] === RUN TestWaitNonBlocked [2020-11-03T23:19:16.531Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-03T23:19:16.531Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-03T23:19:16.531Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-03T23:19:16.531Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-03T23:19:16.531Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-03T23:19:16.531Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-03T23:19:16.531Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-11-03T23:19:16.531Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.69s) [2020-11-03T23:19:16.531Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.72s) [2020-11-03T23:19:16.531Z] === RUN TestWaitBlocked [2020-11-03T23:19:16.531Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-03T23:19:16.531Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-03T23:19:16.531Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-03T23:19:16.531Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-03T23:19:16.531Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-03T23:19:16.531Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-03T23:19:17.098Z] --- PASS: TestWaitBlocked (0.02s) [2020-11-03T23:19:17.098Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.72s) [2020-11-03T23:19:17.098Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.75s) [2020-11-03T23:19:17.098Z] === CONT TestDaemonRestartIpcMode [2020-11-03T23:19:17.098Z] === CONT TestIpcModeOlderClient [2020-11-03T23:19:17.098Z] --- PASS: TestIpcModeOlderClient (0.08s) [2020-11-03T23:19:19.762Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-11-03T23:19:20.710Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-11-03T23:19:21.283Z] --- PASS: TestDaemonRestartIpcMode (4.16s) [2020-11-03T23:19:21.283Z] PASS [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === Skipped [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-11-03T23:19:21.283Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-11-03T23:19:21.283Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-11-03T23:19:21.283Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2020-11-03T23:19:21.283Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-11-03T23:19:21.283Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-11-03T23:19:21.283Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-11-03T23:19:21.283Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-11-03T23:19:21.283Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-11-03T23:19:21.283Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-03T23:19:21.283Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-03T23:19:21.283Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-11-03T23:19:21.283Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-11-03T23:19:21.283Z] 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-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-11-03T23:19:21.283Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-03T23:19:21.283Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-11-03T23:19:21.283Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-11-03T23:19:21.283Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2020-11-03T23:19:21.283Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2020-11-03T23:19:21.283Z] 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-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-11-03T23:19:21.283Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-11-03T23:19:21.283Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-11-03T23:19:21.283Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-11-03T23:19:21.283Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-11-03T23:19:21.283Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] [2020-11-03T23:19:21.283Z] DONE 174 tests, 24 skipped in 80.142s [2020-11-03T23:19:21.283Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-11-03T23:19:21.541Z] INFO: Testing against a local daemon [2020-11-03T23:19:21.541Z] === RUN TestCommitInheritsEnv [2020-11-03T23:19:22.770Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.17s) [2020-11-03T23:19:22.770Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:sx41iafdoebjmwl8g23cxzdsi Created:2020-11-03 23:19:12.362719009 +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[da96d27f84a0169f788a8b5d5f13efce3c629fe14bc6b91b06966130c1722531:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.gvs3xep2t4uowhi8dgbmgvk6j EndpointID:e458a3bf4d95065bcc52549d3dbf1a4586b02049fa3b7e61fd74612b773fc872 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:289d46a79396e5b3bcc758fb5ec5db2b967b04220643f9e88ae47e803d4d6e17 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:e66eae54a423 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.gvs3xep2t4uowhi8dgbmgvk6j EndpointID:e458a3bf4d95065bcc52549d3dbf1a4586b02049fa3b7e61fd74612b773fc872 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-03T23:19:22.770Z] PASS [2020-11-03T23:19:22.770Z] [2020-11-03T23:19:22.770Z] === Skipped [2020-11-03T23:19:22.770Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-03T23:19:22.770Z] service_test.go:236: FLAKY_TEST [2020-11-03T23:19:22.770Z] [2020-11-03T23:19:22.770Z] [2020-11-03T23:19:22.770Z] DONE 23 tests, 1 skipped in 56.351s [2020-11-03T23:19:22.771Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-03T23:19:22.771Z] ++ 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-03T23:19:22.771Z] ++ set -e [2020-11-03T23:19:22.771Z] ++ '[' -n 0 ']' [2020-11-03T23:19:22.771Z] ++ set -x [2020-11-03T23:19:22.771Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03T23:19:22.771Z] INFO: Testing against a local daemon [2020-11-03T23:19:22.771Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-03T23:19:22.771Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-03T23:19:22.771Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:19:22.771Z] === RUN TestDockerNetworkIpvlan [2020-11-03T23:19:22.771Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-03T23:19:22.771Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:19:22.771Z] PASS [2020-11-03T23:19:22.771Z] [2020-11-03T23:19:22.771Z] === Skipped [2020-11-03T23:19:22.771Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-03T23:19:22.771Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:19:22.771Z] [2020-11-03T23:19:22.771Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-03T23:19:22.771Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:19:22.771Z] [2020-11-03T23:19:22.771Z] [2020-11-03T23:19:22.771Z] DONE 2 tests, 2 skipped in 0.151s [2020-11-03T23:19:22.771Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-03T23:19:22.771Z] ++ 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-03T23:19:22.771Z] ++ set -e [2020-11-03T23:19:22.771Z] ++ '[' -n 0 ']' [2020-11-03T23:19:22.771Z] ++ set -x [2020-11-03T23:19:22.771Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03T23:19:22.771Z] INFO: Testing against a local daemon [2020-11-03T23:19:22.771Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-03T23:19:22.771Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.46s) [2020-11-03T23:19:22.771Z] === RUN TestDockerNetworkMacvlan [2020-11-03T23:19:23.257Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-11-03T23:19:23.440Z] --- PASS: TestCommitInheritsEnv (1.68s) [2020-11-03T23:19:23.441Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-03T23:19:23.441Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-03T23:19:23.441Z] === RUN TestImagesFilterMultiReference [2020-11-03T23:19:23.441Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-11-03T23:19:23.441Z] === RUN TestImagePullPlatformInvalid [2020-11-03T23:19:23.441Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-11-03T23:19:23.441Z] === RUN TestRemoveImageOrphaning [2020-11-03T23:19:23.814Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-03T23:19:24.200Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-11-03T23:19:24.445Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-03T23:19:25.344Z] --- PASS: TestRemoveImageOrphaning (1.90s) [2020-11-03T23:19:25.344Z] === RUN TestRemoveImageGarbageCollector [2020-11-03T23:19:25.344Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-03T23:19:25.344Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-11-03T23:19:25.344Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-03T23:19:25.344Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-11-03T23:19:25.344Z] === RUN TestTagInvalidReference [2020-11-03T23:19:25.344Z] --- PASS: TestTagInvalidReference (0.01s) [2020-11-03T23:19:25.344Z] === RUN TestTagValidPrefixedRepo [2020-11-03T23:19:25.344Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-11-03T23:19:25.344Z] === RUN TestTagExistedNameWithoutForce [2020-11-03T23:19:25.344Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-11-03T23:19:25.344Z] === RUN TestTagOfficialNames [2020-11-03T23:19:25.344Z] --- PASS: TestTagOfficialNames (0.05s) [2020-11-03T23:19:25.344Z] === RUN TestTagMatchesDigest [2020-11-03T23:19:25.344Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-11-03T23:19:25.344Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-03T23:19:25.478Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-03T23:19:25.586Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-11-03T23:19:26.536Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-11-03T23:19:27.121Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-11-03T23:19:27.691Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-11-03T23:19:28.987Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-03T23:19:29.604Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-11-03T23:19:30.685Z] --- PASS: TestBuildWithHugeFile (53.04s) [2020-11-03T23:19:30.685Z] === RUN TestBuildWithEmptyDockerfile [2020-11-03T23:19:30.685Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-03T23:19:30.685Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-03T23:19:30.685Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-03T23:19:30.685Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-03T23:19:30.685Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-03T23:19:30.685Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-03T23:19:30.685Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-03T23:19:30.685Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-03T23:19:30.685Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-03T23:19:30.685Z] --- PASS: TestBuildWithEmptyDockerfile (0.17s) [2020-11-03T23:19:30.685Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.21s) [2020-11-03T23:19:30.685Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.21s) [2020-11-03T23:19:30.685Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.21s) [2020-11-03T23:19:30.685Z] === RUN TestBuildPreserveOwnership [2020-11-03T23:19:30.685Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-03T23:19:31.260Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-03T23:19:32.237Z] ---> f91b4d8f378a [2020-11-03T23:19:32.237Z] Successfully built f91b4d8f378a [2020-11-03T23:19:32.237Z] Successfully tagged docker:latest [2020-11-03T23:19:32.237Z] INFO: Image build ended at 11/03/2020 23:19:29. Duration:00:04:26.4113560 [2020-11-03T23:19:32.237Z] [2020-11-03T23:19:32.237Z] [2020-11-03T23:19:32.237Z] INFO: Building the test binaries at 11/03/2020 23:19:29... [2020-11-03T23:19:32.904Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-11-03T23:19:33.179Z] --- PASS: TestBuildPreserveOwnership (5.81s) [2020-11-03T23:19:33.179Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.76s) [2020-11-03T23:19:33.179Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.03s) [2020-11-03T23:19:33.179Z] === RUN TestBuildPlatformInvalid [2020-11-03T23:19:33.179Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2020-11-03T23:19:33.179Z] PASS [2020-11-03T23:19:33.179Z] [2020-11-03T23:19:33.179Z] === Skipped [2020-11-03T23:19:33.179Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-11-03T23:19:33.179Z] build_session_test.go:25: TODO: BuildKit [2020-11-03T23:19:33.179Z] [2020-11-03T23:19:33.179Z] [2020-11-03T23:19:33.179Z] DONE 32 tests, 1 skipped in 110.943s [2020-11-03T23:19:33.431Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-03T23:19:33.441Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-11-03T23:19:33.442Z] ++ 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-03T23:19:33.442Z] ++ set -e [2020-11-03T23:19:33.442Z] ++ '[' -n 0 ']' [2020-11-03T23:19:33.442Z] ++ set -x [2020-11-03T23:19:33.442Z] ++ env -i DEST=/go/src/github.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-03T23:19:33.442Z] INFO: Testing against a local daemon [2020-11-03T23:19:33.442Z] === RUN TestConfigInspect [2020-11-03T23:19:34.288Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-11-03T23:19:34.548Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-11-03T23:19:35.119Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-11-03T23:19:36.013Z] INFO: make.ps1 starting at 11/03/2020 23:19:35 [2020-11-03T23:19:36.013Z] INFO: Git commit (65dfb5f2d9) assumed from DOCKER_GITCOMMIT environment variable [2020-11-03T23:19:36.013Z] INFO: Invoking autogen... [2020-11-03T23:19:36.070Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-11-03T23:19:36.070Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-11-03T23:19:36.992Z] INFO: Building daemon... [2020-11-03T23:19:37.457Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-11-03T23:19:37.657Z] --- PASS: TestConfigInspect (3.64s) [2020-11-03T23:19:37.657Z] === RUN TestConfigList [2020-11-03T23:19:39.371Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-11-03T23:19:39.942Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-11-03T23:19:40.314Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-03T23:19:40.969Z] --- PASS: TestConfigList (3.23s) [2020-11-03T23:19:40.969Z] === RUN TestConfigsCreateAndDelete [2020-11-03T23:19:41.328Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-11-03T23:19:41.817Z] --- PASS: TestDockerNetworkMacvlan (19.01s) [2020-11-03T23:19:41.817Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2020-11-03T23:19:41.817Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-11-03T23:19:41.817Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.38s) [2020-11-03T23:19:41.817Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.46s) [2020-11-03T23:19:41.817Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.25s) [2020-11-03T23:19:41.817Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.40s) [2020-11-03T23:19:41.817Z] PASS [2020-11-03T23:19:41.817Z] [2020-11-03T23:19:41.817Z] DONE 8 tests in 20.558s [2020-11-03T23:19:41.817Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-03T23:19:41.817Z] ++ 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-03T23:19:41.817Z] ++ set -e [2020-11-03T23:19:41.817Z] ++ '[' -n 0 ']' [2020-11-03T23:19:41.817Z] ++ set -x [2020-11-03T23:19:41.817Z] ++ env -i DEST=/go/src/github.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-03T23:19:41.817Z] testing: warning: no tests to run [2020-11-03T23:19:41.817Z] PASS [2020-11-03T23:19:41.817Z] [2020-11-03T23:19:41.817Z] DONE 0 tests in 0.062s [2020-11-03T23:19:41.817Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-03T23:19:41.817Z] ++ 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-03T23:19:41.817Z] ++ set -e [2020-11-03T23:19:41.817Z] ++ '[' -n 0 ']' [2020-11-03T23:19:41.817Z] ++ set -x [2020-11-03T23:19:41.817Z] ++ env -i DEST=/go/src/github.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-03T23:19:41.899Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-11-03T23:19:41.899Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-11-03T23:19:42.108Z] INFO: Testing against a local daemon [2020-11-03T23:19:42.108Z] === RUN TestAuthZPluginAllowRequest [2020-11-03T23:19:43.284Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-11-03T23:19:43.285Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-11-03T23:19:43.522Z] --- PASS: TestConfigsCreateAndDelete (3.20s) [2020-11-03T23:19:43.522Z] === RUN TestConfigsUpdate [2020-11-03T23:19:43.611Z] --- PASS: TestAuthZPluginAllowRequest (1.73s) [2020-11-03T23:19:43.611Z] === RUN TestAuthZPluginTLS [2020-11-03T23:19:44.241Z] --- PASS: TestAuthZPluginTLS (0.54s) [2020-11-03T23:19:44.241Z] === RUN TestAuthZPluginDenyRequest [2020-11-03T23:19:44.669Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-11-03T23:19:44.873Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2020-11-03T23:19:44.873Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-03T23:19:44.930Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-11-03T23:19:45.163Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2020-11-03T23:19:45.163Z] === RUN TestAuthZPluginDenyResponse [2020-11-03T23:19:45.795Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2020-11-03T23:19:45.795Z] === RUN TestAuthZPluginAllowEventStream [2020-11-03T23:19:45.876Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-11-03T23:19:46.838Z] --- PASS: TestConfigsUpdate (3.22s) [2020-11-03T23:19:46.838Z] === RUN TestTemplatedConfig [2020-11-03T23:19:47.857Z] --- PASS: TestAuthZPluginAllowEventStream (1.68s) [2020-11-03T23:19:47.857Z] === RUN TestAuthZPluginErrorResponse [2020-11-03T23:19:48.147Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2020-11-03T23:19:48.147Z] === RUN TestAuthZPluginErrorRequest [2020-11-03T23:19:48.438Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2020-11-03T23:19:48.438Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-03T23:19:49.069Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2020-11-03T23:19:49.069Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-03T23:19:49.179Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-11-03T23:19:50.141Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-11-03T23:19:50.155Z] --- PASS: TestTemplatedConfig (3.42s) [2020-11-03T23:19:50.155Z] === RUN TestConfigCreateResolve [2020-11-03T23:19:51.131Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.10s) [2020-11-03T23:19:51.131Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-03T23:19:53.464Z] --- PASS: TestConfigCreateResolve (2.76s) [2020-11-03T23:19:53.464Z] === RUN TestConfigDaemonLibtrustID [2020-11-03T23:19:53.726Z] --- PASS: TestConfigDaemonLibtrustID (0.65s) [2020-11-03T23:19:53.726Z] PASS [2020-11-03T23:19:53.726Z] [2020-11-03T23:19:53.726Z] DONE 7 tests in 20.254s [2020-11-03T23:19:53.726Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-11-03T23:19:53.726Z] ++ 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-03T23:19:53.726Z] ++ set -e [2020-11-03T23:19:53.726Z] ++ '[' -n 0 ']' [2020-11-03T23:19:53.726Z] ++ set -x [2020-11-03T23:19:53.726Z] ++ env -i DEST=/go/src/github.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-03T23:19:53.726Z] INFO: Testing against a local daemon [2020-11-03T23:19:53.726Z] === RUN TestCheckpoint [2020-11-03T23:19:53.726Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-03T23:19:53.726Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-03T23:19:53.726Z] === RUN TestContainerInvalidJSON [2020-11-03T23:19:53.726Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-03T23:19:53.726Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-03T23:19:53.726Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-03T23:19:53.726Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-03T23:19:53.726Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-03T23:19:53.726Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-03T23:19:53.726Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-03T23:19:53.726Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-03T23:19:53.726Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-03T23:19:53.726Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-03T23:19:53.726Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-03T23:19:53.726Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-03T23:19:53.726Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-03T23:19:53.726Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-03T23:19:53.866Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.22s) [2020-11-03T23:19:53.867Z] === RUN TestAuthZPluginHeader [2020-11-03T23:19:53.988Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2020-11-03T23:19:53.988Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-03T23:19:53.988Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2020-11-03T23:19:53.988Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-03T23:19:54.157Z] --- PASS: TestAuthZPluginHeader (0.83s) [2020-11-03T23:19:54.157Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-03T23:19:54.157Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2020-11-03T23:19:54.157Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:19:54.157Z] === RUN TestAuthZPluginV2Disable [2020-11-03T23:19:54.157Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-11-03T23:19:54.157Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:19:54.157Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-03T23:19:54.157Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-03T23:19:54.157Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:19:54.157Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-03T23:19:54.157Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-03T23:19:54.157Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:19:54.157Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-03T23:19:54.250Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2020-11-03T23:19:54.250Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-03T23:19:54.250Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2020-11-03T23:19:54.250Z] === RUN TestCopyFromContainer [2020-11-03T23:19:55.436Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-11-03T23:19:56.174Z] === RUN TestCopyFromContainer// [2020-11-03T23:19:56.380Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-11-03T23:19:56.437Z] === RUN TestCopyFromContainer//bar/root [2020-11-03T23:19:56.437Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-03T23:19:56.699Z] === RUN TestCopyFromContainer/bar/quux [2020-11-03T23:19:56.699Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-03T23:19:56.961Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-03T23:19:56.961Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-03T23:19:57.224Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-03T23:19:57.224Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-03T23:19:57.486Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-03T23:19:57.486Z] --- PASS: TestCopyFromContainer (3.26s) [2020-11-03T23:19:57.486Z] --- PASS: TestCopyFromContainer// (0.19s) [2020-11-03T23:19:57.486Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-11-03T23:19:57.486Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-11-03T23:19:57.486Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2020-11-03T23:19:57.486Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-11-03T23:19:57.486Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2020-11-03T23:19:57.486Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2020-11-03T23:19:57.486Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2020-11-03T23:19:57.486Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.14s) [2020-11-03T23:19:57.486Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2020-11-03T23:19:57.486Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-03T23:19:57.486Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-03T23:19:57.486Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-03T23:19:57.486Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-03T23:19:57.486Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-03T23:19:57.486Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-03T23:19:57.486Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-03T23:19:57.486Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-03T23:19:57.486Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-03T23:19:57.486Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-03T23:19:57.486Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-11-03T23:19:57.486Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-03T23:19:57.486Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-03T23:19:57.486Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-03T23:19:57.486Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-03T23:19:57.750Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2020-11-03T23:19:57.750Z] === RUN TestCreateWithInvalidEnv [2020-11-03T23:19:57.750Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-03T23:19:57.750Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-03T23:19:57.750Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-03T23:19:57.750Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-03T23:19:57.750Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-03T23:19:57.750Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-03T23:19:57.750Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-03T23:19:57.750Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-03T23:19:57.750Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-03T23:19:57.750Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-11-03T23:19:57.750Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-03T23:19:57.750Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-03T23:19:57.750Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-03T23:19:57.750Z] === RUN TestCreateTmpfsMountsTarget [2020-11-03T23:19:57.750Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-11-03T23:19:57.750Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-03T23:19:58.295Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-11-03T23:19:58.295Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-11-03T23:19:59.671Z] --- PASS: TestCreateWithCustomMaskedPaths (2.07s) [2020-11-03T23:19:59.671Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-03T23:20:01.598Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-11-03T23:20:01.598Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-11-03T23:20:02.225Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.20s) [2020-11-03T23:20:02.225Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-03T23:20:02.225Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-03T23:20:02.225Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-03T23:20:02.225Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-03T23:20:02.225Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-03T23:20:02.225Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-03T23:20:02.225Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-03T23:20:02.225Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-03T23:20:02.225Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-03T23:20:02.225Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-03T23:20:02.225Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-03T23:20:02.225Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-03T23:20:02.225Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-03T23:20:02.225Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-03T23:20:02.225Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-03T23:20:02.225Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-03T23:20:02.225Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-11-03T23:20:02.225Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-11-03T23:20:02.226Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2020-11-03T23:20:02.226Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-11-03T23:20:02.226Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2020-11-03T23:20:02.226Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-11-03T23:20:02.226Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-03T23:20:02.799Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.75s) [2020-11-03T23:20:02.799Z] === RUN TestCreateDifferentPlatform [2020-11-03T23:20:02.799Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-03T23:20:02.799Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-03T23:20:02.799Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-11-03T23:20:02.799Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-03T23:20:02.799Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-03T23:20:02.799Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-03T23:20:02.799Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2020-11-03T23:20:02.799Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-03T23:20:03.062Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.12s) [2020-11-03T23:20:03.062Z] === RUN TestContainerStartOnDaemonRestart [2020-11-03T23:20:03.062Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-03T23:20:03.062Z] === RUN TestDaemonRestartIpcMode [2020-11-03T23:20:03.062Z] === PAUSE TestDaemonRestartIpcMode [2020-11-03T23:20:03.062Z] === RUN TestDaemonHostGatewayIP [2020-11-03T23:20:03.062Z] === PAUSE TestDaemonHostGatewayIP [2020-11-03T23:20:03.062Z] === RUN TestContainerKillOnDaemonStart [2020-11-03T23:20:03.062Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-03T23:20:03.062Z] === RUN TestDiff [2020-11-03T23:20:04.008Z] --- PASS: TestDiff (0.78s) [2020-11-03T23:20:04.008Z] === RUN TestExecWithCloseStdin [2020-11-03T23:20:04.582Z] --- PASS: TestExecWithCloseStdin (0.89s) [2020-11-03T23:20:04.582Z] === RUN TestExec [2020-11-03T23:20:04.900Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-11-03T23:20:05.161Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-11-03T23:20:05.530Z] --- PASS: TestExec (0.86s) [2020-11-03T23:20:05.530Z] === RUN TestExecUser [2020-11-03T23:20:05.733Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-11-03T23:20:06.305Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-11-03T23:20:06.480Z] --- PASS: TestExecUser (0.83s) [2020-11-03T23:20:06.480Z] === RUN TestExportContainerAndImportImage [2020-11-03T23:20:07.428Z] --- PASS: TestExportContainerAndImportImage (1.03s) [2020-11-03T23:20:07.428Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-03T23:20:08.222Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-11-03T23:20:08.222Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-11-03T23:20:09.350Z] --- PASS: TestExportContainerAfterDaemonRestart (2.06s) [2020-11-03T23:20:09.350Z] === RUN TestHealthCheckWorkdir [2020-11-03T23:20:10.741Z] --- PASS: TestHealthCheckWorkdir (1.03s) [2020-11-03T23:20:10.741Z] === RUN TestHealthKillContainer [2020-11-03T23:20:10.771Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-11-03T23:20:12.685Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-11-03T23:20:12.685Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-11-03T23:20:12.723Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.30s) [2020-11-03T23:20:12.723Z] PASS [2020-11-03T23:20:12.723Z] [2020-11-03T23:20:12.723Z] === Skipped [2020-11-03T23:20:12.723Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2020-11-03T23:20:12.723Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:20:12.723Z] [2020-11-03T23:20:12.723Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-11-03T23:20:12.723Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:20:12.723Z] [2020-11-03T23:20:12.723Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-03T23:20:12.723Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:20:12.723Z] [2020-11-03T23:20:12.723Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-03T23:20:12.723Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:20:12.723Z] [2020-11-03T23:20:12.723Z] [2020-11-03T23:20:12.723Z] DONE 17 tests, 4 skipped in 29.704s [2020-11-03T23:20:12.723Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-03T23:20:12.723Z] ++ 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-03T23:20:12.723Z] ++ set -e [2020-11-03T23:20:12.723Z] ++ '[' -n 0 ']' [2020-11-03T23:20:12.723Z] ++ set -x [2020-11-03T23:20:12.723Z] ++ env -i DEST=/go/src/github.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-03T23:20:12.723Z] INFO: Testing against a local daemon [2020-11-03T23:20:12.723Z] === RUN TestPluginInvalidJSON [2020-11-03T23:20:12.723Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-03T23:20:12.723Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-03T23:20:12.723Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-03T23:20:12.723Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-11-03T23:20:12.723Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-03T23:20:12.723Z] === RUN TestPluginInstall [2020-11-03T23:20:12.723Z] === RUN TestPluginInstall/no_auth [2020-11-03T23:20:13.292Z] --- PASS: TestHealthKillContainer (2.81s) [2020-11-03T23:20:13.292Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-03T23:20:13.353Z] time="2020-11-03T23:20:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:20:13.353Z] time="2020-11-03T23:20:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d57f8173aac2b91cd5addfd4b0ca6c33b04d1df84767d963a3201a82eab7955d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:20:13.353Z] time="2020-11-03T23:20:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:20:13.353Z] time="2020-11-03T23:20:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d57f8173aac2b91cd5addfd4b0ca6c33b04d1df84767d963a3201a82eab7955d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:20:13.629Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-11-03T23:20:13.629Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-11-03T23:20:13.643Z] === RUN TestPluginInstall/with_htpasswd [2020-11-03T23:20:14.238Z] --- PASS: TestInspectCpusetInConfigPre120 (0.76s) [2020-11-03T23:20:14.238Z] === RUN TestIpcModeNone [2020-11-03T23:20:14.273Z] time="2020-11-03T23:20:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:20:14.273Z] time="2020-11-03T23:20:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:28ee90837e881f7c9ae6ed6d0e7efeb5240fbb092c82bceda41715f3dcc6a7fa" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:20:14.273Z] time="2020-11-03T23:20:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:20:14.273Z] time="2020-11-03T23:20:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:28ee90837e881f7c9ae6ed6d0e7efeb5240fbb092c82bceda41715f3dcc6a7fa" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:20:14.563Z] === RUN TestPluginInstall/with_insecure [2020-11-03T23:20:14.812Z] --- PASS: TestIpcModeNone (0.85s) [2020-11-03T23:20:14.812Z] === RUN TestIpcModePrivate [2020-11-03T23:20:15.594Z] time="2020-11-03T23:20:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:20:15.594Z] time="2020-11-03T23:20:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8f0253e7249ae907e9ac9c73d4c70dbf82b82e898a98c17984e23c115a2f6550" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:20:15.594Z] time="2020-11-03T23:20:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:20:15.594Z] time="2020-11-03T23:20:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8f0253e7249ae907e9ac9c73d4c70dbf82b82e898a98c17984e23c115a2f6550" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:20:15.594Z] --- PASS: TestPluginInstall (3.93s) [2020-11-03T23:20:15.594Z] --- PASS: TestPluginInstall/no_auth (1.84s) [2020-11-03T23:20:15.594Z] --- PASS: TestPluginInstall/with_htpasswd (0.82s) [2020-11-03T23:20:15.594Z] --- PASS: TestPluginInstall/with_insecure (1.27s) [2020-11-03T23:20:15.594Z] plugin_test.go:157: [dbd5e30f81782] daemon is not started [2020-11-03T23:20:15.594Z] PASS [2020-11-03T23:20:15.594Z] [2020-11-03T23:20:15.594Z] DONE 6 tests in 4.121s [2020-11-03T23:20:15.594Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-03T23:20:15.594Z] ++ 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-03T23:20:15.594Z] ++ set -e [2020-11-03T23:20:15.594Z] ++ '[' -n 0 ']' [2020-11-03T23:20:15.594Z] ++ set -x [2020-11-03T23:20:15.594Z] ++ env -i DEST=/go/src/github.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-03T23:20:15.759Z] --- PASS: TestIpcModePrivate (0.87s) [2020-11-03T23:20:15.759Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2020-11-03T23:20:15.759Z] === RUN TestIpcModeShareable [2020-11-03T23:20:16.226Z] INFO: Testing against a local daemon [2020-11-03T23:20:16.226Z] === RUN TestExternalGraphDriver [2020-11-03T23:20:16.226Z] === RUN TestExternalGraphDriver/json [2020-11-03T23:20:16.705Z] --- PASS: TestIpcModeShareable (0.87s) [2020-11-03T23:20:16.705Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-11-03T23:20:16.705Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-03T23:20:16.931Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-11-03T23:20:17.518Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-03T23:20:17.518Z] [2020-11-03T23:20:17.518Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-03T23:20:17.518Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-03T23:20:17.518Z] HOSTNAME=7e9e3ee59d11 [2020-11-03T23:20:17.518Z] TESTDEBUG=0 [2020-11-03T23:20:17.518Z] DEST=bundles/test-integration [2020-11-03T23:20:17.518Z] PWD=/go/src/github.com/docker/docker [2020-11-03T23:20:17.518Z] DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 [2020-11-03T23:20:17.518Z] container=docker [2020-11-03T23:20:17.518Z] HOME=/root [2020-11-03T23:20:17.518Z] GOLANG_VERSION=1.13.15 [2020-11-03T23:20:17.518Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-03T23:20:17.518Z] VALIDATE_BRANCH=master [2020-11-03T23:20:17.518Z] TERM=xterm [2020-11-03T23:20:17.518Z] DOCKER_PKG=github.com/docker/docker [2020-11-03T23:20:17.518Z] SHLVL=1 [2020-11-03T23:20:17.518Z] TIMEOUT=120m [2020-11-03T23:20:17.518Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-03T23:20:17.518Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-03T23:20:17.518Z] GO111MODULE=off [2020-11-03T23:20:17.518Z] DOCKER_EXPERIMENTAL=1 [2020-11-03T23:20:17.518Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-03T23:20:17.518Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-03T23:20:17.518Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-03T23:20:17.518Z] GOPATH=/go [2020-11-03T23:20:17.518Z] PKG_CONFIG=pkg-config [2020-11-03T23:20:17.518Z] _=/usr/bin/env [2020-11-03T23:20:17.518Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-03T23:20:17.919Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-11-03T23:20:18.288Z] === RUN TestExternalGraphDriver/spec [2020-11-03T23:20:18.490Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-11-03T23:20:19.257Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.54s) [2020-11-03T23:20:19.258Z] === RUN TestAPIIpcModeHost [2020-11-03T23:20:19.831Z] --- PASS: TestAPIIpcModeHost (0.66s) [2020-11-03T23:20:19.831Z] === RUN TestDaemonIpcModeShareable [2020-11-03T23:20:20.349Z] === RUN TestExternalGraphDriver/pull [2020-11-03T23:20:20.405Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-11-03T23:20:20.405Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-11-03T23:20:21.752Z] --- PASS: TestDaemonIpcModeShareable (1.80s) [2020-11-03T23:20:21.752Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-11-03T23:20:21.752Z] === RUN TestDaemonIpcModePrivate [2020-11-03T23:20:22.410Z] --- PASS: TestExternalGraphDriver (6.26s) [2020-11-03T23:20:22.410Z] --- PASS: TestExternalGraphDriver/json (2.08s) [2020-11-03T23:20:22.410Z] --- PASS: TestExternalGraphDriver/spec (2.09s) [2020-11-03T23:20:22.410Z] --- PASS: TestExternalGraphDriver/pull (1.98s) [2020-11-03T23:20:22.410Z] === RUN TestGraphdriverPluginV2 [2020-11-03T23:20:22.410Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-11-03T23:20:22.410Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:20:22.410Z] PASS [2020-11-03T23:20:22.410Z] [2020-11-03T23:20:22.410Z] === Skipped [2020-11-03T23:20:22.410Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-11-03T23:20:22.410Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:20:22.410Z] [2020-11-03T23:20:22.410Z] [2020-11-03T23:20:22.410Z] DONE 5 tests, 1 skipped in 6.651s [2020-11-03T23:20:22.410Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-03T23:20:22.410Z] ++ 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-03T23:20:22.410Z] ++ set -e [2020-11-03T23:20:22.410Z] ++ '[' -n 0 ']' [2020-11-03T23:20:22.410Z] ++ set -x [2020-11-03T23:20:22.410Z] ++ env -i DEST=/go/src/github.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-03T23:20:22.410Z] INFO: Testing against a local daemon [2020-11-03T23:20:22.410Z] === RUN TestContinueAfterPluginCrash [2020-11-03T23:20:22.410Z] === PAUSE TestContinueAfterPluginCrash [2020-11-03T23:20:22.410Z] === RUN TestReadPluginNoRead [2020-11-03T23:20:22.410Z] === PAUSE TestReadPluginNoRead [2020-11-03T23:20:22.410Z] === RUN TestDaemonStartWithLogOpt [2020-11-03T23:20:22.410Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-03T23:20:22.410Z] === CONT TestContinueAfterPluginCrash [2020-11-03T23:20:22.410Z] === CONT TestDaemonStartWithLogOpt [2020-11-03T23:20:22.951Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-11-03T23:20:23.674Z] --- PASS: TestDaemonIpcModePrivate (1.77s) [2020-11-03T23:20:23.674Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-11-03T23:20:23.674Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-03T23:20:23.893Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-11-03T23:20:25.597Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.03s) [2020-11-03T23:20:25.597Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-11-03T23:20:25.597Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-03T23:20:26.853Z] --- PASS: TestDaemonStartWithLogOpt (3.87s) [2020-11-03T23:20:26.853Z] === CONT TestReadPluginNoRead [2020-11-03T23:20:27.199Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-11-03T23:20:27.517Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.80s) [2020-11-03T23:20:27.517Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-11-03T23:20:27.517Z] === RUN TestIpcModeOlderClient [2020-11-03T23:20:27.517Z] === PAUSE TestIpcModeOlderClient [2020-11-03T23:20:27.517Z] === RUN TestKillContainerInvalidSignal [2020-11-03T23:20:28.091Z] --- PASS: TestKillContainerInvalidSignal (0.77s) [2020-11-03T23:20:28.091Z] === RUN TestKillContainer [2020-11-03T23:20:28.091Z] === RUN TestKillContainer/no_signal [2020-11-03T23:20:29.036Z] === RUN TestKillContainer/non_killing_signal [2020-11-03T23:20:29.299Z] === RUN TestKillContainer/killing_signal [2020-11-03T23:20:29.576Z] === RUN TestReadPluginNoRead/default [2020-11-03T23:20:29.749Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-11-03T23:20:30.244Z] --- PASS: TestKillContainer (2.28s) [2020-11-03T23:20:30.244Z] --- PASS: TestKillContainer/no_signal (0.74s) [2020-11-03T23:20:30.244Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2020-11-03T23:20:30.244Z] --- PASS: TestKillContainer/killing_signal (0.73s) [2020-11-03T23:20:30.244Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-03T23:20:30.244Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-03T23:20:31.080Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-03T23:20:31.190Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-03T23:20:31.711Z] --- PASS: TestContinueAfterPluginCrash (9.12s) [2020-11-03T23:20:31.764Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.50s) [2020-11-03T23:20:31.764Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.74s) [2020-11-03T23:20:31.764Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.53s) [2020-11-03T23:20:31.764Z] === RUN TestKillStoppedContainer [2020-11-03T23:20:32.026Z] --- PASS: TestKillStoppedContainer (0.11s) [2020-11-03T23:20:32.026Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-03T23:20:32.026Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-11-03T23:20:32.026Z] === RUN TestKillDifferentUserContainer [2020-11-03T23:20:32.300Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-11-03T23:20:32.300Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-11-03T23:20:32.972Z] --- PASS: TestKillDifferentUserContainer (0.79s) [2020-11-03T23:20:32.972Z] === RUN TestInspectOomKilledTrue [2020-11-03T23:20:32.972Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-03T23:20:32.972Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:20:32.972Z] === RUN TestInspectOomKilledFalse [2020-11-03T23:20:32.972Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-03T23:20:32.972Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:20:32.972Z] === RUN TestLinksEtcHostsContentMatch [2020-11-03T23:20:33.214Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-03T23:20:33.546Z] --- PASS: TestLinksEtcHostsContentMatch (0.58s) [2020-11-03T23:20:33.546Z] === RUN TestLinksContainerNames [2020-11-03T23:20:33.687Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-11-03T23:20:34.631Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-11-03T23:20:34.719Z] --- PASS: TestReadPluginNoRead (8.47s) [2020-11-03T23:20:34.719Z] --- PASS: TestReadPluginNoRead/default (1.89s) [2020-11-03T23:20:34.719Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.05s) [2020-11-03T23:20:34.719Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.80s) [2020-11-03T23:20:34.719Z] read_test.go:92: [d3578db7ea7eb] daemon is not started [2020-11-03T23:20:34.719Z] PASS [2020-11-03T23:20:34.893Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-11-03T23:20:34.944Z] --- PASS: TestLinksContainerNames (1.52s) [2020-11-03T23:20:34.944Z] === RUN TestLogsFollowTailEmpty [2020-11-03T23:20:34.995Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-11-03T23:20:34.996Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-11-03T23:20:34.996Z] remote: Enumerating objects: 2, done. [2020-11-03T23:20:34.996Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-11-03T23:20:34.996Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-11-03T23:20:34.996Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-11-03T23:20:34.996Z] 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-03T23:20:34.996Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-11-03T23:20:34.996Z] [Pipeline] } [2020-11-03T23:20:35.009Z] [2020-11-03T23:20:35.009Z] DONE 6 tests in 12.498s [2020-11-03T23:20:35.009Z] 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-03T23:20:35.009Z] ++ 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-03T23:20:35.009Z] ++ set -e [2020-11-03T23:20:35.009Z] ++ '[' -n 0 ']' [2020-11-03T23:20:35.009Z] ++ set -x [2020-11-03T23:20:35.009Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-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-03T23:20:35.009Z] testing: warning: no tests to run [2020-11-03T23:20:35.009Z] PASS [2020-11-03T23:20:35.009Z] [2020-11-03T23:20:35.009Z] DONE 0 tests in 0.080s [2020-11-03T23:20:35.009Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-03T23:20:35.009Z] ++ 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-03T23:20:35.009Z] ++ set -e [2020-11-03T23:20:35.009Z] ++ '[' -n 0 ']' [2020-11-03T23:20:35.009Z] ++ set -x [2020-11-03T23:20:35.009Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-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-03T23:20:35.009Z] INFO: Testing against a local daemon [2020-11-03T23:20:35.009Z] === RUN TestPluginWithDevMounts [2020-11-03T23:20:35.009Z] === PAUSE TestPluginWithDevMounts [2020-11-03T23:20:35.009Z] === CONT TestPluginWithDevMounts [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-03T23:20:35.337Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41604/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:94bcfbdcb127d303563f72e7cf500179256c8f56 hack/test/unit [2020-11-03T23:20:35.891Z] --- PASS: TestLogsFollowTailEmpty (0.80s) [2020-11-03T23:20:35.891Z] === RUN TestContainerNetworkMountsNoChown [2020-11-03T23:20:36.283Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-11-03T23:20:36.465Z] --- PASS: TestContainerNetworkMountsNoChown (0.70s) [2020-11-03T23:20:36.465Z] === RUN TestMountDaemonRoot [2020-11-03T23:20:36.465Z] === RUN TestMountDaemonRoot/default [2020-11-03T23:20:36.465Z] === PAUSE TestMountDaemonRoot/default [2020-11-03T23:20:36.465Z] === RUN TestMountDaemonRoot/private [2020-11-03T23:20:36.465Z] === PAUSE TestMountDaemonRoot/private [2020-11-03T23:20:36.465Z] === RUN TestMountDaemonRoot/rprivate [2020-11-03T23:20:36.465Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-03T23:20:36.465Z] === RUN TestMountDaemonRoot/slave [2020-11-03T23:20:36.465Z] === PAUSE TestMountDaemonRoot/slave [2020-11-03T23:20:36.465Z] === RUN TestMountDaemonRoot/rslave [2020-11-03T23:20:36.465Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-03T23:20:36.465Z] === RUN TestMountDaemonRoot/shared [2020-11-03T23:20:36.465Z] === PAUSE TestMountDaemonRoot/shared [2020-11-03T23:20:36.465Z] === RUN TestMountDaemonRoot/rshared [2020-11-03T23:20:36.465Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-03T23:20:36.465Z] === CONT TestMountDaemonRoot/default [2020-11-03T23:20:36.465Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-03T23:20:36.465Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-03T23:20:36.466Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-03T23:20:36.466Z] === CONT TestMountDaemonRoot/rshared [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-03T23:20:36.466Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-03T23:20:36.466Z] === CONT TestMountDaemonRoot/shared [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-03T23:20:36.466Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-03T23:20:36.466Z] === CONT TestMountDaemonRoot/rslave [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-03T23:20:36.466Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-03T23:20:36.466Z] === CONT TestMountDaemonRoot/slave [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-03T23:20:36.466Z] === CONT TestMountDaemonRoot/rprivate [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-03T23:20:36.466Z] === CONT TestMountDaemonRoot/private [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-03T23:20:36.466Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-03T23:20:36.466Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-03T23:20:36.466Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-03T23:20:36.466Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-03T23:20:36.466Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-03T23:20:36.466Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-03T23:20:36.729Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-03T23:20:36.729Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-03T23:20:36.729Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-03T23:20:36.729Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-03T23:20:36.729Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-03T23:20:36.729Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-03T23:20:36.729Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-03T23:20:36.729Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-03T23:20:36.729Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-03T23:20:36.729Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-03T23:20:36.729Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-03T23:20:36.729Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-03T23:20:36.729Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-03T23:20:36.729Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-03T23:20:36.729Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-03T23:20:36.729Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-03T23:20:36.993Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-03T23:20:36.993Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-03T23:20:36.993Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-03T23:20:36.993Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot (0.05s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-11-03T23:20:36.993Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-11-03T23:20:36.993Z] === RUN TestContainerBindMountNonRecursive [2020-11-03T23:20:37.069Z] --- PASS: TestPluginWithDevMounts (1.83s) [2020-11-03T23:20:37.069Z] PASS [2020-11-03T23:20:37.069Z] [2020-11-03T23:20:37.069Z] DONE 1 tests in 1.967s [2020-11-03T23:20:37.070Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-11-03T23:20:37.070Z] ++ 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-03T23:20:37.070Z] ++ set -e [2020-11-03T23:20:37.070Z] ++ '[' -n 0 ']' [2020-11-03T23:20:37.070Z] ++ set -x [2020-11-03T23:20:37.070Z] ++ env -i DEST=/go/src/github.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-03T23:20:37.070Z] INFO: Testing against a local daemon [2020-11-03T23:20:37.070Z] === RUN TestSecretInspect [2020-11-03T23:20:37.880Z] ? github.com/docker/docker/api [no test files] [2020-11-03T23:20:38.915Z] --- PASS: TestContainerBindMountNonRecursive (2.03s) [2020-11-03T23:20:38.915Z] === RUN TestNetworkNat [2020-11-03T23:20:39.591Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-11-03T23:20:39.861Z] --- PASS: TestNetworkNat (0.85s) [2020-11-03T23:20:39.861Z] === RUN TestNetworkLocalhostTCPNat [2020-11-03T23:20:40.594Z] --- PASS: TestSecretInspect (3.65s) [2020-11-03T23:20:40.594Z] === RUN TestSecretList [2020-11-03T23:20:40.807Z] --- PASS: TestNetworkLocalhostTCPNat (0.84s) [2020-11-03T23:20:40.807Z] === RUN TestNetworkLoopbackNat [2020-11-03T23:20:44.115Z] --- PASS: TestNetworkLoopbackNat (3.13s) [2020-11-03T23:20:44.115Z] === RUN TestPause [2020-11-03T23:20:44.690Z] --- PASS: TestPause (0.82s) [2020-11-03T23:20:44.690Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-03T23:20:44.690Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-03T23:20:44.690Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-03T23:20:44.690Z] === RUN TestPauseStopPausedContainer [2020-11-03T23:20:44.716Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-03T23:20:44.716Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-03T23:20:45.036Z] --- PASS: TestSecretList (3.77s) [2020-11-03T23:20:45.036Z] === RUN TestSecretsCreateAndDelete [2020-11-03T23:20:45.636Z] --- PASS: TestPauseStopPausedContainer (0.83s) [2020-11-03T23:20:45.636Z] === RUN TestPsFilter [2020-11-03T23:20:45.636Z] --- PASS: TestPsFilter (0.26s) [2020-11-03T23:20:45.636Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-03T23:20:46.583Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.73s) [2020-11-03T23:20:46.583Z] === RUN TestRemoveContainerWithVolume [2020-11-03T23:20:46.803Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-03T23:20:47.156Z] --- PASS: TestRemoveContainerWithVolume (0.71s) [2020-11-03T23:20:47.156Z] === RUN TestRemoveContainerRunning [2020-11-03T23:20:47.741Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-11-03T23:20:48.103Z] --- PASS: TestRemoveContainerRunning (0.76s) [2020-11-03T23:20:48.103Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-03T23:20:48.543Z] --- PASS: TestSecretsCreateAndDelete (3.75s) [2020-11-03T23:20:48.543Z] === RUN TestSecretsUpdate [2020-11-03T23:20:48.676Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.77s) [2020-11-03T23:20:48.676Z] === RUN TestRemoveInvalidContainer [2020-11-03T23:20:48.676Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-11-03T23:20:48.676Z] === RUN TestRenameLinkedContainer [2020-11-03T23:20:51.948Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-11-03T23:20:51.948Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-11-03T23:20:51.987Z] --- PASS: TestRenameLinkedContainer (3.10s) [2020-11-03T23:20:51.987Z] === RUN TestRenameStoppedContainer [2020-11-03T23:20:52.052Z] --- PASS: TestSecretsUpdate (3.59s) [2020-11-03T23:20:52.052Z] === RUN TestTemplatedSecret [2020-11-03T23:20:52.560Z] --- PASS: TestRenameStoppedContainer (0.76s) [2020-11-03T23:20:52.560Z] === RUN TestRenameRunningContainerAndReuse [2020-11-03T23:20:52.765Z] ok github.com/docker/docker/api/server 0.013s coverage: 9.0% of statements [2020-11-03T23:20:54.480Z] --- PASS: TestRenameRunningContainerAndReuse (1.53s) [2020-11-03T23:20:54.480Z] === RUN TestRenameInvalidName [2020-11-03T23:20:54.743Z] --- PASS: TestRenameInvalidName (0.74s) [2020-11-03T23:20:54.743Z] === RUN TestRenameAnonymousContainer [2020-11-03T23:20:55.252Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-11-03T23:20:55.560Z] --- PASS: TestTemplatedSecret (3.68s) [2020-11-03T23:20:55.560Z] === RUN TestSecretCreateResolve [2020-11-03T23:20:55.825Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-11-03T23:20:55.825Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-11-03T23:20:56.087Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-11-03T23:20:57.470Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-11-03T23:20:57.470Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-11-03T23:20:57.732Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-11-03T23:20:58.304Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-11-03T23:20:58.304Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-11-03T23:20:58.956Z] --- PASS: TestRenameAnonymousContainer (4.11s) [2020-11-03T23:20:58.956Z] === RUN TestRenameContainerWithSameName [2020-11-03T23:20:59.069Z] --- PASS: TestSecretCreateResolve (3.20s) [2020-11-03T23:20:59.069Z] PASS [2020-11-03T23:20:59.069Z] [2020-11-03T23:20:59.069Z] DONE 6 tests in 21.740s [2020-11-03T23:20:59.069Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-11-03T23:20:59.069Z] ++ 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-03T23:20:59.069Z] ++ set -e [2020-11-03T23:20:59.069Z] ++ '[' -n 0 ']' [2020-11-03T23:20:59.069Z] ++ set -x [2020-11-03T23:20:59.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=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-03T23:20:59.069Z] INFO: Testing against a local daemon [2020-11-03T23:20:59.069Z] === RUN TestServiceCreateInit [2020-11-03T23:20:59.069Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-03T23:20:59.902Z] --- PASS: TestRenameContainerWithSameName (0.74s) [2020-11-03T23:20:59.902Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-03T23:21:00.219Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-11-03T23:21:00.791Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-11-03T23:21:01.293Z] --- PASS: TestRenameContainerWithLinkedContainer (1.52s) [2020-11-03T23:21:01.293Z] === RUN TestResize [2020-11-03T23:21:02.240Z] --- PASS: TestResize (0.79s) [2020-11-03T23:21:02.240Z] === RUN TestResizeWithInvalidSize [2020-11-03T23:21:02.709Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-11-03T23:21:02.813Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2020-11-03T23:21:02.813Z] === RUN TestResizeWhenContainerNotStarted [2020-11-03T23:21:02.971Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-11-03T23:21:02.971Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-11-03T23:21:03.180Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-11-03T23:21:03.180Z] [2020-11-03T23:21:03.180Z] ________ ____ __. [2020-11-03T23:21:03.180Z] \_____ \ | |/ _| [2020-11-03T23:21:03.180Z] / | \| < [2020-11-03T23:21:03.180Z] / | \ | \ [2020-11-03T23:21:03.180Z] \_______ /____|__ \ [2020-11-03T23:21:03.180Z] \/ \/ [2020-11-03T23:21:03.180Z] [2020-11-03T23:21:03.180Z] INFO: make.ps1 ended at 11/03/2020 23:20:56 [2020-11-03T23:21:03.180Z] INFO: Binaries build ended at 11/03/2020 23:20:59. Duration:00:01:29.9835492 [2020-11-03T23:21:03.180Z] INFO: Copying the built daemon binary to d:\CI\PR-41604\4\binary\dockerd-65dfb5f2d9.exe... [2020-11-03T23:21:03.180Z] INFO: Copying the built client binary to d:\CI\PR-41604\4\binary\docker-65dfb5f2d9.exe... [2020-11-03T23:21:03.180Z] INFO: Copying dockerversion from the container... [2020-11-03T23:21:03.180Z] INFO: Copying the golang package from the container to d:\CI\PR-41604\4\installer\go.zip... [2020-11-03T23:21:03.760Z] --- PASS: TestResizeWhenContainerNotStarted (0.74s) [2020-11-03T23:21:03.760Z] === RUN TestDaemonRestartKillContainers [2020-11-03T23:21:03.760Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-03T23:21:03.760Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-03T23:21:03.760Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-03T23:21:03.760Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-03T23:21:03.760Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-03T23:21:03.760Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-03T23:21:03.760Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-03T23:21:03.760Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-03T23:21:03.760Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-03T23:21:03.760Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-03T23:21:03.760Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-03T23:21:03.760Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-03T23:21:03.760Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-03T23:21:03.760Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-03T23:21:03.760Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-03T23:21:03.760Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-03T23:21:03.760Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:21:03.760Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:21:03.760Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:21:03.760Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:21:03.760Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:21:03.760Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:21:03.760Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:21:03.760Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:21:03.760Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-03T23:21:03.760Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:21:03.760Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-03T23:21:03.760Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:21:04.356Z] === RUN TestDockerSuite/TestBuildEnv [2020-11-03T23:21:04.629Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-03T23:21:05.155Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-03T23:21:05.418Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:21:06.268Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-11-03T23:21:06.370Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-03T23:21:06.633Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-03T23:21:06.896Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:21:06.948Z] INFO: Extracting go.zip to d:\CI\PR-41604\4\go [2020-11-03T23:21:07.211Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-11-03T23:21:08.291Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-03T23:21:08.553Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-03T23:21:08.598Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite (353.85s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.46s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.81s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.54s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.14s) [2020-11-03T23:21:08.598Z] docker_cli_daemon_test.go:1455: [da1eb666e9655] daemon is not started [2020-11-03T23:21:08.598Z] check_test.go:309: [d463283003cac] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.43s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.87s) [2020-11-03T23:21:08.598Z] check_test.go:309: [d4b760fd385eb] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.78s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.99s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.41s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.37s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.41s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.27s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.40s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.47s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-11-03T23:21:08.598Z] check_test.go:309: [d338647715e9c] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-11-03T23:21:08.598Z] check_test.go:309: [d480aba06be5f] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.38s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2020-11-03T23:21:08.598Z] check_test.go:309: [d657f886ae114] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.77s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.54s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.72s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.11s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.62s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.57s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.65s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-11-03T23:21:08.598Z] check_test.go:309: [d91db174442e7] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.55s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.08s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.68s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.68s) [2020-11-03T23:21:08.598Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.03s) [2020-11-03T23:21:08.598Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-11-03T23:21:08.598Z] check_test.go:309: [d696d7468f501] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.12s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.30s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.43s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.79s) [2020-11-03T23:21:08.598Z] check_test.go:309: [da43b3a19ffaa] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.17s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2020-11-03T23:21:08.598Z] check_test.go:309: [d4cfadaefb022] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.71s) [2020-11-03T23:21:08.598Z] docker_cli_daemon_plugins_test.go:79: [d95dd558fe459] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.00s) [2020-11-03T23:21:08.598Z] docker_cli_daemon_plugins_test.go:169: [dfe26d2ecb6a2] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.53s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.57s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2020-11-03T23:21:08.598Z] check_test.go:309: [d65b0fb0830a6] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.47s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.82s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.74s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.78s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.72s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.82s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.96s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.62s) [2020-11-03T23:21:08.598Z] check_test.go:309: [df26ed31bda6c] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.66s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.19s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.39s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.12s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.61s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.86s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.44s) [2020-11-03T23:21:08.598Z] check_test.go:309: [d343d78f7e4e4] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.56s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.43s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.87s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.71s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.60s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.03s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.74s) [2020-11-03T23:21:08.598Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-11-03T23:21:08.598Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-11-03T23:21:08.598Z] check_test.go:309: [d2f727b9f2951] daemon is not started [2020-11-03T23:21:08.598Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-11-03T23:21:08.598Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-11-03T23:21:08.598Z] check_test.go:309: [d64e59a77bf4f] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.84s) [2020-11-03T23:21:08.598Z] check_test.go:309: [d6688dae54004] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.83s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.03s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.68s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.72s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.25s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.41s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.69s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.60s) [2020-11-03T23:21:08.598Z] check_test.go:309: [d6fde2450fbc4] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.42s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (5.10s) [2020-11-03T23:21:08.598Z] docker_cli_daemon_plugins_test.go:105: [d1da26c7ebb3f] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.81s) [2020-11-03T23:21:08.598Z] check_test.go:309: [d05ed7df4d8a0] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.88s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.13s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.58s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.15s) [2020-11-03T23:21:08.598Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2020-11-03T23:21:08.598Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2020-11-03T23:21:08.598Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2020-11-03T23:21:08.598Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2020-11-03T23:21:08.598Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2020-11-03T23:21:08.598Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2020-11-03T23:21:08.598Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2020-11-03T23:21:08.598Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2020-11-03T23:21:08.598Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2020-11-03T23:21:08.598Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2020-11-03T23:21:08.598Z] check_test.go:309: [d07ff91017f6a] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.09s) [2020-11-03T23:21:08.598Z] check_test.go:309: [d72450f3b3d7f] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.56s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.54s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.29s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.55s) [2020-11-03T23:21:08.598Z] check_test.go:309: [d82384f69e204] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.05s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.94s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.99s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.08s) [2020-11-03T23:21:08.598Z] check_test.go:309: [d41576247ec15] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.68s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.54s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.10s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (3.17s) [2020-11-03T23:21:08.598Z] check_test.go:309: [dee9511ad8eb4] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.58s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.63s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.86s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2020-11-03T23:21:08.598Z] check_test.go:309: [d01bd1016ee8c] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.25s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.19s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.11s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.68s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.02s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.49s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.44s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.51s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.90s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.21s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.15s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.16s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.70s) [2020-11-03T23:21:08.598Z] docker_cli_daemon_test.go:2550: [df878e2a1b548] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.76s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.71s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.85s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.65s) [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.17s) [2020-11-03T23:21:08.598Z] check_test.go:309: [d6972448eba79] daemon is not started [2020-11-03T23:21:08.598Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.53s) [2020-11-03T23:21:08.598Z] === RUN TestDockerSwarmSuite [2020-11-03T23:21:08.598Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-11-03T23:21:09.072Z] --- PASS: TestServiceCreateInit (10.01s) [2020-11-03T23:21:09.072Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.13s) [2020-11-03T23:21:09.072Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.87s) [2020-11-03T23:21:09.072Z] === RUN TestCreateServiceMultipleTimes [2020-11-03T23:21:09.130Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-03T23:21:11.689Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-03T23:21:11.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.68s) [2020-11-03T23:21:11.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.79s) [2020-11-03T23:21:11.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.82s) [2020-11-03T23:21:11.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.97s) [2020-11-03T23:21:11.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.56s) [2020-11-03T23:21:11.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.79s) [2020-11-03T23:21:11.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.60s) [2020-11-03T23:21:11.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.81s) [2020-11-03T23:21:11.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.57s) [2020-11-03T23:21:11.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.55s) [2020-11-03T23:21:11.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.42s) [2020-11-03T23:21:11.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.45s) [2020-11-03T23:21:11.689Z] === RUN TestCgroupNamespacesRun [2020-11-03T23:21:11.907Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-11-03T23:21:13.609Z] --- PASS: TestCgroupNamespacesRun (1.82s) [2020-11-03T23:21:13.609Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-03T23:21:13.995Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-03T23:21:14.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-03T23:21:15.210Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-11-03T23:21:15.471Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-11-03T23:21:15.529Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.68s) [2020-11-03T23:21:15.529Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-03T23:21:16.159Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-03T23:21:16.793Z] --- PASS: TestImportExtremelyLargeImageWorks (104.12s) [2020-11-03T23:21:16.793Z] PASS [2020-11-03T23:21:16.793Z] [2020-11-03T23:21:16.793Z] === Skipped [2020-11-03T23:21:16.793Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-03T23:21:16.793Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-11-03T23:21:16.793Z] [2020-11-03T23:21:16.793Z] [2020-11-03T23:21:16.793Z] DONE 12 tests, 1 skipped in 108.206s [2020-11-03T23:21:16.793Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-11-03T23:21:16.793Z] INFO: Testing against a local daemon [2020-11-03T23:21:16.793Z] === RUN TestNetworkCreateDelete [2020-11-03T23:21:16.793Z] --- PASS: TestNetworkCreateDelete (0.15s) [2020-11-03T23:21:16.793Z] === RUN TestDockerNetworkDeletePreferID [2020-11-03T23:21:16.793Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2020-11-03T23:21:16.793Z] === RUN TestDaemonDNSFallback [2020-11-03T23:21:16.918Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.77s) [2020-11-03T23:21:16.918Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-03T23:21:17.205Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-03T23:21:17.359Z] --- PASS: TestDaemonDNSFallback (7.32s) [2020-11-03T23:21:17.359Z] === RUN TestInspectNetwork [2020-11-03T23:21:17.359Z] --- SKIP: TestInspectNetwork (0.00s) [2020-11-03T23:21:17.359Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:17.359Z] === RUN TestRunContainerWithBridgeNone [2020-11-03T23:21:17.359Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-11-03T23:21:17.359Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:17.359Z] === RUN TestNetworkInvalidJSON [2020-11-03T23:21:17.359Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-03T23:21:17.359Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-03T23:21:17.359Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-03T23:21:17.359Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-03T23:21:17.359Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-03T23:21:17.359Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-03T23:21:17.359Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-03T23:21:17.359Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-03T23:21:17.359Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-03T23:21:17.359Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-11-03T23:21:17.359Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-03T23:21:17.359Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-03T23:21:17.359Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-03T23:21:17.359Z] === RUN TestHostIPv4BridgeLabel [2020-11-03T23:21:17.359Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-11-03T23:21:17.359Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:17.359Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-03T23:21:17.501Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-03T23:21:17.617Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2020-11-03T23:21:17.617Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:17.617Z] === RUN TestDaemonDefaultNetworkPools [2020-11-03T23:21:17.617Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2020-11-03T23:21:17.617Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:17.617Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-03T23:21:17.617Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2020-11-03T23:21:17.617Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:17.617Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-03T23:21:17.617Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-11-03T23:21:17.617Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:17.617Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-03T23:21:17.617Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-11-03T23:21:17.617Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:17.617Z] === RUN TestServiceWithPredefinedNetwork [2020-11-03T23:21:17.617Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-11-03T23:21:17.617Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:17.617Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-03T23:21:17.617Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-03T23:21:17.617Z] service_test.go:236: FLAKY_TEST [2020-11-03T23:21:17.617Z] === RUN TestServiceWithDataPathPortInit [2020-11-03T23:21:17.617Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2020-11-03T23:21:17.617Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:17.617Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-03T23:21:17.617Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-11-03T23:21:17.617Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:17.617Z] PASS [2020-11-03T23:21:17.617Z] [2020-11-03T23:21:17.617Z] === Skipped [2020-11-03T23:21:17.617Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-11-03T23:21:17.617Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:17.617Z] [2020-11-03T23:21:17.617Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-11-03T23:21:17.617Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:17.617Z] [2020-11-03T23:21:17.617Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-11-03T23:21:17.617Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:17.617Z] [2020-11-03T23:21:17.617Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2020-11-03T23:21:17.617Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:17.617Z] [2020-11-03T23:21:17.617Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2020-11-03T23:21:17.617Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:17.617Z] [2020-11-03T23:21:17.617Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2020-11-03T23:21:17.617Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:17.617Z] [2020-11-03T23:21:17.617Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-11-03T23:21:17.617Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:17.617Z] [2020-11-03T23:21:17.617Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-11-03T23:21:17.617Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:17.617Z] [2020-11-03T23:21:17.617Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-11-03T23:21:17.617Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:17.617Z] [2020-11-03T23:21:17.617Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-03T23:21:17.617Z] service_test.go:236: FLAKY_TEST [2020-11-03T23:21:17.617Z] [2020-11-03T23:21:17.617Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2020-11-03T23:21:17.617Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:17.617Z] [2020-11-03T23:21:17.617Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-11-03T23:21:17.617Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:17.617Z] [2020-11-03T23:21:17.617Z] [2020-11-03T23:21:17.617Z] DONE 19 tests, 12 skipped in 8.063s [2020-11-03T23:21:17.617Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-03T23:21:17.617Z] INFO: Testing against a local daemon [2020-11-03T23:21:17.617Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-03T23:21:17.617Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-03T23:21:17.617Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:21:17.617Z] === RUN TestDockerNetworkIpvlan [2020-11-03T23:21:17.617Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-03T23:21:17.617Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:21:17.617Z] PASS [2020-11-03T23:21:17.617Z] [2020-11-03T23:21:17.617Z] === Skipped [2020-11-03T23:21:17.617Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-03T23:21:17.617Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:21:17.617Z] [2020-11-03T23:21:17.617Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-03T23:21:17.617Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:21:17.617Z] [2020-11-03T23:21:17.617Z] [2020-11-03T23:21:17.617Z] DONE 2 tests, 2 skipped in 0.123s [2020-11-03T23:21:17.617Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-03T23:21:17.875Z] INFO: Testing against a local daemon [2020-11-03T23:21:17.875Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-03T23:21:17.875Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-11-03T23:21:17.875Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:17.875Z] === RUN TestDockerNetworkMacvlan [2020-11-03T23:21:17.875Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-11-03T23:21:17.875Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:17.875Z] PASS [2020-11-03T23:21:17.875Z] [2020-11-03T23:21:17.875Z] === Skipped [2020-11-03T23:21:17.875Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-11-03T23:21:17.875Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:17.875Z] [2020-11-03T23:21:17.875Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-11-03T23:21:17.875Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:17.875Z] [2020-11-03T23:21:17.875Z] [2020-11-03T23:21:17.875Z] DONE 2 tests, 2 skipped in 0.128s [2020-11-03T23:21:17.875Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-03T23:21:17.875Z] testing: warning: no tests to run [2020-11-03T23:21:17.875Z] PASS [2020-11-03T23:21:17.875Z] [2020-11-03T23:21:17.875Z] DONE 0 tests in 0.026s [2020-11-03T23:21:17.875Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-03T23:21:17.875Z] INFO: Testing against a local daemon [2020-11-03T23:21:17.875Z] === RUN TestAuthZPluginAllowRequest [2020-11-03T23:21:17.875Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-11-03T23:21:17.875Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:17.875Z] === RUN TestAuthZPluginTLS [2020-11-03T23:21:17.875Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-11-03T23:21:17.875Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:17.875Z] === RUN TestAuthZPluginDenyRequest [2020-11-03T23:21:17.875Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-11-03T23:21:17.875Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:17.875Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-03T23:21:17.875Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-11-03T23:21:17.875Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:17.875Z] === RUN TestAuthZPluginDenyResponse [2020-11-03T23:21:17.875Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-11-03T23:21:17.875Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:17.875Z] === RUN TestAuthZPluginAllowEventStream [2020-11-03T23:21:17.875Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-11-03T23:21:17.875Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:17.875Z] === RUN TestAuthZPluginErrorResponse [2020-11-03T23:21:17.875Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-11-03T23:21:17.875Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:17.875Z] === RUN TestAuthZPluginErrorRequest [2020-11-03T23:21:17.875Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-11-03T23:21:17.875Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:17.875Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-03T23:21:17.875Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-11-03T23:21:17.875Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:17.875Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-03T23:21:17.875Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-11-03T23:21:17.875Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:17.875Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-03T23:21:17.875Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-11-03T23:21:17.875Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:17.875Z] === RUN TestAuthZPluginHeader [2020-11-03T23:21:17.875Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-11-03T23:21:17.875Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:17.875Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-03T23:21:18.133Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.25s) [2020-11-03T23:21:18.133Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.133Z] === RUN TestAuthZPluginV2Disable [2020-11-03T23:21:18.133Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2020-11-03T23:21:18.133Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.133Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-03T23:21:18.392Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-03T23:21:18.392Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-03T23:21:18.392Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] PASS [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] === Skipped [2020-11-03T23:21:18.392Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.25s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-11-03T23:21:18.392Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] DONE 17 tests, 17 skipped in 0.457s [2020-11-03T23:21:18.392Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-03T23:21:18.392Z] INFO: Testing against a local daemon [2020-11-03T23:21:18.392Z] === RUN TestPluginInvalidJSON [2020-11-03T23:21:18.392Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-03T23:21:18.392Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-03T23:21:18.392Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-03T23:21:18.392Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-11-03T23:21:18.392Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-03T23:21:18.392Z] === RUN TestPluginInstall [2020-11-03T23:21:18.392Z] --- SKIP: TestPluginInstall (0.00s) [2020-11-03T23:21:18.392Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] PASS [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] === Skipped [2020-11-03T23:21:18.392Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-11-03T23:21:18.392Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] [2020-11-03T23:21:18.392Z] DONE 3 tests, 1 skipped in 0.167s [2020-11-03T23:21:18.392Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-03T23:21:18.650Z] INFO: Testing against a local daemon [2020-11-03T23:21:18.650Z] === RUN TestExternalGraphDriver [2020-11-03T23:21:18.650Z] --- SKIP: TestExternalGraphDriver (0.07s) [2020-11-03T23:21:18.650Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-11-03T23:21:18.650Z] === RUN TestGraphdriverPluginV2 [2020-11-03T23:21:18.837Z] --- PASS: TestCgroupNamespacesRunHostMode (1.88s) [2020-11-03T23:21:18.837Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-03T23:21:19.598Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-03T23:21:20.757Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.75s) [2020-11-03T23:21:20.757Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-03T23:21:20.757Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-11-03T23:21:22.146Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.70s) [2020-11-03T23:21:22.146Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-03T23:21:23.094Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.95s) [2020-11-03T23:21:23.094Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-03T23:21:23.147Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-03T23:21:24.667Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-03T23:21:25.020Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.85s) [2020-11-03T23:21:25.020Z] === RUN TestKernelTCPMemory [2020-11-03T23:21:25.212Z] --- PASS: TestGraphdriverPluginV2 (6.44s) [2020-11-03T23:21:25.212Z] PASS [2020-11-03T23:21:25.212Z] [2020-11-03T23:21:25.212Z] === Skipped [2020-11-03T23:21:25.212Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) [2020-11-03T23:21:25.212Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-11-03T23:21:25.212Z] [2020-11-03T23:21:25.212Z] [2020-11-03T23:21:25.212Z] DONE 2 tests, 1 skipped in 6.642s [2020-11-03T23:21:25.212Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-03T23:21:25.212Z] INFO: Testing against a local daemon [2020-11-03T23:21:25.212Z] === RUN TestContinueAfterPluginCrash [2020-11-03T23:21:25.212Z] === PAUSE TestContinueAfterPluginCrash [2020-11-03T23:21:25.212Z] === RUN TestReadPluginNoRead [2020-11-03T23:21:25.212Z] === PAUSE TestReadPluginNoRead [2020-11-03T23:21:25.212Z] === RUN TestDaemonStartWithLogOpt [2020-11-03T23:21:25.212Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-03T23:21:25.212Z] === CONT TestContinueAfterPluginCrash [2020-11-03T23:21:25.212Z] === CONT TestDaemonStartWithLogOpt [2020-11-03T23:21:25.970Z] --- PASS: TestKernelTCPMemory (0.88s) [2020-11-03T23:21:25.970Z] === RUN TestNISDomainname [2020-11-03T23:21:26.761Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-03T23:21:26.916Z] --- PASS: TestNISDomainname (0.98s) [2020-11-03T23:21:26.916Z] === RUN TestHostnameDnsResolution [2020-11-03T23:21:27.057Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-03T23:21:28.836Z] --- PASS: TestHostnameDnsResolution (1.78s) [2020-11-03T23:21:28.836Z] === RUN TestStats [2020-11-03T23:21:29.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-03T23:21:30.181Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-03T23:21:31.387Z] --- PASS: TestStats (2.82s) [2020-11-03T23:21:31.387Z] === RUN TestStopContainerWithTimeout [2020-11-03T23:21:31.514Z] --- PASS: TestCreateServiceMultipleTimes (21.87s) [2020-11-03T23:21:31.514Z] === RUN TestCreateServiceConflict [2020-11-03T23:21:31.650Z] === RUN TestStopContainerWithTimeout/0 [2020-11-03T23:21:31.650Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-03T23:21:31.650Z] === RUN TestStopContainerWithTimeout/1 [2020-11-03T23:21:31.650Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-03T23:21:31.650Z] === RUN TestStopContainerWithTimeout/3 [2020-11-03T23:21:31.650Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-03T23:21:31.650Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-03T23:21:31.650Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-03T23:21:31.650Z] === CONT TestStopContainerWithTimeout/0 [2020-11-03T23:21:31.650Z] === CONT TestStopContainerWithTimeout/3 [2020-11-03T23:21:31.650Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-03T23:21:31.650Z] === CONT TestStopContainerWithTimeout/1 [2020-11-03T23:21:31.776Z] --- PASS: TestDaemonStartWithLogOpt (6.58s) [2020-11-03T23:21:31.777Z] === CONT TestReadPluginNoRead [2020-11-03T23:21:32.267Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-03T23:21:33.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-03T23:21:34.284Z] --- PASS: TestCreateServiceConflict (3.19s) [2020-11-03T23:21:34.284Z] === RUN TestCreateServiceMaxReplicas [2020-11-03T23:21:34.352Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-03T23:21:34.961Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-11-03T23:21:34.961Z] --- PASS: TestStopContainerWithTimeout/0 (1.39s) [2020-11-03T23:21:34.961Z] --- PASS: TestStopContainerWithTimeout/1 (2.40s) [2020-11-03T23:21:34.961Z] --- PASS: TestStopContainerWithTimeout/3 (2.97s) [2020-11-03T23:21:34.961Z] --- PASS: TestStopContainerWithTimeout/-1 (3.34s) [2020-11-03T23:21:34.961Z] === RUN TestDeleteDevicemapper [2020-11-03T23:21:34.961Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-03T23:21:34.961Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-03T23:21:34.961Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-03T23:21:35.670Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-11-03T23:21:35.670Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-11-03T23:21:35.878Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-03T23:21:35.878Z] Using test binary docker [2020-11-03T23:21:35.878Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-03T23:21:35.878Z] +++ /etc/init.d/apparmor start [2020-11-03T23:21:35.878Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-03T23:21:35.878Z] INFO: Waiting for daemon to start... [2020-11-03T23:21:35.878Z] Starting dockerd [2020-11-03T23:21:35.878Z] +++ 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-03T23:21:35.930Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-11-03T23:21:35.962Z] === RUN TestReadPluginNoRead/default [2020-11-03T23:21:35.962Z] --- PASS: TestContinueAfterPluginCrash (10.19s) [2020-11-03T23:21:37.007Z] INFO: Extraction ended at 11/03/2020 23:21:35. Duration:00:00:28.7699893 [2020-11-03T23:21:37.007Z] INFO: Updating the golang and path environment variables [2020-11-03T23:21:37.007Z] INFO: GOPATH=d:\gopath [2020-11-03T23:21:37.007Z] INFO: go version go1.13.15 windows/amd64 [2020-11-03T23:21:37.007Z] INFO: Running the daemon under test in debug mode [2020-11-03T23:21:37.007Z] INFO: Starting a daemon under test... [2020-11-03T23:21:37.007Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41604\4\daemon --pidfile d:\CI\PR-41604\4\docker.pid -D [2020-11-03T23:21:37.007Z] INFO: Process started successfully. [2020-11-03T23:21:37.007Z] INFO: Start tailing logs of the daemon under tests [2020-11-03T23:21:37.007Z] INFO: Waiting for the daemon under test to start... [2020-11-03T23:21:37.513Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.41s) [2020-11-03T23:21:37.513Z] === RUN TestUpdateMemory [2020-11-03T23:21:37.513Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-03T23:21:37.513Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:21:37.513Z] === RUN TestUpdateCPUQuota [2020-11-03T23:21:37.862Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-03T23:21:37.957Z] . [2020-11-03T23:21:37.957Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-03T23:21:37.957Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-03T23:21:37.957Z] Error: No such image: emptyfs [2020-11-03T23:21:37.957Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-03T23:21:37.957Z] ++++ docker load [2020-11-03T23:21:37.957Z] Running integration-test (iteration 1) [2020-11-03T23:21:37.957Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-11-03T23:21:37.957Z] ++ 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-03T23:21:37.957Z] ++ set -e [2020-11-03T23:21:37.957Z] ++ '[' -n 0 ']' [2020-11-03T23:21:37.957Z] ++ set -x [2020-11-03T23:21:37.957Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03T23:21:38.474Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-11-03T23:21:38.729Z] --- PASS: TestCreateServiceMaxReplicas (4.04s) [2020-11-03T23:21:38.729Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-03T23:21:38.902Z] --- PASS: TestUpdateCPUQuota (1.34s) [2020-11-03T23:21:38.902Z] === RUN TestUpdatePidsLimit [2020-11-03T23:21:38.902Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-03T23:21:38.902Z] === RUN TestUpdatePidsLimit/no_change [2020-11-03T23:21:39.475Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-03T23:21:39.738Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-03T23:21:40.312Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-03T23:21:40.426Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-03T23:21:40.574Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-03T23:21:40.836Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-03T23:21:42.229Z] --- PASS: TestUpdatePidsLimit (3.55s) [2020-11-03T23:21:42.229Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2020-11-03T23:21:42.229Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2020-11-03T23:21:42.229Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2020-11-03T23:21:42.229Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s) [2020-11-03T23:21:42.229Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s) [2020-11-03T23:21:42.229Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2020-11-03T23:21:42.229Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s) [2020-11-03T23:21:42.229Z] === RUN TestUpdateRestartPolicy [2020-11-03T23:21:42.365Z] --- PASS: TestReadPluginNoRead (10.40s) [2020-11-03T23:21:42.365Z] --- PASS: TestReadPluginNoRead/default (2.27s) [2020-11-03T23:21:42.365Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.30s) [2020-11-03T23:21:42.365Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.24s) [2020-11-03T23:21:42.365Z] read_test.go:92: [d65a2be743ead] daemon is not started [2020-11-03T23:21:42.365Z] PASS [2020-11-03T23:21:42.365Z] [2020-11-03T23:21:42.365Z] DONE 6 tests in 17.148s [2020-11-03T23:21:42.365Z] 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-03T23:21:42.365Z] testing: warning: no tests to run [2020-11-03T23:21:42.365Z] PASS [2020-11-03T23:21:42.365Z] [2020-11-03T23:21:42.365Z] DONE 0 tests in 0.049s [2020-11-03T23:21:42.365Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-03T23:21:42.623Z] INFO: Testing against a local daemon [2020-11-03T23:21:42.623Z] === RUN TestPluginWithDevMounts [2020-11-03T23:21:42.623Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-11-03T23:21:42.623Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-11-03T23:21:42.623Z] PASS [2020-11-03T23:21:42.623Z] [2020-11-03T23:21:42.623Z] === Skipped [2020-11-03T23:21:42.623Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-11-03T23:21:42.623Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-11-03T23:21:42.623Z] [2020-11-03T23:21:42.623Z] [2020-11-03T23:21:42.623Z] DONE 1 tests, 1 skipped in 0.160s [2020-11-03T23:21:42.623Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-11-03T23:21:42.623Z] INFO: Testing against a local daemon [2020-11-03T23:21:42.623Z] === RUN TestSecretInspect [2020-11-03T23:21:42.623Z] --- SKIP: TestSecretInspect (0.01s) [2020-11-03T23:21:42.623Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.623Z] === RUN TestSecretList [2020-11-03T23:21:42.623Z] --- SKIP: TestSecretList (0.01s) [2020-11-03T23:21:42.623Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.623Z] === RUN TestSecretsCreateAndDelete [2020-11-03T23:21:42.623Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2020-11-03T23:21:42.623Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.623Z] === RUN TestSecretsUpdate [2020-11-03T23:21:42.623Z] --- SKIP: TestSecretsUpdate (0.01s) [2020-11-03T23:21:42.623Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.623Z] === RUN TestTemplatedSecret [2020-11-03T23:21:42.623Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-11-03T23:21:42.623Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.623Z] === RUN TestSecretCreateResolve [2020-11-03T23:21:42.623Z] --- SKIP: TestSecretCreateResolve (0.02s) [2020-11-03T23:21:42.623Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.623Z] PASS [2020-11-03T23:21:42.623Z] [2020-11-03T23:21:42.623Z] === Skipped [2020-11-03T23:21:42.623Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2020-11-03T23:21:42.623Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.623Z] [2020-11-03T23:21:42.623Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2020-11-03T23:21:42.623Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.623Z] [2020-11-03T23:21:42.623Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2020-11-03T23:21:42.623Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.623Z] [2020-11-03T23:21:42.623Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2020-11-03T23:21:42.623Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.623Z] [2020-11-03T23:21:42.623Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-11-03T23:21:42.623Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.623Z] [2020-11-03T23:21:42.623Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2020-11-03T23:21:42.623Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.623Z] [2020-11-03T23:21:42.623Z] [2020-11-03T23:21:42.623Z] DONE 6 tests, 6 skipped in 0.192s [2020-11-03T23:21:42.882Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-11-03T23:21:42.882Z] INFO: Testing against a local daemon [2020-11-03T23:21:42.882Z] === RUN TestServiceCreateInit [2020-11-03T23:21:42.882Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-03T23:21:42.882Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-03T23:21:42.882Z] --- PASS: TestServiceCreateInit (0.01s) [2020-11-03T23:21:42.882Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-03T23:21:42.882Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.882Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-03T23:21:42.882Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.882Z] === RUN TestCreateServiceMultipleTimes [2020-11-03T23:21:42.882Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2020-11-03T23:21:42.882Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.882Z] === RUN TestCreateServiceConflict [2020-11-03T23:21:42.882Z] --- SKIP: TestCreateServiceConflict (0.01s) [2020-11-03T23:21:42.882Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.882Z] === RUN TestCreateServiceMaxReplicas [2020-11-03T23:21:42.882Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2020-11-03T23:21:42.882Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.882Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-03T23:21:42.882Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2020-11-03T23:21:42.882Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.882Z] === RUN TestCreateServiceSecretFileMode [2020-11-03T23:21:42.882Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-11-03T23:21:42.882Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:42.882Z] === RUN TestCreateServiceConfigFileMode [2020-11-03T23:21:43.141Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s) [2020-11-03T23:21:43.141Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:43.141Z] === RUN TestCreateServiceSysctls [2020-11-03T23:21:43.141Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-11-03T23:21:43.141Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:43.141Z] === RUN TestCreateServiceCapabilities [2020-11-03T23:21:43.141Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-11-03T23:21:43.141Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:43.141Z] === RUN TestInspect [2020-11-03T23:21:43.141Z] --- SKIP: TestInspect (0.01s) [2020-11-03T23:21:43.141Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:43.141Z] === RUN TestCreateJob [2020-11-03T23:21:43.141Z] --- SKIP: TestCreateJob (0.01s) [2020-11-03T23:21:43.141Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:43.141Z] === RUN TestReplicatedJob [2020-11-03T23:21:43.141Z] --- SKIP: TestReplicatedJob (0.01s) [2020-11-03T23:21:43.141Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:43.141Z] === RUN TestUpdateReplicatedJob [2020-11-03T23:21:43.141Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2020-11-03T23:21:43.141Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:43.141Z] === RUN TestServiceListWithStatuses [2020-11-03T23:21:43.141Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-03T23:21:43.141Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-03T23:21:43.141Z] === RUN TestDockerNetworkConnectAlias [2020-11-03T23:21:43.141Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-11-03T23:21:43.141Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:43.141Z] === RUN TestDockerNetworkReConnect [2020-11-03T23:21:43.141Z] --- SKIP: TestDockerNetworkReConnect (0.03s) [2020-11-03T23:21:43.141Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:43.141Z] === RUN TestServicePlugin [2020-11-03T23:21:46.612Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-11-03T23:21:47.328Z] --- SKIP: TestServicePlugin (3.49s) [2020-11-03T23:21:47.328Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] === RUN TestServiceUpdateLabel [2020-11-03T23:21:47.328Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2020-11-03T23:21:47.328Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] === RUN TestServiceUpdateSecrets [2020-11-03T23:21:47.328Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2020-11-03T23:21:47.328Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] === RUN TestServiceUpdateConfigs [2020-11-03T23:21:47.328Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2020-11-03T23:21:47.328Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] === RUN TestServiceUpdateNetwork [2020-11-03T23:21:47.328Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-11-03T23:21:47.328Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] === RUN TestServiceUpdatePidsLimit [2020-11-03T23:21:47.328Z] --- SKIP: TestServiceUpdatePidsLimit (0.05s) [2020-11-03T23:21:47.328Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] PASS [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === Skipped [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-03T23:21:47.328Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-03T23:21:47.328Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-03T23:21:47.328Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-03T23:21:47.328Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2020-11-03T23:21:47.328Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2020-11-03T23:21:47.328Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2020-11-03T23:21:47.328Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2020-11-03T23:21:47.328Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-11-03T23:21:47.328Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s) [2020-11-03T23:21:47.328Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2020-11-03T23:21:47.328Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2020-11-03T23:21:47.328Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2020-11-03T23:21:47.328Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-11-03T23:21:47.328Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-11-03T23:21:47.328Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2020-11-03T23:21:47.328Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-11-03T23:21:47.328Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-11-03T23:21:47.328Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.03s) [2020-11-03T23:21:47.328Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestServicePlugin (3.49s) [2020-11-03T23:21:47.328Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2020-11-03T23:21:47.328Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2020-11-03T23:21:47.328Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2020-11-03T23:21:47.328Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-11-03T23:21:47.328Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.05s) [2020-11-03T23:21:47.328Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] DONE 24 tests, 23 skipped in 3.968s [2020-11-03T23:21:47.328Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-11-03T23:21:47.328Z] INFO: Testing against a local daemon [2020-11-03T23:21:47.328Z] === RUN TestSessionCreate [2020-11-03T23:21:47.328Z] --- PASS: TestSessionCreate (0.02s) [2020-11-03T23:21:47.328Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-03T23:21:47.328Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-11-03T23:21:47.328Z] PASS [2020-11-03T23:21:47.328Z] [2020-11-03T23:21:47.328Z] DONE 2 tests in 0.168s [2020-11-03T23:21:47.328Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-11-03T23:21:47.328Z] INFO: Testing against a local daemon [2020-11-03T23:21:47.328Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-03T23:21:47.328Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-03T23:21:47.328Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-03T23:21:47.328Z] === RUN TestEventsExecDie [2020-11-03T23:21:47.553Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-11-03T23:21:47.587Z] --- PASS: TestEventsExecDie (0.49s) [2020-11-03T23:21:47.587Z] === RUN TestEventsBackwardsCompatible [2020-11-03T23:21:47.587Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2020-11-03T23:21:47.587Z] === RUN TestInfoBinaryCommits [2020-11-03T23:21:47.587Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-11-03T23:21:47.587Z] === RUN TestInfoAPIVersioned [2020-11-03T23:21:47.587Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-03T23:21:47.587Z] === RUN TestInfoDiscoveryBackend [2020-11-03T23:21:48.125Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-11-03T23:21:48.696Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-11-03T23:21:49.486Z] --- PASS: TestInfoDiscoveryBackend (1.52s) [2020-11-03T23:21:49.486Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-03T23:21:50.609Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-11-03T23:21:50.609Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-11-03T23:21:50.668Z] Loaded image: buildpack-deps:buster [2020-11-03T23:21:50.869Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-11-03T23:21:50.962Z] Loaded image: busybox:latest [2020-11-03T23:21:50.962Z] Loaded image: busybox:glibc [2020-11-03T23:21:50.962Z] Loaded image: debian:buster [2020-11-03T23:21:50.962Z] Loaded image: hello-world:latest [2020-11-03T23:21:51.256Z] Loaded image: arm32v7/hello-world:latest [2020-11-03T23:21:51.256Z] INFO: Testing against a local daemon [2020-11-03T23:21:51.256Z] === RUN TestCgroupNamespacesBuild [2020-11-03T23:21:52.768Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.37s) [2020-11-03T23:21:52.768Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-03T23:21:52.768Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-11-03T23:21:52.768Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:21:52.768Z] === RUN TestInfoAPI [2020-11-03T23:21:52.768Z] --- PASS: TestInfoAPI (0.04s) [2020-11-03T23:21:52.768Z] === RUN TestInfoAPIWarnings [2020-11-03T23:21:52.787Z] --- PASS: TestCgroupNamespacesBuild (1.37s) [2020-11-03T23:21:52.787Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-03T23:21:53.831Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.35s) [2020-11-03T23:21:53.831Z] === RUN TestBuildWithSession [2020-11-03T23:21:53.831Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-03T23:21:53.831Z] build_session_test.go:25: TODO: BuildKit [2020-11-03T23:21:53.831Z] === RUN TestBuildSquashParent [2020-11-03T23:21:54.052Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.65s) [2020-11-03T23:21:54.052Z] === RUN TestCreateServiceSecretFileMode [2020-11-03T23:21:54.474Z] --- PASS: TestUpdateRestartPolicy (12.40s) [2020-11-03T23:21:54.474Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-03T23:21:55.423Z] --- PASS: TestUpdateRestartWithAutoRemove (0.78s) [2020-11-03T23:21:55.423Z] === RUN TestWaitNonBlocked [2020-11-03T23:21:55.423Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-03T23:21:55.423Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-03T23:21:55.423Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-03T23:21:55.423Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-03T23:21:55.423Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-03T23:21:55.423Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-03T23:21:56.113Z] --- PASS: TestCreateServiceSecretFileMode (3.57s) [2020-11-03T23:21:56.113Z] === RUN TestCreateServiceConfigFileMode [2020-11-03T23:21:56.375Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-11-03T23:21:56.376Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.96s) [2020-11-03T23:21:56.376Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.02s) [2020-11-03T23:21:56.376Z] === RUN TestWaitBlocked [2020-11-03T23:21:56.376Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-03T23:21:56.376Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-03T23:21:56.376Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-03T23:21:56.376Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-03T23:21:56.376Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-03T23:21:56.376Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-03T23:21:57.766Z] --- PASS: TestWaitBlocked (0.04s) [2020-11-03T23:21:57.766Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.04s) [2020-11-03T23:21:57.766Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.07s) [2020-11-03T23:21:57.766Z] === CONT TestContainerStartOnDaemonRestart [2020-11-03T23:21:57.766Z] === CONT TestIpcModeOlderClient [2020-11-03T23:21:57.766Z] === CONT TestDaemonHostGatewayIP [2020-11-03T23:21:57.766Z] === CONT TestDaemonRestartIpcMode [2020-11-03T23:21:57.766Z] --- PASS: TestIpcModeOlderClient (0.22s) [2020-11-03T23:21:57.766Z] === CONT TestContainerKillOnDaemonStart [2020-11-03T23:21:58.181Z] .....INFO: Daemon under test started and replied! [2020-11-03T23:21:58.181Z] INFO: Docker version of the daemon under test [2020-11-03T23:21:58.181Z] [2020-11-03T23:21:58.181Z] Client: [2020-11-03T23:21:58.181Z] Version: 17.06.2-ce [2020-11-03T23:21:58.181Z] API version: 1.30 [2020-11-03T23:21:58.181Z] Go version: go1.8.3 [2020-11-03T23:21:58.181Z] Git commit: cec0b72 [2020-11-03T23:21:58.181Z] Built: Tue Sep 5 19:57:19 2017 [2020-11-03T23:21:58.181Z] OS/Arch: windows/amd64 [2020-11-03T23:21:58.181Z] [2020-11-03T23:21:58.181Z] Server: [2020-11-03T23:21:58.181Z] Version: 0.0.0-dev [2020-11-03T23:21:58.181Z] API version: 1.41 (minimum version 1.24) [2020-11-03T23:21:58.181Z] Go version: go1.13.15 [2020-11-03T23:21:58.181Z] Git commit: 65dfb5f2d9 [2020-11-03T23:21:58.181Z] Built: 11/03/2020 23:19:35 [2020-11-03T23:21:58.181Z] OS/Arch: windows/amd64 [2020-11-03T23:21:58.181Z] Experimental: false [2020-11-03T23:21:58.181Z] [2020-11-03T23:21:58.181Z] INFO: Docker info of the daemon under test [2020-11-03T23:21:58.181Z] [2020-11-03T23:21:58.181Z] Containers: 0 [2020-11-03T23:21:58.181Z] Running: 0 [2020-11-03T23:21:58.181Z] Paused: 0 [2020-11-03T23:21:58.181Z] Stopped: 0 [2020-11-03T23:21:58.181Z] Images: 0 [2020-11-03T23:21:58.181Z] Server Version: 0.0.0-dev [2020-11-03T23:21:58.181Z] Storage Driver: windowsfilter [2020-11-03T23:21:58.181Z] Windows: [2020-11-03T23:21:58.181Z] Logging Driver: json-file [2020-11-03T23:21:58.181Z] Plugins: [2020-11-03T23:21:58.181Z] Volume: local [2020-11-03T23:21:58.181Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-03T23:21:58.181Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-03T23:21:58.181Z] Swarm: inactive [2020-11-03T23:21:58.181Z] Default Isolation: process [2020-11-03T23:21:58.181Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-03T23:21:58.181Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-11-03T23:21:58.181Z] OSType: windows [2020-11-03T23:21:58.181Z] Architecture: x86_64 [2020-11-03T23:21:58.181Z] CPUs: 4 [2020-11-03T23:21:58.181Z] Total Memory: 32GiB [2020-11-03T23:21:58.181Z] Name: azwin-2-548740 [2020-11-03T23:21:58.181Z] ID: 7OWY:DVOY:RPHJ:WKMD:3UTQ:XRJG:IWUB:Q6PG:VVTN:ZUBX:LPVC:KDCJ [2020-11-03T23:21:58.181Z] Docker Root Dir: D:\CI\PR-41604\4\daemon [2020-11-03T23:21:58.181Z] Debug Mode (client): false [2020-11-03T23:21:58.181Z] Debug Mode (server): true [2020-11-03T23:21:58.181Z] File Descriptors: -1 [2020-11-03T23:21:58.181Z] Goroutines: 17 [2020-11-03T23:21:58.181Z] System Time: 2020-11-03T23:21:55.5193108Z [2020-11-03T23:21:58.181Z] EventsListeners: 0 [2020-11-03T23:21:58.181Z] Registry: https://index.docker.io/v1/ [2020-11-03T23:21:58.181Z] Labels: [2020-11-03T23:21:58.181Z] Experimental: false [2020-11-03T23:21:58.181Z] Insecure Registries: [2020-11-03T23:21:58.181Z] 127.0.0.0/8 [2020-11-03T23:21:58.181Z] Live Restore Enabled: false [2020-11-03T23:21:58.181Z] [2020-11-03T23:21:58.181Z] [2020-11-03T23:21:58.181Z] INFO: Docker images of the daemon under test [2020-11-03T23:21:58.181Z] [2020-11-03T23:21:58.181Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-11-03T23:21:58.181Z] [2020-11-03T23:21:58.181Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-11-03T23:21:58.181Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-11-03T23:21:58.181Z] ltsc2019: Pulling from windows/servercore [2020-11-03T23:21:58.181Z] 4612f6d0b889: Pulling fs layer [2020-11-03T23:21:58.181Z] 406ffb8432a7: Pulling fs layer [2020-11-03T23:21:58.306Z] --- PASS: TestBuildSquashParent (4.52s) [2020-11-03T23:21:58.306Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-03T23:21:58.306Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-03T23:21:58.306Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-03T23:21:58.306Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-03T23:21:58.306Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-03T23:21:58.306Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-03T23:21:58.306Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-03T23:21:58.306Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-03T23:21:58.306Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-03T23:21:58.306Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-03T23:21:58.306Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-03T23:21:58.306Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-03T23:21:58.306Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-03T23:21:58.306Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-03T23:21:58.306Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-03T23:21:58.306Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-03T23:21:58.306Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-03T23:21:59.767Z] --- PASS: TestCreateServiceConfigFileMode (3.55s) [2020-11-03T23:21:59.767Z] === RUN TestCreateServiceSysctls [2020-11-03T23:22:00.490Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-03T23:22:00.884Z] === RUN TestDockerSuite/TestBuildExpose [2020-11-03T23:22:00.884Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-11-03T23:22:01.087Z] --- PASS: TestContainerStartOnDaemonRestart (3.42s) [2020-11-03T23:22:01.087Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-03T23:22:01.087Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-03T23:22:01.426Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 14.7% of statements [2020-11-03T23:22:01.454Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-11-03T23:22:01.664Z] --- PASS: TestDaemonRestartIpcMode (4.16s) [2020-11-03T23:22:01.715Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-11-03T23:22:02.237Z] --- PASS: TestDaemonHostGatewayIP (4.59s) [2020-11-03T23:22:02.288Z] === RUN TestDockerSuite/TestBuildFails [2020-11-03T23:22:02.603Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-11-03T23:22:02.603Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.30s) [2020-11-03T23:22:02.603Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.46s) [2020-11-03T23:22:02.603Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.87s) [2020-11-03T23:22:02.603Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.87s) [2020-11-03T23:22:02.603Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.85s) [2020-11-03T23:22:02.603Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.77s) [2020-11-03T23:22:02.603Z] === RUN TestBuildMultiStageCopy [2020-11-03T23:22:02.603Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-03T23:22:02.802Z] ok github.com/docker/docker/api/server/middleware 0.011s coverage: 37.7% of statements [2020-11-03T23:22:02.802Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-03T23:22:02.802Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-03T23:22:02.802Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-03T23:22:02.860Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-11-03T23:22:03.121Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-11-03T23:22:03.369Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-03T23:22:03.370Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-03T23:22:03.370Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-03T23:22:03.370Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-03T23:22:03.370Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-03T23:22:03.628Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-03T23:22:04.031Z] 406ffb8432a7: Verifying Checksum [2020-11-03T23:22:04.031Z] 406ffb8432a7: Download complete [2020-11-03T23:22:04.116Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-03T23:22:04.295Z] --- PASS: TestCreateServiceSysctls (4.39s) [2020-11-03T23:22:04.295Z] === RUN TestCreateServiceCapabilities [2020-11-03T23:22:04.412Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-03T23:22:04.506Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-11-03T23:22:04.506Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-11-03T23:22:04.564Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-03T23:22:04.564Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-03T23:22:04.706Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-03T23:22:04.999Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-03T23:22:05.078Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-11-03T23:22:05.133Z] ok github.com/docker/docker/api/server/router/swarm 0.006s coverage: 5.7% of statements [2020-11-03T23:22:05.133Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-03T23:22:05.133Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-03T23:22:05.133Z] ? github.com/docker/docker/api/types [no test files] [2020-11-03T23:22:05.133Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-03T23:22:05.133Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-03T23:22:05.133Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-03T23:22:05.133Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-03T23:22:05.644Z] --- PASS: TestBuildMultiStageCopy (2.80s) [2020-11-03T23:22:05.644Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.53s) [2020-11-03T23:22:05.644Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.30s) [2020-11-03T23:22:05.644Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.30s) [2020-11-03T23:22:05.644Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.34s) [2020-11-03T23:22:05.644Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.33s) [2020-11-03T23:22:05.644Z] === RUN TestBuildMultiStageParentConfig [2020-11-03T23:22:05.701Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2020-11-03T23:22:05.701Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2020-11-03T23:22:05.701Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-03T23:22:05.701Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-03T23:22:05.701Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-03T23:22:05.701Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-03T23:22:05.701Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-03T23:22:05.701Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-03T23:22:05.701Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-03T23:22:05.961Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2020-11-03T23:22:05.961Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 75.0% of statements [2020-11-03T23:22:05.961Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-03T23:22:05.961Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-03T23:22:05.961Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-03T23:22:05.961Z] ? github.com/docker/docker/builder [no test files] [2020-11-03T23:22:05.961Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-03T23:22:05.961Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-03T23:22:05.961Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-03T23:22:05.961Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-03T23:22:05.961Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-03T23:22:05.961Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-03T23:22:05.961Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-03T23:22:06.688Z] --- PASS: TestBuildMultiStageParentConfig (1.00s) [2020-11-03T23:22:06.688Z] === RUN TestBuildLabelWithTargets [2020-11-03T23:22:06.898Z] ok github.com/docker/docker/builder/dockerignore 0.004s coverage: 96.8% of statements [2020-11-03T23:22:07.731Z] --- PASS: TestBuildLabelWithTargets (1.27s) [2020-11-03T23:22:07.731Z] === RUN TestBuildWithEmptyLayers [2020-11-03T23:22:07.817Z] --- PASS: TestCreateServiceCapabilities (3.59s) [2020-11-03T23:22:07.817Z] === RUN TestInspect [2020-11-03T23:22:08.370Z] --- PASS: TestBuildWithEmptyLayers (0.65s) [2020-11-03T23:22:08.370Z] === RUN TestBuildMultiStageOnBuild [2020-11-03T23:22:08.379Z] === RUN TestDockerSuite/TestBuildForceRm [2020-11-03T23:22:09.320Z] === RUN TestDockerSuite/TestBuildFromGit [2020-11-03T23:22:10.186Z] ok github.com/docker/docker/builder/dockerfile 0.164s coverage: 48.0% of statements [2020-11-03T23:22:10.186Z] ok github.com/docker/docker/builder/remotecontext 0.103s coverage: 13.6% of statements [2020-11-03T23:22:10.451Z] --- PASS: TestBuildMultiStageOnBuild (1.77s) [2020-11-03T23:22:10.451Z] === RUN TestBuildUncleanTarFilenames [2020-11-03T23:22:10.704Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-11-03T23:22:10.844Z] --- PASS: TestInfoAPIWarnings (17.36s) [2020-11-03T23:22:10.844Z] === RUN TestInfoDebug [2020-11-03T23:22:10.965Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-11-03T23:22:11.088Z] --- PASS: TestBuildUncleanTarFilenames (0.89s) [2020-11-03T23:22:11.088Z] === RUN TestBuildMultiStageLayerLeak [2020-11-03T23:22:11.121Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-11-03T23:22:11.409Z] --- PASS: TestInfoDebug (1.53s) [2020-11-03T23:22:11.410Z] === RUN TestInfoInsecureRegistries [2020-11-03T23:22:11.510Z] --- PASS: TestInspect (3.83s) [2020-11-03T23:22:11.510Z] === RUN TestCreateJob [2020-11-03T23:22:11.535Z] --- PASS: TestImportExtremelyLargeImageWorks (199.68s) [2020-11-03T23:22:11.536Z] PASS [2020-11-03T23:22:11.536Z] [2020-11-03T23:22:11.536Z] DONE 12 tests in 203.615s [2020-11-03T23:22:11.536Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-11-03T23:22:11.536Z] ++ 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-03T23:22:11.536Z] ++ set -e [2020-11-03T23:22:11.536Z] ++ '[' -n 0 ']' [2020-11-03T23:22:11.536Z] ++ set -x [2020-11-03T23:22:11.536Z] ++ env -i DEST=/go/src/github.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-03T23:22:11.796Z] INFO: Testing against a local daemon [2020-11-03T23:22:11.796Z] === RUN TestNetworkCreateDelete [2020-11-03T23:22:12.057Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-11-03T23:22:12.057Z] --- PASS: TestNetworkCreateDelete (0.18s) [2020-11-03T23:22:12.057Z] === RUN TestDockerNetworkDeletePreferID [2020-11-03T23:22:12.058Z] ok github.com/docker/docker/builder/remotecontext/git 1.304s coverage: 86.3% of statements [2020-11-03T23:22:12.058Z] ? github.com/docker/docker/cli [no test files] [2020-11-03T23:22:12.058Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-03T23:22:12.246Z] --- PASS: TestContainerKillOnDaemonStart (12.95s) [2020-11-03T23:22:12.246Z] PASS [2020-11-03T23:22:12.246Z] [2020-11-03T23:22:12.246Z] === Skipped [2020-11-03T23:22:12.246Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-11-03T23:22:12.246Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-03T23:22:12.246Z] [2020-11-03T23:22:12.246Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-03T23:22:12.246Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:22:12.246Z] [2020-11-03T23:22:12.246Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-03T23:22:12.246Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:22:12.246Z] [2020-11-03T23:22:12.246Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-03T23:22:12.246Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-03T23:22:12.246Z] [2020-11-03T23:22:12.246Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-11-03T23:22:12.246Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-03T23:22:12.246Z] [2020-11-03T23:22:12.246Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-11-03T23:22:12.246Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-03T23:22:12.246Z] [2020-11-03T23:22:12.246Z] [2020-11-03T23:22:12.246Z] DONE 193 tests, 6 skipped in 137.027s [2020-11-03T23:22:12.246Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-11-03T23:22:12.246Z] ++ 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-03T23:22:12.246Z] ++ set -e [2020-11-03T23:22:12.246Z] ++ '[' -n 0 ']' [2020-11-03T23:22:12.246Z] ++ set -x [2020-11-03T23:22:12.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-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-03T23:22:12.246Z] INFO: Testing against a local daemon [2020-11-03T23:22:12.246Z] === RUN TestCommitInheritsEnv [2020-11-03T23:22:12.246Z] --- PASS: TestCommitInheritsEnv (0.56s) [2020-11-03T23:22:12.246Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-03T23:22:12.246Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-11-03T23:22:12.246Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-11-03T23:22:12.246Z] === RUN TestImagesFilterMultiReference [2020-11-03T23:22:12.246Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-11-03T23:22:12.246Z] === RUN TestImagePullPlatformInvalid [2020-11-03T23:22:12.246Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-11-03T23:22:12.246Z] === RUN TestRemoveImageOrphaning [2020-11-03T23:22:12.246Z] --- PASS: TestRemoveImageOrphaning (0.54s) [2020-11-03T23:22:12.246Z] === RUN TestRemoveImageGarbageCollector [2020-11-03T23:22:12.247Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-03T23:22:12.247Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:22:12.247Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-03T23:22:12.247Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-11-03T23:22:12.247Z] === RUN TestTagInvalidReference [2020-11-03T23:22:12.247Z] --- PASS: TestTagInvalidReference (0.03s) [2020-11-03T23:22:12.247Z] === RUN TestTagValidPrefixedRepo [2020-11-03T23:22:12.247Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-11-03T23:22:12.247Z] === RUN TestTagExistedNameWithoutForce [2020-11-03T23:22:12.247Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-11-03T23:22:12.247Z] === RUN TestTagOfficialNames [2020-11-03T23:22:12.317Z] --- PASS: TestDockerNetworkDeletePreferID (0.46s) [2020-11-03T23:22:12.317Z] === RUN TestDaemonDNSFallback [2020-11-03T23:22:12.509Z] --- PASS: TestTagOfficialNames (0.07s) [2020-11-03T23:22:12.509Z] === RUN TestTagMatchesDigest [2020-11-03T23:22:12.509Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-11-03T23:22:12.509Z] PASS [2020-11-03T23:22:12.509Z] [2020-11-03T23:22:12.509Z] === Skipped [2020-11-03T23:22:12.509Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-11-03T23:22:12.509Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-11-03T23:22:12.509Z] [2020-11-03T23:22:12.509Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-03T23:22:12.509Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:22:12.509Z] [2020-11-03T23:22:12.509Z] [2020-11-03T23:22:12.509Z] DONE 12 tests, 2 skipped in 1.720s [2020-11-03T23:22:12.509Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-11-03T23:22:12.509Z] ++ 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-03T23:22:12.509Z] ++ set -e [2020-11-03T23:22:12.509Z] ++ '[' -n 0 ']' [2020-11-03T23:22:12.509Z] ++ set -x [2020-11-03T23:22:12.509Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03T23:22:12.509Z] INFO: Testing against a local daemon [2020-11-03T23:22:12.509Z] === RUN TestNetworkCreateDelete [2020-11-03T23:22:13.083Z] --- PASS: TestNetworkCreateDelete (0.41s) [2020-11-03T23:22:13.083Z] === RUN TestDockerNetworkDeletePreferID [2020-11-03T23:22:13.175Z] --- PASS: TestBuildMultiStageLayerLeak (1.87s) [2020-11-03T23:22:13.175Z] === RUN TestBuildWithHugeFile [2020-11-03T23:22:13.309Z] --- PASS: TestInfoInsecureRegistries (1.52s) [2020-11-03T23:22:13.309Z] === RUN TestInfoRegistryMirrors [2020-11-03T23:22:13.704Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-11-03T23:22:14.030Z] --- PASS: TestDockerNetworkDeletePreferID (1.17s) [2020-11-03T23:22:14.030Z] === RUN TestDaemonDNSFallback [2020-11-03T23:22:14.274Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-11-03T23:22:14.534Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-11-03T23:22:14.683Z] --- PASS: TestInfoRegistryMirrors (1.52s) [2020-11-03T23:22:14.684Z] === RUN TestLoginFailsWithBadCredentials [2020-11-03T23:22:14.684Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s) [2020-11-03T23:22:14.684Z] === RUN TestPingCacheHeaders [2020-11-03T23:22:14.684Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-11-03T23:22:14.684Z] === RUN TestPingGet [2020-11-03T23:22:14.684Z] --- PASS: TestPingGet (0.01s) [2020-11-03T23:22:14.684Z] === RUN TestPingHead [2020-11-03T23:22:14.943Z] --- PASS: TestPingHead (0.02s) [2020-11-03T23:22:14.943Z] === RUN TestVersion [2020-11-03T23:22:14.943Z] --- PASS: TestVersion (0.03s) [2020-11-03T23:22:14.943Z] PASS [2020-11-03T23:22:14.943Z] [2020-11-03T23:22:14.943Z] === Skipped [2020-11-03T23:22:14.943Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-03T23:22:14.943Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-03T23:22:14.943Z] [2020-11-03T23:22:14.943Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-11-03T23:22:14.943Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-03T23:22:14.943Z] [2020-11-03T23:22:14.943Z] [2020-11-03T23:22:14.943Z] DONE 18 tests, 2 skipped in 27.927s [2020-11-03T23:22:14.943Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-11-03T23:22:14.943Z] INFO: Testing against a local daemon [2020-11-03T23:22:14.943Z] === RUN TestVolumesCreateAndList [2020-11-03T23:22:14.943Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-11-03T23:22:14.943Z] === RUN TestVolumesRemove [2020-11-03T23:22:15.201Z] --- PASS: TestVolumesRemove (0.05s) [2020-11-03T23:22:15.201Z] === RUN TestVolumesInspect [2020-11-03T23:22:15.201Z] --- PASS: TestVolumesInspect (0.02s) [2020-11-03T23:22:15.201Z] === RUN TestVolumesInvalidJSON [2020-11-03T23:22:15.201Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-03T23:22:15.201Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-03T23:22:15.201Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-03T23:22:15.201Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-11-03T23:22:15.201Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-03T23:22:15.201Z] PASS [2020-11-03T23:22:15.201Z] [2020-11-03T23:22:15.201Z] DONE 5 tests in 0.246s [2020-11-03T23:22:15.201Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-03T23:22:15.201Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 11998 is not a child of this shell [2020-11-03T23:22:15.201Z] warning: PID 11998 from bundles/test-integration/docker.pid had a nonzero exit code [2020-11-03T23:22:15.201Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-03T23:22:15.201Z] [2020-11-03T23:22:15.201Z] Unloading profiles will leave already running processes permanently [2020-11-03T23:22:15.201Z] unconfined, which can lead to unexpected situations. [2020-11-03T23:22:15.201Z] [2020-11-03T23:22:15.201Z] To set a process to complain mode, use the command line tool [2020-11-03T23:22:15.201Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-03T23:22:15.201Z] Removing test suite binaries [2020-11-03T23:22:15.348Z] ok github.com/docker/docker/client 0.143s coverage: 75.4% of statements [2020-11-03T23:22:15.459Z] exiting test-integration [2020-11-03T23:22:15.459Z] ++ exit 0 [2020-11-03T23:22:15.916Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-11-03T23:22:16.011Z] --- PASS: TestCreateJob (4.53s) [2020-11-03T23:22:16.011Z] === RUN TestReplicatedJob [2020-11-03T23:22:16.393Z] [2020-11-03T23:22:16.495Z] 4612f6d0b889: Verifying Checksum [2020-11-03T23:22:16.495Z] 4612f6d0b889: Download complete [2020-11-03T23:22:17.300Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume Post stage [Pipeline] junit [2020-11-03T23:22:17.782Z] Recording test results [2020-11-03T23:22:17.870Z] === RUN TestDockerSuite/TestBuildHistory [2020-11-03T23:22:19.267Z] --- PASS: TestDaemonDNSFallback (6.90s) [2020-11-03T23:22:19.267Z] === RUN TestInspectNetwork [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-03T23:22:19.951Z] + echo Ensuring container killed. [2020-11-03T23:22:19.951Z] Ensuring container killed. [2020-11-03T23:22:19.951Z] + docker rm -vf docker-pr4 [2020-11-03T23:22:19.951Z] Error: No such container: docker-pr4 [2020-11-03T23:22:19.951Z] + true [Pipeline] sh [2020-11-03T23:22:20.235Z] + echo Chowning /workspace to jenkins user [2020-11-03T23:22:20.235Z] Chowning /workspace to jenkins user [2020-11-03T23:22:20.235Z] + id -u [2020-11-03T23:22:20.235Z] + id -g [2020-11-03T23:22:20.235Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41604:/workspace busybox chown -R 1000:1000 /workspace [2020-11-03T23:22:20.235Z] Unable to find image 'busybox:latest' locally [2020-11-03T23:22:20.235Z] latest: Pulling from library/busybox [2020-11-03T23:22:20.493Z] 9758c28807f2: Pulling fs layer [2020-11-03T23:22:21.812Z] === RUN TestDockerSuite/TestBuildIidFile [2020-11-03T23:22:22.180Z] --- PASS: TestDaemonDNSFallback (7.45s) [2020-11-03T23:22:22.180Z] === RUN TestInspectNetwork [2020-11-03T23:22:22.385Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-11-03T23:22:22.646Z] === RUN TestDockerSuite/TestBuildInheritance [2020-11-03T23:22:23.216Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-11-03T23:22:23.476Z] === RUN TestInspectNetwork/full_network_id [2020-11-03T23:22:23.476Z] === RUN TestInspectNetwork/partial_network_id [2020-11-03T23:22:23.476Z] === RUN TestInspectNetwork/network_name [2020-11-03T23:22:23.476Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-03T23:22:23.738Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-11-03T23:22:23.738Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-11-03T23:22:24.310Z] === RUN TestDockerSuite/TestBuildLabel [2020-11-03T23:22:24.480Z] --- PASS: TestReplicatedJob (7.45s) [2020-11-03T23:22:24.480Z] === RUN TestUpdateReplicatedJob [2020-11-03T23:22:24.571Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-11-03T23:22:24.832Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-11-03T23:22:25.092Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-11-03T23:22:25.352Z] === RUN TestDockerSuite/TestBuildLabels [2020-11-03T23:22:25.613Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-11-03T23:22:25.613Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-11-03T23:22:25.757Z] 9758c28807f2: Verifying Checksum [2020-11-03T23:22:25.757Z] 9758c28807f2: Download complete [2020-11-03T23:22:25.757Z] 9758c28807f2: Pull complete [2020-11-03T23:22:25.757Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-11-03T23:22:25.757Z] Status: Downloaded newer image for busybox:latest [2020-11-03T23:22:26.556Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-11-03T23:22:26.556Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-11-03T23:22:27.477Z] === RUN TestInspectNetwork/full_network_id [2020-11-03T23:22:27.477Z] === RUN TestInspectNetwork/partial_network_id [2020-11-03T23:22:27.477Z] === RUN TestInspectNetwork/network_name [2020-11-03T23:22:27.477Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-03T23:22:27.940Z] --- PASS: TestInspectNetwork (8.45s) [2020-11-03T23:22:27.940Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-03T23:22:27.940Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-03T23:22:27.940Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-03T23:22:27.940Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-03T23:22:27.940Z] === RUN TestRunContainerWithBridgeNone [2020-11-03T23:22:27.955Z] + bundleName=amd64-rootless [2020-11-03T23:22:27.955Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-11-03T23:22:27.955Z] Creating amd64-rootless-bundles.tar.gz [2020-11-03T23:22:27.955Z] + 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-03T23:22:27.955Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2020-11-03T23:22:27.966Z] Archiving artifacts [2020-11-03T23:22:28.076Z] --- PASS: TestUpdateReplicatedJob (4.51s) [2020-11-03T23:22:28.076Z] === RUN TestServiceListWithStatuses [2020-11-03T23:22:28.076Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2020-11-03T23:22:28.076Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-03T23:22:28.076Z] === RUN TestDockerNetworkConnectAlias [2020-11-03T23:22:29.650Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41604/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-03T23:22:29.854Z] === RUN TestDockerSuite/TestBuildLastModified [2020-11-03T23:22:29.968Z] + make clean [2020-11-03T23:22:30.115Z] --- PASS: TestRunContainerWithBridgeNone (2.43s) [2020-11-03T23:22:30.115Z] === RUN TestNetworkInvalidJSON [2020-11-03T23:22:30.115Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-03T23:22:30.115Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-03T23:22:30.115Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-03T23:22:30.115Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-03T23:22:30.115Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-03T23:22:30.115Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-03T23:22:30.115Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-03T23:22:30.115Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-03T23:22:30.115Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-03T23:22:30.115Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-11-03T23:22:30.115Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-03T23:22:30.115Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2020-11-03T23:22:30.115Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-03T23:22:30.115Z] === RUN TestHostIPv4BridgeLabel [2020-11-03T23:22:30.227Z] docker volume rm -f docker-dev-cache [2020-11-03T23:22:30.227Z] docker-dev-cache [Pipeline] deleteDir [2020-11-03T23:22:30.686Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2020-11-03T23:22:30.686Z] === RUN TestDaemonRestartWithLiveRestore [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-03T23:22:31.690Z] --- PASS: TestInspectNetwork (9.47s) [2020-11-03T23:22:31.690Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-03T23:22:31.690Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-03T23:22:31.690Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-03T23:22:31.690Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-03T23:22:31.690Z] === RUN TestRunContainerWithBridgeNone [2020-11-03T23:22:32.069Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2020-11-03T23:22:32.069Z] === RUN TestDaemonDefaultNetworkPools [2020-11-03T23:22:32.639Z] --- PASS: TestDaemonDefaultNetworkPools (0.70s) [2020-11-03T23:22:32.639Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-03T23:22:33.626Z] --- PASS: TestRunContainerWithBridgeNone (2.46s) [2020-11-03T23:22:33.627Z] === RUN TestNetworkInvalidJSON [2020-11-03T23:22:33.627Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-03T23:22:33.627Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-03T23:22:33.627Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-03T23:22:33.627Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-03T23:22:33.627Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-03T23:22:33.627Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-03T23:22:33.627Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-03T23:22:33.627Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-03T23:22:33.627Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-03T23:22:33.627Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-11-03T23:22:33.627Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-03T23:22:33.627Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-03T23:22:33.627Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-03T23:22:33.627Z] === RUN TestHostIPv4BridgeLabel [2020-11-03T23:22:34.024Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.22s) [2020-11-03T23:22:34.024Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-03T23:22:34.285Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-11-03T23:22:34.589Z] --- PASS: TestHostIPv4BridgeLabel (0.82s) [2020-11-03T23:22:34.589Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-03T23:22:35.227Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.31s) [2020-11-03T23:22:35.227Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-03T23:22:35.798Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2020-11-03T23:22:35.798Z] === RUN TestServiceWithPredefinedNetwork [2020-11-03T23:22:35.980Z] --- PASS: TestDaemonRestartWithLiveRestore (1.41s) [2020-11-03T23:22:35.980Z] === RUN TestDaemonDefaultNetworkPools [2020-11-03T23:22:36.609Z] --- PASS: TestDockerNetworkConnectAlias (8.01s) [2020-11-03T23:22:36.609Z] === RUN TestDockerNetworkReConnect [2020-11-03T23:22:36.927Z] --- PASS: TestDaemonDefaultNetworkPools (1.25s) [2020-11-03T23:22:36.927Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-03T23:22:37.190Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-11-03T23:22:37.190Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-11-03T23:22:37.190Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-11-03T23:22:37.452Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-11-03T23:22:37.452Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-11-03T23:22:37.712Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-11-03T23:22:37.974Z] --- PASS: TestServiceWithPredefinedNetwork (2.43s) [2020-11-03T23:22:37.974Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-03T23:22:37.974Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-03T23:22:37.974Z] service_test.go:236: FLAKY_TEST [2020-11-03T23:22:37.974Z] === RUN TestServiceWithDataPathPortInit [2020-11-03T23:22:39.371Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-11-03T23:22:39.480Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.97s) [2020-11-03T23:22:39.480Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-03T23:22:40.771Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-11-03T23:22:41.401Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.40s) [2020-11-03T23:22:41.402Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-03T23:22:42.348Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.84s) [2020-11-03T23:22:42.348Z] === RUN TestServiceWithPredefinedNetwork [2020-11-03T23:22:43.316Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-11-03T23:22:43.492Z] --- PASS: TestDockerNetworkReConnect (6.80s) [2020-11-03T23:22:43.492Z] === RUN TestServicePlugin [2020-11-03T23:22:43.492Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-03T23:22:43.492Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:22:43.492Z] === RUN TestServiceUpdateLabel [2020-11-03T23:22:43.576Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-11-03T23:22:43.838Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-11-03T23:22:45.660Z] --- PASS: TestServiceWithPredefinedNetwork (2.80s) [2020-11-03T23:22:45.660Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-03T23:22:45.660Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-03T23:22:45.660Z] service_test.go:236: FLAKY_TEST [2020-11-03T23:22:45.660Z] === RUN TestServiceWithDataPathPortInit [2020-11-03T23:22:47.005Z] --- PASS: TestServiceUpdateLabel (3.63s) [2020-11-03T23:22:47.005Z] === RUN TestServiceUpdateSecrets [2020-11-03T23:22:51.977Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-11-03T23:22:53.889Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-11-03T23:22:53.889Z] --- PASS: TestServiceWithDataPathPortInit (15.92s) [2020-11-03T23:22:53.889Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-03T23:22:54.460Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-11-03T23:22:56.375Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-11-03T23:22:56.375Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-11-03T23:22:59.676Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-11-03T23:22:59.937Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-11-03T23:23:01.850Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-11-03T23:23:01.850Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-11-03T23:23:02.053Z] ok github.com/docker/docker/cmd/dockerd 0.116s coverage: 29.1% of statements [2020-11-03T23:23:02.053Z] ok github.com/docker/docker/container 0.124s coverage: 34.7% of statements [2020-11-03T23:23:02.053Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-03T23:23:02.053Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-03T23:23:02.053Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-03T23:23:02.053Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-03T23:23:02.111Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.06s) [2020-11-03T23:23:02.111Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:kf6mdff8hgmtw5p5wp249lgyu Created:2020-11-03 23:22:55.683889011 +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[796d765e5455a1577464550496322f265ad6c19a0e023fddcc1e163da356c3c8:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.lfnj36bapx22zf9jtzyhufjaz EndpointID:2ae641f4fda1b2dc73270e98a83c27edc5913d70a76dbb1a27307d305669ef40 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:048535d55df13739d52e7c425860d890f49760687cfbe5509e0a8f0cd8beb8b4 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:0b94020eadeb IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.lfnj36bapx22zf9jtzyhufjaz EndpointID:2ae641f4fda1b2dc73270e98a83c27edc5913d70a76dbb1a27307d305669ef40 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-03T23:23:02.111Z] PASS [2020-11-03T23:23:02.111Z] [2020-11-03T23:23:02.111Z] === Skipped [2020-11-03T23:23:02.111Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-03T23:23:02.111Z] service_test.go:236: FLAKY_TEST [2020-11-03T23:23:02.111Z] [2020-11-03T23:23:02.111Z] [2020-11-03T23:23:02.111Z] DONE 23 tests, 1 skipped in 50.454s [2020-11-03T23:23:02.111Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-03T23:23:02.111Z] ++ 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-03T23:23:02.111Z] ++ set -e [2020-11-03T23:23:02.111Z] ++ '[' -n 0 ']' [2020-11-03T23:23:02.111Z] ++ set -x [2020-11-03T23:23:02.111Z] ++ env -i DEST=/go/src/github.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-03T23:23:02.111Z] INFO: Testing against a local daemon [2020-11-03T23:23:02.111Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-03T23:23:02.331Z] --- PASS: TestServiceUpdateSecrets (15.69s) [2020-11-03T23:23:02.331Z] === RUN TestServiceUpdateConfigs [2020-11-03T23:23:02.372Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-11-03T23:23:02.372Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:23:02.372Z] === RUN TestDockerNetworkIpvlan [2020-11-03T23:23:02.372Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-03T23:23:02.372Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:23:02.372Z] PASS [2020-11-03T23:23:02.372Z] [2020-11-03T23:23:02.372Z] === Skipped [2020-11-03T23:23:02.372Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-11-03T23:23:02.372Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:23:02.372Z] [2020-11-03T23:23:02.372Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-03T23:23:02.372Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:23:02.372Z] [2020-11-03T23:23:02.372Z] [2020-11-03T23:23:02.372Z] DONE 2 tests, 2 skipped in 0.165s [2020-11-03T23:23:02.372Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-03T23:23:02.372Z] ++ 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-03T23:23:02.372Z] ++ set -e [2020-11-03T23:23:02.372Z] ++ '[' -n 0 ']' [2020-11-03T23:23:02.372Z] ++ set -x [2020-11-03T23:23:02.372Z] ++ env -i DEST=/go/src/github.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-03T23:23:02.372Z] INFO: Testing against a local daemon [2020-11-03T23:23:02.372Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-03T23:23:03.317Z] === RUN TestDockerSuite/TestBuildNetNone [2020-11-03T23:23:03.793Z] --- PASS: TestServiceWithDataPathPortInit (17.99s) [2020-11-03T23:23:03.793Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-03T23:23:03.890Z] === RUN TestDockerSuite/TestBuildNoContext [2020-11-03T23:23:03.890Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s) [2020-11-03T23:23:03.890Z] === RUN TestDockerNetworkMacvlan [2020-11-03T23:23:04.833Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-11-03T23:23:04.833Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-03T23:23:05.405Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-11-03T23:23:05.405Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-03T23:23:06.244Z] ok github.com/docker/docker/daemon/cluster 0.054s coverage: 0.5% of statements [2020-11-03T23:23:06.347Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-03T23:23:06.609Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-11-03T23:23:07.190Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-11-03T23:23:07.190Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-11-03T23:23:07.623Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2020-11-03T23:23:07.762Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-11-03T23:23:08.022Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-11-03T23:23:08.593Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-03T23:23:08.593Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-11-03T23:23:09.529Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2020-11-03T23:23:10.190Z] --- PASS: TestBuildWithHugeFile (54.00s) [2020-11-03T23:23:10.190Z] === RUN TestBuildWithEmptyDockerfile [2020-11-03T23:23:10.190Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-03T23:23:10.190Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-03T23:23:10.190Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-03T23:23:10.190Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-03T23:23:10.190Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-03T23:23:10.190Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-03T23:23:10.190Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-03T23:23:10.190Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-03T23:23:10.190Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-03T23:23:10.190Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2020-11-03T23:23:10.190Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.29s) [2020-11-03T23:23:10.190Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.29s) [2020-11-03T23:23:10.190Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.30s) [2020-11-03T23:23:10.190Z] === RUN TestBuildPreserveOwnership [2020-11-03T23:23:10.190Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-03T23:23:10.190Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-03T23:23:10.506Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-11-03T23:23:11.077Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-03T23:23:11.077Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-11-03T23:23:11.233Z] --- PASS: TestBuildPreserveOwnership (3.80s) [2020-11-03T23:23:11.233Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.48s) [2020-11-03T23:23:11.233Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.31s) [2020-11-03T23:23:11.233Z] === RUN TestBuildPlatformInvalid [2020-11-03T23:23:11.233Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2020-11-03T23:23:11.233Z] PASS [2020-11-03T23:23:11.233Z] [2020-11-03T23:23:11.233Z] === Skipped [2020-11-03T23:23:11.233Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-11-03T23:23:11.233Z] build_session_test.go:25: TODO: BuildKit [2020-11-03T23:23:11.233Z] [2020-11-03T23:23:11.233Z] [2020-11-03T23:23:11.233Z] DONE 32 tests, 1 skipped in 93.182s [2020-11-03T23:23:11.233Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-11-03T23:23:11.233Z] ++ 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-03T23:23:11.233Z] ++ set -e [2020-11-03T23:23:11.233Z] ++ '[' -n 0 ']' [2020-11-03T23:23:11.234Z] ++ set -x [2020-11-03T23:23:11.234Z] ++ env -i DEST=/go/src/github.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-03T23:23:11.234Z] INFO: Testing against a local daemon [2020-11-03T23:23:11.234Z] === RUN TestConfigInspect [2020-11-03T23:23:11.947Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.99s) [2020-11-03T23:23:11.948Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:yksvrlwrrovz666ziogos2ycc Created:2020-11-03 23:23:04.689869757 +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[ef5caad369bdb6111264ba074e4bce5521889fea757ed0e3a347109d0f20a4a3:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.j8opnl4579vj575ijwki1x024 EndpointID:675bfa1869ff4c598fc4f6420f20afe57cf744c1b0708974d504b771cff2339b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:e0e42007bfe37a2c40e98178aebcc0f0775c63efc637bfdd90915878fc365a08 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:803297f70fbb IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.j8opnl4579vj575ijwki1x024 EndpointID:675bfa1869ff4c598fc4f6420f20afe57cf744c1b0708974d504b771cff2339b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-03T23:23:11.948Z] PASS [2020-11-03T23:23:11.948Z] [2020-11-03T23:23:11.948Z] === Skipped [2020-11-03T23:23:11.948Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-03T23:23:11.948Z] service_test.go:236: FLAKY_TEST [2020-11-03T23:23:11.948Z] [2020-11-03T23:23:11.948Z] [2020-11-03T23:23:11.948Z] DONE 23 tests, 1 skipped in 59.597s [2020-11-03T23:23:11.948Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-03T23:23:11.948Z] ++ 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-03T23:23:11.948Z] ++ set -e [2020-11-03T23:23:11.948Z] ++ '[' -n 0 ']' [2020-11-03T23:23:11.948Z] ++ set -x [2020-11-03T23:23:11.948Z] ++ env -i DEST=/go/src/github.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-03T23:23:12.209Z] INFO: Testing against a local daemon [2020-11-03T23:23:12.209Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-03T23:23:12.209Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-03T23:23:12.209Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:23:12.209Z] === RUN TestDockerNetworkIpvlan [2020-11-03T23:23:12.209Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-03T23:23:12.209Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:23:12.209Z] PASS [2020-11-03T23:23:12.209Z] [2020-11-03T23:23:12.209Z] === Skipped [2020-11-03T23:23:12.209Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-03T23:23:12.210Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:23:12.210Z] [2020-11-03T23:23:12.210Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-03T23:23:12.210Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:23:12.210Z] [2020-11-03T23:23:12.210Z] [2020-11-03T23:23:12.210Z] DONE 2 tests, 2 skipped in 0.145s [2020-11-03T23:23:12.210Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-03T23:23:12.210Z] ++ 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-03T23:23:12.210Z] ++ set -e [2020-11-03T23:23:12.210Z] ++ '[' -n 0 ']' [2020-11-03T23:23:12.210Z] ++ set -x [2020-11-03T23:23:12.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-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-03T23:23:12.472Z] INFO: Testing against a local daemon [2020-11-03T23:23:12.472Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-03T23:23:13.313Z] --- PASS: TestConfigInspect (1.92s) [2020-11-03T23:23:13.313Z] === RUN TestConfigList [2020-11-03T23:23:13.626Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-11-03T23:23:14.392Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.14s) [2020-11-03T23:23:14.392Z] === RUN TestDockerNetworkMacvlan [2020-11-03T23:23:15.011Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-11-03T23:23:15.397Z] --- PASS: TestConfigList (1.92s) [2020-11-03T23:23:15.397Z] === RUN TestConfigsCreateAndDelete [2020-11-03T23:23:15.583Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-03T23:23:15.583Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-11-03T23:23:15.784Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-03T23:23:16.730Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-03T23:23:16.913Z] --- PASS: TestConfigsCreateAndDelete (1.88s) [2020-11-03T23:23:16.913Z] === RUN TestConfigsUpdate [2020-11-03T23:23:16.967Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-11-03T23:23:16.967Z] --- PASS: TestDockerNetworkMacvlan (13.08s) [2020-11-03T23:23:16.967Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-11-03T23:23:16.967Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2020-11-03T23:23:16.967Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.23s) [2020-11-03T23:23:16.967Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.21s) [2020-11-03T23:23:16.967Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.19s) [2020-11-03T23:23:16.967Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.14s) [2020-11-03T23:23:16.967Z] PASS [2020-11-03T23:23:16.967Z] [2020-11-03T23:23:16.967Z] DONE 8 tests in 14.672s [2020-11-03T23:23:16.967Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-03T23:23:16.967Z] ++ 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-03T23:23:16.967Z] ++ set -e [2020-11-03T23:23:16.967Z] ++ '[' -n 0 ']' [2020-11-03T23:23:16.967Z] ++ set -x [2020-11-03T23:23:16.967Z] ++ env -i DEST=/go/src/github.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-03T23:23:16.967Z] testing: warning: no tests to run [2020-11-03T23:23:16.967Z] PASS [2020-11-03T23:23:16.967Z] [2020-11-03T23:23:16.967Z] DONE 0 tests in 0.035s [2020-11-03T23:23:16.967Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-03T23:23:16.967Z] ++ 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-03T23:23:16.968Z] ++ set -e [2020-11-03T23:23:16.968Z] ++ '[' -n 0 ']' [2020-11-03T23:23:16.968Z] ++ set -x [2020-11-03T23:23:16.968Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-03T23:23:17.228Z] INFO: Testing against a local daemon [2020-11-03T23:23:17.228Z] === RUN TestAuthZPluginAllowRequest [2020-11-03T23:23:17.643Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.434s coverage: 14.1% of statements [2020-11-03T23:23:18.118Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-03T23:23:18.170Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-11-03T23:23:18.989Z] --- PASS: TestConfigsUpdate (1.90s) [2020-11-03T23:23:18.989Z] === RUN TestTemplatedConfig [2020-11-03T23:23:19.113Z] --- PASS: TestAuthZPluginAllowRequest (1.84s) [2020-11-03T23:23:19.113Z] === RUN TestAuthZPluginTLS [2020-11-03T23:23:19.547Z] ok github.com/docker/docker/daemon/config 0.028s coverage: 81.8% of statements [2020-11-03T23:23:19.686Z] --- PASS: TestAuthZPluginTLS (0.59s) [2020-11-03T23:23:19.687Z] === RUN TestAuthZPluginDenyRequest [2020-11-03T23:23:19.687Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-11-03T23:23:19.805Z] ok github.com/docker/docker/daemon 12.153s coverage: 17.2% of statements [2020-11-03T23:23:19.805Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-03T23:23:19.805Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-03T23:23:20.258Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-11-03T23:23:20.259Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-03T23:23:20.259Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-11-03T23:23:20.392Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2020-11-03T23:23:20.828Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2020-11-03T23:23:20.828Z] === RUN TestAuthZPluginDenyResponse [2020-11-03T23:23:20.892Z] --- PASS: TestServiceUpdateConfigs (15.80s) [2020-11-03T23:23:20.892Z] === RUN TestServiceUpdateNetwork [2020-11-03T23:23:20.960Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2020-11-03T23:23:20.960Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-03T23:23:20.960Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-03T23:23:21.401Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-11-03T23:23:21.401Z] === RUN TestAuthZPluginAllowEventStream [2020-11-03T23:23:21.428Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-03T23:23:21.741Z] --- PASS: TestTemplatedConfig (2.37s) [2020-11-03T23:23:21.741Z] === RUN TestConfigCreateResolve [2020-11-03T23:23:21.896Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2020-11-03T23:23:22.784Z] --- PASS: TestAuthZPluginAllowEventStream (1.45s) [2020-11-03T23:23:22.784Z] === RUN TestAuthZPluginErrorResponse [2020-11-03T23:23:23.044Z] === RUN TestDockerSuite/TestBuildPATH [2020-11-03T23:23:23.262Z] --- PASS: TestConfigCreateResolve (1.94s) [2020-11-03T23:23:23.262Z] === RUN TestConfigDaemonLibtrustID [2020-11-03T23:23:23.305Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2020-11-03T23:23:23.305Z] === RUN TestAuthZPluginErrorRequest [2020-11-03T23:23:23.877Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2020-11-03T23:23:23.877Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-03T23:23:23.899Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2020-11-03T23:23:23.899Z] PASS [2020-11-03T23:23:23.899Z] [2020-11-03T23:23:23.899Z] DONE 7 tests in 12.545s [2020-11-03T23:23:23.899Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-11-03T23:23:23.899Z] ++ 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-03T23:23:23.899Z] ++ set -e [2020-11-03T23:23:23.899Z] ++ '[' -n 0 ']' [2020-11-03T23:23:23.899Z] ++ set -x [2020-11-03T23:23:23.899Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03T23:23:23.899Z] INFO: Testing against a local daemon [2020-11-03T23:23:23.899Z] === RUN TestCheckpoint [2020-11-03T23:23:23.899Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-03T23:23:23.899Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-03T23:23:23.899Z] === RUN TestContainerInvalidJSON [2020-11-03T23:23:23.899Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-03T23:23:23.899Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-03T23:23:23.899Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-03T23:23:23.899Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-03T23:23:23.899Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-03T23:23:23.899Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-03T23:23:23.899Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-03T23:23:23.899Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-03T23:23:23.899Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-03T23:23:23.899Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-03T23:23:23.899Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-03T23:23:23.899Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-03T23:23:23.899Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-03T23:23:23.899Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-03T23:23:23.899Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2020-11-03T23:23:23.899Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-03T23:23:23.899Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2020-11-03T23:23:23.899Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-03T23:23:24.190Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2020-11-03T23:23:24.190Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-03T23:23:24.190Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2020-11-03T23:23:24.190Z] === RUN TestCopyFromContainer [2020-11-03T23:23:24.430Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.392s coverage: 73.1% of statements [2020-11-03T23:23:24.448Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2020-11-03T23:23:24.448Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-03T23:23:24.689Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.020s coverage: 2.9% of statements [2020-11-03T23:23:24.735Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-03T23:23:25.018Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-11-03T23:23:25.231Z] === RUN TestCopyFromContainer// [2020-11-03T23:23:25.526Z] === RUN TestCopyFromContainer//bar/root [2020-11-03T23:23:25.526Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-03T23:23:25.526Z] === RUN TestCopyFromContainer/bar/quux [2020-11-03T23:23:25.590Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-11-03T23:23:25.829Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-03T23:23:25.829Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-03T23:23:25.829Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-03T23:23:25.829Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-03T23:23:25.829Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-03T23:23:26.066Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.364s coverage: 56.2% of statements [2020-11-03T23:23:26.123Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-03T23:23:26.123Z] --- PASS: TestCopyFromContainer (1.96s) [2020-11-03T23:23:26.123Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-11-03T23:23:26.123Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2020-11-03T23:23:26.123Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-11-03T23:23:26.123Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2020-11-03T23:23:26.123Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-11-03T23:23:26.123Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2020-11-03T23:23:26.123Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2020-11-03T23:23:26.123Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-11-03T23:23:26.123Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-11-03T23:23:26.123Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2020-11-03T23:23:26.123Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-03T23:23:26.123Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-03T23:23:26.123Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-03T23:23:26.123Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-03T23:23:26.123Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-03T23:23:26.123Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-03T23:23:26.123Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-03T23:23:26.123Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-03T23:23:26.123Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-03T23:23:26.123Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-03T23:23:26.123Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-11-03T23:23:26.123Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-03T23:23:26.123Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-03T23:23:26.123Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-03T23:23:26.123Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-03T23:23:26.123Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-11-03T23:23:26.123Z] === RUN TestCreateWithInvalidEnv [2020-11-03T23:23:26.123Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-03T23:23:26.123Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-03T23:23:26.123Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-03T23:23:26.123Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-03T23:23:26.123Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-03T23:23:26.123Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-03T23:23:26.123Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-03T23:23:26.123Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-03T23:23:26.123Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-03T23:23:26.123Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-11-03T23:23:26.123Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-03T23:23:26.123Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-03T23:23:26.123Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-03T23:23:26.123Z] === RUN TestCreateTmpfsMountsTarget [2020-11-03T23:23:26.123Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-11-03T23:23:26.123Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-03T23:23:26.533Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.84s) [2020-11-03T23:23:26.533Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-03T23:23:26.533Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-11-03T23:23:27.759Z] --- PASS: TestCreateWithCustomMaskedPaths (1.56s) [2020-11-03T23:23:27.759Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-03T23:23:28.464Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.88s) [2020-11-03T23:23:28.464Z] === RUN TestAuthZPluginHeader [2020-11-03T23:23:28.607Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.015s coverage: 1.8% of statements [2020-11-03T23:23:29.034Z] --- PASS: TestAuthZPluginHeader (0.86s) [2020-11-03T23:23:29.034Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-03T23:23:29.274Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.55s) [2020-11-03T23:23:29.274Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-03T23:23:29.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-03T23:23:29.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-03T23:23:29.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-03T23:23:29.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-03T23:23:29.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-03T23:23:29.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-03T23:23:29.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-03T23:23:29.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-03T23:23:29.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-03T23:23:29.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-03T23:23:29.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-03T23:23:29.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-03T23:23:29.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-03T23:23:29.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-03T23:23:29.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-03T23:23:29.274Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-11-03T23:23:29.274Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-11-03T23:23:29.274Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2020-11-03T23:23:29.274Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-11-03T23:23:29.274Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-11-03T23:23:29.274Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-11-03T23:23:29.274Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-03T23:23:29.910Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.50s) [2020-11-03T23:23:29.910Z] === RUN TestCreateDifferentPlatform [2020-11-03T23:23:29.910Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-03T23:23:29.910Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-03T23:23:29.910Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-11-03T23:23:29.910Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-03T23:23:29.910Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-03T23:23:29.910Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-03T23:23:29.910Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-11-03T23:23:29.910Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-03T23:23:29.910Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2020-11-03T23:23:29.910Z] === RUN TestContainerStartOnDaemonRestart [2020-11-03T23:23:29.910Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-03T23:23:29.910Z] === RUN TestDaemonRestartIpcMode [2020-11-03T23:23:29.910Z] === PAUSE TestDaemonRestartIpcMode [2020-11-03T23:23:29.910Z] === RUN TestDaemonHostGatewayIP [2020-11-03T23:23:29.910Z] === PAUSE TestDaemonHostGatewayIP [2020-11-03T23:23:29.910Z] === RUN TestContainerKillOnDaemonStart [2020-11-03T23:23:29.910Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-03T23:23:29.910Z] === RUN TestDiff [2020-11-03T23:23:30.010Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.481s coverage: 46.2% of statements [2020-11-03T23:23:30.010Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-03T23:23:30.270Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.310s coverage: 49.5% of statements [2020-11-03T23:23:30.546Z] --- PASS: TestDiff (0.51s) [2020-11-03T23:23:30.546Z] === RUN TestExecWithCloseStdin [2020-11-03T23:23:31.183Z] --- PASS: TestExecWithCloseStdin (0.62s) [2020-11-03T23:23:31.183Z] === RUN TestExec [2020-11-03T23:23:31.331Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-03T23:23:31.825Z] --- PASS: TestExec (0.57s) [2020-11-03T23:23:31.825Z] === RUN TestExecUser [2020-11-03T23:23:32.176Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.504s coverage: 57.7% of statements [2020-11-03T23:23:32.176Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-03T23:23:32.176Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-03T23:23:32.176Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2020-11-03T23:23:32.460Z] --- PASS: TestExecUser (0.64s) [2020-11-03T23:23:32.460Z] === RUN TestExportContainerAndImportImage [2020-11-03T23:23:33.103Z] --- PASS: TestExportContainerAndImportImage (0.76s) [2020-11-03T23:23:33.103Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-03T23:23:33.238Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-11-03T23:23:33.250Z] --- PASS: TestDockerNetworkMacvlan (18.38s) [2020-11-03T23:23:33.250Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2020-11-03T23:23:33.250Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-11-03T23:23:33.250Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.09s) [2020-11-03T23:23:33.250Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.05s) [2020-11-03T23:23:33.250Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.79s) [2020-11-03T23:23:33.250Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.32s) [2020-11-03T23:23:33.250Z] PASS [2020-11-03T23:23:33.250Z] [2020-11-03T23:23:33.250Z] DONE 8 tests in 20.669s [2020-11-03T23:23:33.250Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-03T23:23:33.250Z] ++ 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-03T23:23:33.250Z] ++ set -e [2020-11-03T23:23:33.250Z] ++ '[' -n 0 ']' [2020-11-03T23:23:33.250Z] ++ set -x [2020-11-03T23:23:33.251Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03T23:23:33.251Z] testing: warning: no tests to run [2020-11-03T23:23:33.251Z] PASS [2020-11-03T23:23:33.251Z] [2020-11-03T23:23:33.251Z] DONE 0 tests in 0.029s [2020-11-03T23:23:33.251Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-03T23:23:33.251Z] ++ 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-03T23:23:33.251Z] ++ set -e [2020-11-03T23:23:33.251Z] ++ '[' -n 0 ']' [2020-11-03T23:23:33.251Z] ++ set -x [2020-11-03T23:23:33.251Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03T23:23:33.251Z] INFO: Testing against a local daemon [2020-11-03T23:23:33.251Z] === RUN TestAuthZPluginAllowRequest [2020-11-03T23:23:34.080Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.012s coverage: 3.0% of statements [2020-11-03T23:23:34.180Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.07s) [2020-11-03T23:23:34.180Z] === RUN TestAuthZPluginV2Disable [2020-11-03T23:23:34.614Z] --- PASS: TestExportContainerAfterDaemonRestart (1.41s) [2020-11-03T23:23:34.614Z] === RUN TestHealthCheckWorkdir [2020-11-03T23:23:34.649Z] ok github.com/docker/docker/daemon/links 0.013s coverage: 93.0% of statements [2020-11-03T23:23:35.168Z] --- PASS: TestAuthZPluginAllowRequest (1.76s) [2020-11-03T23:23:35.168Z] === RUN TestAuthZPluginTLS [2020-11-03T23:23:35.217Z] ok github.com/docker/docker/daemon/images 0.014s coverage: 4.9% of statements [2020-11-03T23:23:35.217Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-03T23:23:35.217Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-03T23:23:35.249Z] --- PASS: TestHealthCheckWorkdir (0.70s) [2020-11-03T23:23:35.249Z] === RUN TestHealthKillContainer [2020-11-03T23:23:35.743Z] --- PASS: TestAuthZPluginTLS (0.70s) [2020-11-03T23:23:35.743Z] === RUN TestAuthZPluginDenyRequest [2020-11-03T23:23:36.281Z] --- PASS: TestServiceUpdateNetwork (16.35s) [2020-11-03T23:23:36.281Z] === RUN TestServiceUpdatePidsLimit [2020-11-03T23:23:36.281Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-03T23:23:36.318Z] --- PASS: TestAuthZPluginDenyRequest (0.66s) [2020-11-03T23:23:36.318Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-03T23:23:36.571Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-03T23:23:36.595Z] ok github.com/docker/docker/daemon/logger 0.224s coverage: 41.0% of statements [2020-11-03T23:23:36.722Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-11-03T23:23:36.892Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.65s) [2020-11-03T23:23:36.892Z] === RUN TestAuthZPluginDenyResponse [2020-11-03T23:23:37.467Z] --- PASS: TestAuthZPluginDenyResponse (0.66s) [2020-11-03T23:23:37.467Z] === RUN TestAuthZPluginAllowEventStream [2020-11-03T23:23:37.531Z] ok github.com/docker/docker/daemon/logger/awslogs 0.197s coverage: 77.8% of statements [2020-11-03T23:23:37.531Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-03T23:23:37.531Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-03T23:23:37.663Z] === RUN TestDockerSuite/TestBuildRm [2020-11-03T23:23:37.978Z] --- PASS: TestHealthKillContainer (2.62s) [2020-11-03T23:23:37.978Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-03T23:23:38.099Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2020-11-03T23:23:38.234Z] --- PASS: TestAuthZPluginV2Disable (4.10s) [2020-11-03T23:23:38.234Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-03T23:23:38.272Z] --- PASS: TestInspectCpusetInConfigPre120 (0.55s) [2020-11-03T23:23:38.272Z] === RUN TestIpcModeNone [2020-11-03T23:23:38.919Z] --- PASS: TestIpcModeNone (0.61s) [2020-11-03T23:23:38.919Z] === RUN TestIpcModePrivate [2020-11-03T23:23:39.035Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2020-11-03T23:23:39.293Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2020-11-03T23:23:39.387Z] --- PASS: TestAuthZPluginAllowEventStream (1.73s) [2020-11-03T23:23:39.387Z] === RUN TestAuthZPluginErrorResponse [2020-11-03T23:23:39.552Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.021s coverage: 61.6% of statements [2020-11-03T23:23:39.555Z] --- PASS: TestIpcModePrivate (0.65s) [2020-11-03T23:23:39.555Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-11-03T23:23:39.555Z] === RUN TestIpcModeShareable [2020-11-03T23:23:39.974Z] --- PASS: TestAuthZPluginErrorResponse (0.68s) [2020-11-03T23:23:39.974Z] === RUN TestAuthZPluginErrorRequest [2020-11-03T23:23:40.145Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-11-03T23:23:40.190Z] --- PASS: TestIpcModeShareable (0.66s) [2020-11-03T23:23:40.190Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-11-03T23:23:40.190Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-03T23:23:40.555Z] --- PASS: TestAuthZPluginErrorRequest (0.67s) [2020-11-03T23:23:40.555Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-03T23:23:40.929Z] ok github.com/docker/docker/daemon/logger/local 0.045s coverage: 75.2% of statements [2020-11-03T23:23:40.929Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-03T23:23:41.085Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-11-03T23:23:41.188Z] time="2020-11-03T23:23:41Z" level=error msg="Failed to remove source log file: remove /tmp/TestCheckCapacityAndRotate247879715/log416324902.1: no such file or directory" [2020-11-03T23:23:41.188Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.055s coverage: 37.7% of statements [2020-11-03T23:23:41.502Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.70s) [2020-11-03T23:23:41.502Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-03T23:23:41.657Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.28s) [2020-11-03T23:23:41.657Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-03T23:23:41.918Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-11-03T23:23:42.265Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.76s) [2020-11-03T23:23:42.265Z] === RUN TestAPIIpcModeHost [2020-11-03T23:23:42.489Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-11-03T23:23:42.560Z] --- PASS: TestAPIIpcModeHost (0.46s) [2020-11-03T23:23:42.560Z] === RUN TestDaemonIpcModeShareable [2020-11-03T23:23:42.568Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 33.3% of statements [2020-11-03T23:23:42.750Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-11-03T23:23:43.946Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2020-11-03T23:23:43.946Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-11-03T23:23:44.054Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.35s) [2020-11-03T23:23:44.054Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-03T23:23:44.075Z] --- PASS: TestDaemonIpcModeShareable (1.40s) [2020-11-03T23:23:44.075Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-11-03T23:23:44.075Z] === RUN TestDaemonIpcModePrivate [2020-11-03T23:23:44.134Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-11-03T23:23:44.514Z] ok github.com/docker/docker/daemon/logger/splunk 1.634s coverage: 82.5% of statements [2020-11-03T23:23:44.514Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-03T23:23:44.704Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-11-03T23:23:44.773Z] ok github.com/docker/docker/daemon/network 0.027s coverage: 63.8% of statements [2020-11-03T23:23:44.773Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-03T23:23:45.038Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-03T23:23:45.590Z] --- PASS: TestDaemonIpcModePrivate (1.38s) [2020-11-03T23:23:45.591Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-11-03T23:23:45.591Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-03T23:23:45.974Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.26s) [2020-11-03T23:23:45.974Z] === RUN TestAuthZPluginHeader [2020-11-03T23:23:46.087Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-11-03T23:23:46.635Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.39s) [2020-11-03T23:23:46.635Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-11-03T23:23:46.635Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-03T23:23:46.678Z] ok github.com/docker/docker/distribution/metadata 0.042s coverage: 48.2% of statements [2020-11-03T23:23:46.920Z] --- PASS: TestAuthZPluginHeader (1.03s) [2020-11-03T23:23:46.920Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-03T23:23:46.920Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-03T23:23:46.920Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:23:46.920Z] === RUN TestAuthZPluginV2Disable [2020-11-03T23:23:46.920Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-11-03T23:23:46.920Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:23:46.920Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-03T23:23:46.920Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-03T23:23:46.920Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:23:46.920Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-03T23:23:46.920Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-03T23:23:46.920Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:23:46.920Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-03T23:23:47.246Z] ok github.com/docker/docker/distribution 0.171s coverage: 21.9% of statements [2020-11-03T23:23:47.246Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-03T23:23:48.154Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.38s) [2020-11-03T23:23:48.154Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-11-03T23:23:48.154Z] === RUN TestIpcModeOlderClient [2020-11-03T23:23:48.154Z] === PAUSE TestIpcModeOlderClient [2020-11-03T23:23:48.154Z] === RUN TestKillContainerInvalidSignal [2020-11-03T23:23:48.624Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2020-11-03T23:23:48.790Z] --- PASS: TestKillContainerInvalidSignal (0.52s) [2020-11-03T23:23:48.790Z] === RUN TestKillContainer [2020-11-03T23:23:48.790Z] === RUN TestKillContainer/no_signal [2020-11-03T23:23:49.083Z] === RUN TestKillContainer/non_killing_signal [2020-11-03T23:23:49.203Z] ok github.com/docker/docker/image 0.017s coverage: 86.4% of statements [2020-11-03T23:23:49.375Z] === RUN TestKillContainer/killing_signal [2020-11-03T23:23:50.139Z] ok github.com/docker/docker/distribution/xfer 1.885s coverage: 85.1% of statements [2020-11-03T23:23:50.139Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-03T23:23:50.139Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2020-11-03T23:23:50.139Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-03T23:23:50.293Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-11-03T23:23:50.293Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-11-03T23:23:50.293Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-11-03T23:23:50.293Z] === RUN TestDockerSuite/TestBuildSpaces [2020-11-03T23:23:50.419Z] --- PASS: TestKillContainer (1.58s) [2020-11-03T23:23:50.419Z] --- PASS: TestKillContainer/no_signal (0.50s) [2020-11-03T23:23:50.419Z] --- PASS: TestKillContainer/non_killing_signal (0.37s) [2020-11-03T23:23:50.419Z] --- PASS: TestKillContainer/killing_signal (0.49s) [2020-11-03T23:23:50.419Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-03T23:23:50.419Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-03T23:23:50.554Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-11-03T23:23:50.717Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-03T23:23:51.076Z] ok github.com/docker/docker/image/v1 0.014s coverage: 25.0% of statements [2020-11-03T23:23:51.076Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-03T23:23:51.354Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.10s) [2020-11-03T23:23:51.354Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.53s) [2020-11-03T23:23:51.354Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.38s) [2020-11-03T23:23:51.354Z] === RUN TestKillStoppedContainer [2020-11-03T23:23:51.354Z] --- PASS: TestKillStoppedContainer (0.06s) [2020-11-03T23:23:51.354Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-03T23:23:51.354Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2020-11-03T23:23:51.354Z] === RUN TestKillDifferentUserContainer [2020-11-03T23:23:51.494Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-11-03T23:23:51.494Z] === RUN TestDockerSuite/TestBuildStderr [2020-11-03T23:23:51.992Z] --- PASS: TestKillDifferentUserContainer (0.49s) [2020-11-03T23:23:51.992Z] === RUN TestInspectOomKilledTrue [2020-11-03T23:23:52.011Z] ok github.com/docker/docker/libcontainerd/queue 0.036s coverage: 100.0% of statements [2020-11-03T23:23:52.064Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-11-03T23:23:52.652Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.07s) [2020-11-03T23:23:52.652Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-03T23:23:52.948Z] ok github.com/docker/docker/oci 0.005s coverage: 8.2% of statements [2020-11-03T23:23:53.029Z] --- PASS: TestInspectOomKilledTrue (0.91s) [2020-11-03T23:23:53.029Z] === RUN TestInspectOomKilledFalse [2020-11-03T23:23:53.226Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-11-03T23:23:53.324Z] --- PASS: TestInspectOomKilledFalse (0.51s) [2020-11-03T23:23:53.324Z] === RUN TestLinksEtcHostsContentMatch [2020-11-03T23:23:53.517Z] ok github.com/docker/docker/opts 0.019s coverage: 67.1% of statements [2020-11-03T23:23:53.517Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2020-11-03T23:23:53.521Z] --- PASS: TestServiceUpdatePidsLimit (17.80s) [2020-11-03T23:23:53.521Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.91s) [2020-11-03T23:23:53.521Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.14s) [2020-11-03T23:23:53.521Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.24s) [2020-11-03T23:23:53.521Z] PASS [2020-11-03T23:23:53.521Z] [2020-11-03T23:23:53.521Z] === Skipped [2020-11-03T23:23:53.521Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.01s) [2020-11-03T23:23:53.521Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-03T23:23:53.521Z] [2020-11-03T23:23:53.521Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-11-03T23:23:53.521Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:23:53.521Z] [2020-11-03T23:23:53.521Z] [2020-11-03T23:23:53.521Z] DONE 27 tests, 2 skipped in 173.426s [2020-11-03T23:23:53.521Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-11-03T23:23:53.521Z] ++ 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-03T23:23:53.521Z] ++ set -e [2020-11-03T23:23:53.521Z] ++ '[' -n 0 ']' [2020-11-03T23:23:53.521Z] ++ set -x [2020-11-03T23:23:53.521Z] ++ env -i DEST=/go/src/github.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-03T23:23:53.521Z] INFO: Testing against a local daemon [2020-11-03T23:23:53.521Z] === RUN TestSessionCreate [2020-11-03T23:23:53.521Z] --- PASS: TestSessionCreate (0.03s) [2020-11-03T23:23:53.521Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-03T23:23:53.521Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2020-11-03T23:23:53.521Z] PASS [2020-11-03T23:23:53.521Z] [2020-11-03T23:23:53.521Z] DONE 2 tests in 0.214s [2020-11-03T23:23:53.521Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-11-03T23:23:53.521Z] ++ 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-03T23:23:53.521Z] ++ set -e [2020-11-03T23:23:53.521Z] ++ '[' -n 0 ']' [2020-11-03T23:23:53.521Z] ++ set -x [2020-11-03T23:23:53.521Z] ++ env -i DEST=/go/src/github.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-03T23:23:53.521Z] INFO: Testing against a local daemon [2020-11-03T23:23:53.521Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-03T23:23:53.521Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-03T23:23:53.521Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-03T23:23:53.521Z] === RUN TestEventsExecDie [2020-11-03T23:23:53.521Z] --- PASS: TestEventsExecDie (0.91s) [2020-11-03T23:23:53.521Z] === RUN TestEventsBackwardsCompatible [2020-11-03T23:23:53.521Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-11-03T23:23:53.521Z] === RUN TestInfoBinaryCommits [2020-11-03T23:23:53.521Z] --- PASS: TestInfoBinaryCommits (0.01s) [2020-11-03T23:23:53.521Z] === RUN TestInfoAPIVersioned [2020-11-03T23:23:53.521Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-03T23:23:53.521Z] === RUN TestInfoDiscoveryBackend [2020-11-03T23:23:53.618Z] --- PASS: TestLinksEtcHostsContentMatch (0.40s) [2020-11-03T23:23:53.618Z] === RUN TestLinksContainerNames [2020-11-03T23:23:54.154Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-11-03T23:23:54.154Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-03T23:23:54.655Z] --- PASS: TestLinksContainerNames (1.04s) [2020-11-03T23:23:54.655Z] === RUN TestLogsFollowTailEmpty [2020-11-03T23:23:55.138Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-11-03T23:23:55.193Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-03T23:23:55.193Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-03T23:23:55.303Z] --- PASS: TestLogsFollowTailEmpty (0.51s) [2020-11-03T23:23:55.303Z] === RUN TestContainerNetworkMountsNoChown [2020-11-03T23:23:55.420Z] ok github.com/docker/docker/pkg/archive 0.305s coverage: 76.9% of statements [2020-11-03T23:23:55.484Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-11-03T23:23:55.484Z] === RUN TestInfoAPI [2020-11-03T23:23:55.484Z] --- PASS: TestInfoAPI (0.01s) [2020-11-03T23:23:55.484Z] === RUN TestInfoAPIWarnings [2020-11-03T23:23:55.940Z] --- PASS: TestContainerNetworkMountsNoChown (0.55s) [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/default [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/default [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/private [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/private [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/rprivate [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/slave [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/slave [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/rslave [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/shared [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/shared [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/rshared [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-03T23:23:55.940Z] === CONT TestMountDaemonRoot/default [2020-11-03T23:23:55.940Z] === CONT TestMountDaemonRoot/shared [2020-11-03T23:23:55.940Z] === CONT TestMountDaemonRoot/rslave [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-03T23:23:55.940Z] === CONT TestMountDaemonRoot/rshared [2020-11-03T23:23:55.940Z] === CONT TestMountDaemonRoot/rprivate [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-03T23:23:55.940Z] === CONT TestMountDaemonRoot/slave [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-03T23:23:55.940Z] === CONT TestMountDaemonRoot/private [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-03T23:23:55.940Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-03T23:23:55.940Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-03T23:23:55.941Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-03T23:23:55.941Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-03T23:23:55.941Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-03T23:23:55.941Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-03T23:23:55.941Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-03T23:23:55.941Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-03T23:23:55.941Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-03T23:23:55.941Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-03T23:23:55.941Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-03T23:23:55.987Z] ok github.com/docker/docker/pkg/authorization 0.117s coverage: 68.3% of statements [2020-11-03T23:23:56.235Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-03T23:23:56.235Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-03T23:23:56.235Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-03T23:23:56.235Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-03T23:23:56.235Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-11-03T23:23:56.235Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-11-03T23:23:56.235Z] === RUN TestContainerBindMountNonRecursive [2020-11-03T23:23:56.246Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-11-03T23:23:56.504Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-11-03T23:23:56.521Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-11-03T23:23:57.091Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-11-03T23:23:57.276Z] --- PASS: TestContainerBindMountNonRecursive (1.21s) [2020-11-03T23:23:57.276Z] === RUN TestNetworkNat [2020-11-03T23:23:57.351Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-11-03T23:23:57.913Z] --- PASS: TestNetworkNat (0.56s) [2020-11-03T23:23:57.913Z] === RUN TestNetworkLocalhostTCPNat [2020-11-03T23:23:58.292Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-11-03T23:23:58.552Z] --- PASS: TestNetworkLocalhostTCPNat (0.56s) [2020-11-03T23:23:58.552Z] === RUN TestNetworkLoopbackNat [2020-11-03T23:23:59.232Z] === RUN TestDockerSuite/TestBuildUser [2020-11-03T23:23:59.789Z] ok github.com/docker/docker/pkg/chrootarchive 2.481s coverage: 43.2% of statements [2020-11-03T23:24:00.047Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-11-03T23:24:00.047Z] ok github.com/docker/docker/layer 7.675s coverage: 68.8% of statements [2020-11-03T23:24:00.047Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-03T23:24:00.047Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-03T23:24:00.047Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-03T23:24:00.047Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-03T23:24:00.047Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-03T23:24:00.047Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-03T23:24:00.047Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-03T23:24:00.173Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-11-03T23:24:00.306Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2020-11-03T23:24:00.874Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2020-11-03T23:24:01.286Z] --- PASS: TestNetworkLoopbackNat (2.74s) [2020-11-03T23:24:01.286Z] === RUN TestPause [2020-11-03T23:24:01.443Z] ok github.com/docker/docker/pkg/discovery/memory 0.008s coverage: 92.3% of statements [2020-11-03T23:24:01.929Z] --- PASS: TestPause (0.60s) [2020-11-03T23:24:01.930Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-03T23:24:01.930Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-03T23:24:01.930Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-03T23:24:01.930Z] === RUN TestPauseStopPausedContainer [2020-11-03T23:24:02.379Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2020-11-03T23:24:02.568Z] --- PASS: TestPauseStopPausedContainer (0.57s) [2020-11-03T23:24:02.568Z] === RUN TestPsFilter [2020-11-03T23:24:02.568Z] --- PASS: TestPsFilter (0.16s) [2020-11-03T23:24:02.568Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-03T23:24:02.639Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2020-11-03T23:24:02.717Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-11-03T23:24:03.204Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.47s) [2020-11-03T23:24:03.204Z] === RUN TestRemoveContainerWithVolume [2020-11-03T23:24:03.498Z] --- PASS: TestRemoveContainerWithVolume (0.51s) [2020-11-03T23:24:03.498Z] === RUN TestRemoveContainerRunning [2020-11-03T23:24:04.016Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2020-11-03T23:24:04.136Z] --- PASS: TestRemoveContainerRunning (0.53s) [2020-11-03T23:24:04.136Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-03T23:24:04.585Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2020-11-03T23:24:04.774Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.54s) [2020-11-03T23:24:04.774Z] === RUN TestRemoveInvalidContainer [2020-11-03T23:24:04.774Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-11-03T23:24:04.774Z] === RUN TestRenameLinkedContainer [2020-11-03T23:24:04.845Z] ok github.com/docker/docker/pkg/discovery/kv 3.083s coverage: 84.1% of statements [2020-11-03T23:24:05.050Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.12s) [2020-11-03T23:24:05.050Z] PASS [2020-11-03T23:24:05.050Z] [2020-11-03T23:24:05.050Z] === Skipped [2020-11-03T23:24:05.050Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-03T23:24:05.050Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:24:05.050Z] [2020-11-03T23:24:05.050Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-11-03T23:24:05.050Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:24:05.050Z] [2020-11-03T23:24:05.050Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-03T23:24:05.050Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:24:05.050Z] [2020-11-03T23:24:05.050Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-03T23:24:05.050Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:24:05.050Z] [2020-11-03T23:24:05.050Z] [2020-11-03T23:24:05.050Z] DONE 17 tests, 4 skipped in 32.130s [2020-11-03T23:24:05.050Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-03T23:24:05.050Z] ++ 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-03T23:24:05.050Z] ++ set -e [2020-11-03T23:24:05.050Z] ++ '[' -n 0 ']' [2020-11-03T23:24:05.050Z] ++ set -x [2020-11-03T23:24:05.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-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-03T23:24:05.104Z] ok github.com/docker/docker/pkg/fsutils 0.168s coverage: 85.1% of statements [2020-11-03T23:24:05.104Z] ok github.com/docker/docker/pkg/homedir 0.005s coverage: 11.4% of statements [2020-11-03T23:24:05.312Z] INFO: Testing against a local daemon [2020-11-03T23:24:05.312Z] === RUN TestPluginInvalidJSON [2020-11-03T23:24:05.312Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-03T23:24:05.312Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-03T23:24:05.312Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-03T23:24:05.312Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-11-03T23:24:05.312Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-03T23:24:05.312Z] === RUN TestPluginInstall [2020-11-03T23:24:05.312Z] === RUN TestPluginInstall/no_auth [2020-11-03T23:24:06.481Z] ok github.com/docker/docker/pkg/idtools 0.483s coverage: 70.1% of statements [2020-11-03T23:24:06.741Z] ok github.com/docker/docker/pkg/ioutils 0.485s coverage: 69.3% of statements [2020-11-03T23:24:06.855Z] --- PASS: TestRenameLinkedContainer (2.13s) [2020-11-03T23:24:06.856Z] === RUN TestRenameStoppedContainer [2020-11-03T23:24:07.000Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2020-11-03T23:24:07.000Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-03T23:24:07.000Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2020-11-03T23:24:07.000Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-03T23:24:07.000Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-03T23:24:07.149Z] --- PASS: TestRenameStoppedContainer (0.53s) [2020-11-03T23:24:07.149Z] === RUN TestRenameRunningContainerAndReuse [2020-11-03T23:24:07.259Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2020-11-03T23:24:07.259Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-03T23:24:07.518Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2020-11-03T23:24:07.777Z] ok github.com/docker/docker/pkg/parsers/kernel 0.007s coverage: 60.0% of statements [2020-11-03T23:24:07.866Z] time="2020-11-03T23:24:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:24:07.866Z] time="2020-11-03T23:24:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d8eac1b503d6f227eeceeb58e5431a929bc2d3205539e6c01dd9ae6737460455" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:24:07.866Z] time="2020-11-03T23:24:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:24:07.866Z] time="2020-11-03T23:24:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d8eac1b503d6f227eeceeb58e5431a929bc2d3205539e6c01dd9ae6737460455" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:24:07.866Z] === RUN TestPluginInstall/with_htpasswd [2020-11-03T23:24:08.050Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2020-11-03T23:24:08.188Z] --- PASS: TestRenameRunningContainerAndReuse (1.01s) [2020-11-03T23:24:08.188Z] === RUN TestRenameInvalidName [2020-11-03T23:24:08.316Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2020-11-03T23:24:08.316Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-03T23:24:08.316Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-03T23:24:08.812Z] time="2020-11-03T23:24:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:24:08.812Z] time="2020-11-03T23:24:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:37cd2332bd9054f2da52e04eb3133b9afad588ac49c221f9b085d69c585a00f2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:24:08.812Z] time="2020-11-03T23:24:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:24:08.812Z] time="2020-11-03T23:24:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:37cd2332bd9054f2da52e04eb3133b9afad588ac49c221f9b085d69c585a00f2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:24:08.822Z] --- PASS: TestRenameInvalidName (0.55s) [2020-11-03T23:24:08.823Z] === RUN TestRenameAnonymousContainer [2020-11-03T23:24:09.075Z] === RUN TestPluginInstall/with_insecure [2020-11-03T23:24:09.251Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.020s coverage: 56.8% of statements [2020-11-03T23:24:09.305Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2020-11-03T23:24:09.305Z] PASS [2020-11-03T23:24:09.305Z] [2020-11-03T23:24:09.305Z] DONE 17 tests in 52.083s [2020-11-03T23:24:09.305Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-03T23:24:09.305Z] ++ 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-03T23:24:09.305Z] ++ set -e [2020-11-03T23:24:09.305Z] ++ '[' -n 0 ']' [2020-11-03T23:24:09.305Z] ++ set -x [2020-11-03T23:24:09.305Z] ++ env -i DEST=/go/src/github.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-03T23:24:09.305Z] INFO: Testing against a local daemon [2020-11-03T23:24:09.305Z] === RUN TestPluginInvalidJSON [2020-11-03T23:24:09.305Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-03T23:24:09.305Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-03T23:24:09.305Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-03T23:24:09.305Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-11-03T23:24:09.305Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-03T23:24:09.305Z] === RUN TestPluginInstall [2020-11-03T23:24:09.305Z] === RUN TestPluginInstall/no_auth [2020-11-03T23:24:09.819Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-11-03T23:24:10.385Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-11-03T23:24:10.385Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-11-03T23:24:10.465Z] time="2020-11-03T23:24:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:24:10.465Z] time="2020-11-03T23:24:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:835072d8bede50915064589e32dfcbffd2d6a6a4e0c0cff5f6d8075e0a40ce78" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:24:10.465Z] time="2020-11-03T23:24:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:24:10.465Z] time="2020-11-03T23:24:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:835072d8bede50915064589e32dfcbffd2d6a6a4e0c0cff5f6d8075e0a40ce78" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:24:10.727Z] --- PASS: TestPluginInstall (5.43s) [2020-11-03T23:24:10.727Z] --- PASS: TestPluginInstall/no_auth (2.55s) [2020-11-03T23:24:10.727Z] --- PASS: TestPluginInstall/with_htpasswd (1.19s) [2020-11-03T23:24:10.727Z] --- PASS: TestPluginInstall/with_insecure (1.70s) [2020-11-03T23:24:10.727Z] plugin_test.go:157: [d0b73db310a87] daemon is not started [2020-11-03T23:24:10.727Z] PASS [2020-11-03T23:24:10.727Z] [2020-11-03T23:24:10.727Z] DONE 6 tests in 5.645s [2020-11-03T23:24:10.727Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-03T23:24:10.727Z] ++ 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-03T23:24:10.727Z] ++ set -e [2020-11-03T23:24:10.727Z] ++ '[' -n 0 ']' [2020-11-03T23:24:10.727Z] ++ set -x [2020-11-03T23:24:10.727Z] ++ env -i DEST=/go/src/github.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-03T23:24:10.898Z] --- PASS: TestRenameAnonymousContainer (1.91s) [2020-11-03T23:24:10.898Z] === RUN TestRenameContainerWithSameName [2020-11-03T23:24:10.989Z] INFO: Testing against a local daemon [2020-11-03T23:24:10.989Z] === RUN TestExternalGraphDriver [2020-11-03T23:24:10.989Z] === RUN TestExternalGraphDriver/json [2020-11-03T23:24:11.191Z] --- PASS: TestRenameContainerWithSameName (0.53s) [2020-11-03T23:24:11.191Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-03T23:24:11.759Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 75.0% of statements [2020-11-03T23:24:11.848Z] time="2020-11-03T23:24:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:24:11.848Z] time="2020-11-03T23:24:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bd36e2a7d028d72ff189c528894eb09283bc62917f43c8e073b321b345c36311" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:24:11.848Z] time="2020-11-03T23:24:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:24:11.848Z] time="2020-11-03T23:24:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bd36e2a7d028d72ff189c528894eb09283bc62917f43c8e073b321b345c36311" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:24:12.018Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-11-03T23:24:12.229Z] --- PASS: TestRenameContainerWithLinkedContainer (1.03s) [2020-11-03T23:24:12.229Z] === RUN TestResize [2020-11-03T23:24:12.419Z] === RUN TestPluginInstall/with_htpasswd [2020-11-03T23:24:12.874Z] --- PASS: TestResize (0.56s) [2020-11-03T23:24:12.874Z] === RUN TestResizeWithInvalidSize [2020-11-03T23:24:12.991Z] time="2020-11-03T23:24:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:24:12.991Z] time="2020-11-03T23:24:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:697e972a2db52d1d95925ece44a3395d14c7a15f86b0bf4b2aacb2b8c88d7859" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:24:12.991Z] time="2020-11-03T23:24:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:24:12.991Z] time="2020-11-03T23:24:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:697e972a2db52d1d95925ece44a3395d14c7a15f86b0bf4b2aacb2b8c88d7859" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:24:12.991Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-11-03T23:24:13.252Z] === RUN TestPluginInstall/with_insecure [2020-11-03T23:24:13.510Z] --- PASS: TestResizeWithInvalidSize (0.51s) [2020-11-03T23:24:13.510Z] === RUN TestResizeWhenContainerNotStarted [2020-11-03T23:24:13.542Z] === RUN TestExternalGraphDriver/spec [2020-11-03T23:24:13.810Z] --- PASS: TestResizeWhenContainerNotStarted (0.52s) [2020-11-03T23:24:13.810Z] === RUN TestDaemonRestartKillContainers [2020-11-03T23:24:13.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-03T23:24:13.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-03T23:24:13.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-03T23:24:13.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-03T23:24:13.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-03T23:24:13.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-03T23:24:13.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-03T23:24:13.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-03T23:24:13.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-03T23:24:13.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-03T23:24:13.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-03T23:24:13.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-03T23:24:13.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-03T23:24:13.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-03T23:24:13.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-03T23:24:13.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-03T23:24:13.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:24:13.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:24:13.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:24:13.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:24:13.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:24:13.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:24:13.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:24:13.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:24:13.810Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-03T23:24:13.810Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-03T23:24:13.810Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-03T23:24:13.810Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:24:13.824Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-11-03T23:24:14.072Z] --- PASS: TestInfoAPIWarnings (16.25s) [2020-11-03T23:24:14.072Z] === RUN TestInfoDebug [2020-11-03T23:24:14.072Z] --- PASS: TestInfoDebug (0.52s) [2020-11-03T23:24:14.072Z] === RUN TestInfoInsecureRegistries [2020-11-03T23:24:14.072Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-11-03T23:24:14.072Z] === RUN TestInfoRegistryMirrors [2020-11-03T23:24:14.072Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-11-03T23:24:14.072Z] === RUN TestLoginFailsWithBadCredentials [2020-11-03T23:24:14.072Z] --- PASS: TestLoginFailsWithBadCredentials (0.29s) [2020-11-03T23:24:14.072Z] === RUN TestPingCacheHeaders [2020-11-03T23:24:14.072Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-11-03T23:24:14.072Z] === RUN TestPingGet [2020-11-03T23:24:14.072Z] --- PASS: TestPingGet (0.01s) [2020-11-03T23:24:14.072Z] === RUN TestPingHead [2020-11-03T23:24:14.072Z] --- PASS: TestPingHead (0.01s) [2020-11-03T23:24:14.072Z] === RUN TestVersion [2020-11-03T23:24:14.072Z] --- PASS: TestVersion (0.01s) [2020-11-03T23:24:14.072Z] PASS [2020-11-03T23:24:14.072Z] [2020-11-03T23:24:14.072Z] === Skipped [2020-11-03T23:24:14.072Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-03T23:24:14.072Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-03T23:24:14.072Z] [2020-11-03T23:24:14.072Z] [2020-11-03T23:24:14.072Z] DONE 18 tests, 1 skipped in 21.377s [2020-11-03T23:24:14.072Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-11-03T23:24:14.072Z] ++ 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-03T23:24:14.072Z] ++ set -e [2020-11-03T23:24:14.072Z] ++ '[' -n 0 ']' [2020-11-03T23:24:14.072Z] ++ set -x [2020-11-03T23:24:14.072Z] ++ env -i DEST=/go/src/github.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-03T23:24:14.072Z] INFO: Testing against a local daemon [2020-11-03T23:24:14.072Z] === RUN TestVolumesCreateAndList [2020-11-03T23:24:14.072Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-11-03T23:24:14.072Z] === RUN TestVolumesRemove [2020-11-03T23:24:14.072Z] --- PASS: TestVolumesRemove (0.13s) [2020-11-03T23:24:14.072Z] === RUN TestVolumesInspect [2020-11-03T23:24:14.072Z] --- PASS: TestVolumesInspect (0.01s) [2020-11-03T23:24:14.072Z] === RUN TestVolumesInvalidJSON [2020-11-03T23:24:14.072Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-03T23:24:14.072Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-03T23:24:14.072Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-03T23:24:14.072Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-11-03T23:24:14.072Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-03T23:24:14.072Z] PASS [2020-11-03T23:24:14.072Z] [2020-11-03T23:24:14.072Z] DONE 5 tests in 0.264s [2020-11-03T23:24:14.072Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-03T23:24:14.072Z] ++++ cat bundles/test-integration/docker.pid [2020-11-03T23:24:14.072Z] +++ kill 12050 [2020-11-03T23:24:14.084Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-11-03T23:24:14.364Z] +++ /etc/init.d/apparmor stop [2020-11-03T23:24:14.364Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-03T23:24:14.364Z] [2020-11-03T23:24:14.364Z] Unloading profiles will leave already running processes permanently [2020-11-03T23:24:14.364Z] unconfined, which can lead to unexpected situations. [2020-11-03T23:24:14.364Z] [2020-11-03T23:24:14.364Z] To set a process to complain mode, use the command line tool [2020-11-03T23:24:14.364Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-03T23:24:14.364Z] +++ true [2020-11-03T23:24:14.364Z] exiting test-integration [2020-11-03T23:24:14.364Z] ++ exit 0 [2020-11-03T23:24:14.364Z] [2020-11-03T23:24:14.655Z] time="2020-11-03T23:24:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:24:14.655Z] time="2020-11-03T23:24:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6e5380ad993e2fb173e61a4e824ccd4379a4c509cbcda0e4aa412caaf7bf90ba" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:24:14.655Z] time="2020-11-03T23:24:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:24:14.655Z] time="2020-11-03T23:24:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6e5380ad993e2fb173e61a4e824ccd4379a4c509cbcda0e4aa412caaf7bf90ba" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:24:14.915Z] --- PASS: TestPluginInstall (5.47s) [2020-11-03T23:24:14.915Z] --- PASS: TestPluginInstall/no_auth (2.85s) [2020-11-03T23:24:14.915Z] --- PASS: TestPluginInstall/with_htpasswd (1.09s) [2020-11-03T23:24:14.915Z] --- PASS: TestPluginInstall/with_insecure (1.53s) [2020-11-03T23:24:14.915Z] plugin_test.go:157: [d7185ec44fd24] daemon is not started [2020-11-03T23:24:14.915Z] PASS [2020-11-03T23:24:14.915Z] [2020-11-03T23:24:14.915Z] DONE 6 tests in 5.681s [2020-11-03T23:24:14.915Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-03T23:24:14.915Z] ++ 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-03T23:24:14.915Z] ++ set -e [2020-11-03T23:24:14.915Z] ++ '[' -n 0 ']' [2020-11-03T23:24:14.915Z] ++ set -x [2020-11-03T23:24:14.916Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03T23:24:14.916Z] INFO: Testing against a local daemon [2020-11-03T23:24:14.916Z] === RUN TestExternalGraphDriver [2020-11-03T23:24:15.177Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-11-03T23:24:15.177Z] === RUN TestExternalGraphDriver/json [2020-11-03T23:24:15.302Z] ok github.com/docker/docker/pkg/signal 2.383s coverage: 61.0% of statements [2020-11-03T23:24:15.302Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2020-11-03T23:24:15.562Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-11-03T23:24:15.747Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-11-03T23:24:15.821Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-11-03T23:24:15.908Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:24:16.094Z] === RUN TestExternalGraphDriver/pull Post stage [Pipeline] junit [2020-11-03T23:24:16.485Z] Recording test results [2020-11-03T23:24:16.551Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-03T23:24:16.552Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-03T23:24:16.758Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.9% of statements [2020-11-03T23:24:16.849Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-03T23:24:17.017Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2020-11-03T23:24:17.147Z] === RUN TestExternalGraphDriver/spec [2020-11-03T23:24:17.147Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-11-03T23:24:17.147Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-11-03T23:24:17.147Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-11-03T23:24:17.147Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-11-03T23:24:17.147Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-11-03T23:24:17.260Z] + echo Ensuring container killed. [2020-11-03T23:24:17.260Z] Ensuring container killed. [2020-11-03T23:24:17.260Z] + docker rm -vf docker-pr4 [2020-11-03T23:24:17.260Z] Error: No such container: docker-pr4 [2020-11-03T23:24:17.260Z] + true [Pipeline] sh [2020-11-03T23:24:17.495Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-03T23:24:17.584Z] ok github.com/docker/docker/pkg/tailfile 0.060s coverage: 88.6% of statements [2020-11-03T23:24:17.641Z] + echo Chowning /workspace to jenkins user [2020-11-03T23:24:17.641Z] Chowning /workspace to jenkins user [2020-11-03T23:24:17.641Z] + id -u [2020-11-03T23:24:17.641Z] + id -g [2020-11-03T23:24:17.641Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41604:/workspace busybox chown -R 1001:1001 /workspace [2020-11-03T23:24:17.641Z] Unable to find image 'busybox:latest' locally [2020-11-03T23:24:17.932Z] latest: Pulling from library/busybox [2020-11-03T23:24:17.932Z] 393d6a917252: Pulling fs layer [2020-11-03T23:24:18.093Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-11-03T23:24:18.149Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-03T23:24:18.151Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2020-11-03T23:24:18.151Z] testing: warning: no tests to run [2020-11-03T23:24:18.151Z] coverage: [no statements] [2020-11-03T23:24:18.151Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-11-03T23:24:18.224Z] 393d6a917252: Verifying Checksum [2020-11-03T23:24:18.224Z] 393d6a917252: Download complete [2020-11-03T23:24:18.445Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-03T23:24:18.516Z] 393d6a917252: Pull complete [2020-11-03T23:24:18.516Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-11-03T23:24:18.516Z] Status: Downloaded newer image for busybox:latest [2020-11-03T23:24:18.647Z] --- PASS: TestExternalGraphDriver (7.57s) [2020-11-03T23:24:18.647Z] --- PASS: TestExternalGraphDriver/json (2.41s) [2020-11-03T23:24:18.647Z] --- PASS: TestExternalGraphDriver/spec (2.64s) [2020-11-03T23:24:18.647Z] --- PASS: TestExternalGraphDriver/pull (2.40s) [2020-11-03T23:24:18.647Z] === RUN TestGraphdriverPluginV2 [2020-11-03T23:24:18.647Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2020-11-03T23:24:18.647Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:24:18.647Z] PASS [2020-11-03T23:24:18.647Z] [2020-11-03T23:24:18.647Z] === Skipped [2020-11-03T23:24:18.647Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2020-11-03T23:24:18.647Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:24:18.647Z] [2020-11-03T23:24:18.647Z] [2020-11-03T23:24:18.647Z] DONE 5 tests, 1 skipped in 7.752s [2020-11-03T23:24:18.647Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-03T23:24:18.647Z] ++ 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-03T23:24:18.647Z] ++ set -e [2020-11-03T23:24:18.647Z] ++ '[' -n 0 ']' [2020-11-03T23:24:18.647Z] ++ set -x [2020-11-03T23:24:18.647Z] ++ env -i DEST=/go/src/github.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-03T23:24:18.647Z] INFO: Testing against a local daemon [2020-11-03T23:24:18.647Z] === RUN TestContinueAfterPluginCrash [2020-11-03T23:24:18.647Z] === PAUSE TestContinueAfterPluginCrash [2020-11-03T23:24:18.647Z] === RUN TestReadPluginNoRead [2020-11-03T23:24:18.647Z] === PAUSE TestReadPluginNoRead [2020-11-03T23:24:18.647Z] === RUN TestDaemonStartWithLogOpt [2020-11-03T23:24:18.647Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-03T23:24:18.647Z] === CONT TestContinueAfterPluginCrash [2020-11-03T23:24:18.647Z] === CONT TestDaemonStartWithLogOpt [2020-11-03T23:24:18.647Z] === CONT TestReadPluginNoRead [2020-11-03T23:24:18.663Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-11-03T23:24:18.717Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-11-03T23:24:18.717Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-11-03T23:24:18.923Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-11-03T23:24:18.923Z] === RUN TestExternalGraphDriver/pull [2020-11-03T23:24:18.976Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-11-03T23:24:19.493Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-03T23:24:19.494Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-11-03T23:24:20.437Z] === RUN TestDockerSuite/TestBuildWithTabs [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-03T23:24:20.880Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2020-11-03T23:24:21.013Z] --- PASS: TestExternalGraphDriver (6.04s) [2020-11-03T23:24:21.013Z] --- PASS: TestExternalGraphDriver/json (1.89s) [2020-11-03T23:24:21.013Z] --- PASS: TestExternalGraphDriver/spec (1.92s) [2020-11-03T23:24:21.013Z] --- PASS: TestExternalGraphDriver/pull (2.12s) [2020-11-03T23:24:21.013Z] === RUN TestGraphdriverPluginV2 [2020-11-03T23:24:21.030Z] + bundleName=s390x-integration [2020-11-03T23:24:21.030Z] + echo Creating s390x-integration-bundles.tar.gz [2020-11-03T23:24:21.030Z] Creating s390x-integration-bundles.tar.gz [2020-11-03T23:24:21.030Z] + 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-03T23:24:21.030Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-11-03T23:24:21.075Z] Archiving artifacts [2020-11-03T23:24:21.448Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.5% of statements [2020-11-03T23:24:21.484Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41604/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-03T23:24:21.586Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-11-03T23:24:21.587Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-03T23:24:21.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.92s) [2020-11-03T23:24:21.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.64s) [2020-11-03T23:24:21.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.74s) [2020-11-03T23:24:21.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.80s) [2020-11-03T23:24:21.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.76s) [2020-11-03T23:24:21.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.66s) [2020-11-03T23:24:21.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.76s) [2020-11-03T23:24:21.588Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.53s) [2020-11-03T23:24:21.588Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.03s) [2020-11-03T23:24:21.588Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.48s) [2020-11-03T23:24:21.588Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.41s) [2020-11-03T23:24:21.588Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.24s) [2020-11-03T23:24:21.588Z] === RUN TestCgroupNamespacesRun [2020-11-03T23:24:21.846Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-11-03T23:24:21.869Z] + make clean [2020-11-03T23:24:22.017Z] ok github.com/docker/docker/profiles/seccomp 0.006s coverage: 85.4% of statements [2020-11-03T23:24:22.161Z] docker volume rm -f docker-dev-cache [2020-11-03T23:24:22.161Z] docker-dev-cache [Pipeline] deleteDir [2020-11-03T23:24:22.870Z] === RUN TestReadPluginNoRead/default [2020-11-03T23:24:23.113Z] --- PASS: TestCgroupNamespacesRun (1.36s) [2020-11-03T23:24:23.113Z] === RUN TestCgroupNamespacesRunPrivileged [Pipeline] } [2020-11-03T23:24:23.395Z] ok github.com/docker/docker/quota 0.241s coverage: 71.4% of statements [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [2020-11-03T23:24:23.444Z] --- PASS: TestDaemonStartWithLogOpt (4.75s) [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-03T23:24:23.653Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2020-11-03T23:24:23.758Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-11-03T23:24:24.638Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.31s) [2020-11-03T23:24:24.638Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-03T23:24:24.834Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-03T23:24:25.031Z] ok github.com/docker/docker/registry 0.057s coverage: 56.8% of statements [2020-11-03T23:24:25.142Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-11-03T23:24:25.599Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-11-03T23:24:25.679Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.35s) [2020-11-03T23:24:25.679Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-03T23:24:25.715Z] --- PASS: TestGraphdriverPluginV2 (4.74s) [2020-11-03T23:24:25.715Z] PASS [2020-11-03T23:24:25.715Z] [2020-11-03T23:24:25.715Z] DONE 5 tests in 10.936s [2020-11-03T23:24:25.858Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2020-11-03T23:24:25.977Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-03T23:24:25.977Z] ++ 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-03T23:24:25.977Z] ++ set -e [2020-11-03T23:24:25.977Z] ++ '[' -n 0 ']' [2020-11-03T23:24:25.977Z] ++ set -x [2020-11-03T23:24:25.977Z] ++ env -i DEST=/go/src/github.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-03T23:24:25.977Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-11-03T23:24:25.977Z] INFO: Testing against a local daemon [2020-11-03T23:24:25.977Z] === RUN TestContinueAfterPluginCrash [2020-11-03T23:24:25.977Z] === PAUSE TestContinueAfterPluginCrash [2020-11-03T23:24:25.977Z] === RUN TestReadPluginNoRead [2020-11-03T23:24:25.977Z] === PAUSE TestReadPluginNoRead [2020-11-03T23:24:25.977Z] === RUN TestDaemonStartWithLogOpt [2020-11-03T23:24:25.977Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-03T23:24:25.977Z] === CONT TestContinueAfterPluginCrash [2020-11-03T23:24:25.977Z] === CONT TestDaemonStartWithLogOpt [2020-11-03T23:24:26.426Z] ok github.com/docker/docker/runconfig 0.007s coverage: 66.1% of statements [2020-11-03T23:24:26.548Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-11-03T23:24:26.685Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-11-03T23:24:26.751Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-03T23:24:27.119Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-11-03T23:24:27.119Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-11-03T23:24:27.194Z] --- PASS: TestCgroupNamespacesRunHostMode (1.38s) [2020-11-03T23:24:27.194Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-03T23:24:28.063Z] === RUN TestDockerSuite/TestBuildXZHost [2020-11-03T23:24:28.669Z] --- PASS: TestReadPluginNoRead (9.60s) [2020-11-03T23:24:28.670Z] --- PASS: TestReadPluginNoRead/default (1.78s) [2020-11-03T23:24:28.670Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.86s) [2020-11-03T23:24:28.670Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.77s) [2020-11-03T23:24:28.670Z] read_test.go:92: [dbbe16da3a29c] daemon is not started [2020-11-03T23:24:28.708Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.35s) [2020-11-03T23:24:28.708Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-03T23:24:28.931Z] --- PASS: TestContinueAfterPluginCrash (10.16s) [2020-11-03T23:24:28.931Z] PASS [2020-11-03T23:24:28.931Z] [2020-11-03T23:24:28.931Z] DONE 6 tests in 10.320s [2020-11-03T23:24:28.931Z] 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-03T23:24:28.931Z] ++ 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-03T23:24:28.931Z] ++ set -e [2020-11-03T23:24:28.931Z] ++ '[' -n 0 ']' [2020-11-03T23:24:28.931Z] ++ set -x [2020-11-03T23:24:28.932Z] ++ env -i DEST=/go/src/github.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-03T23:24:28.932Z] testing: warning: no tests to run [2020-11-03T23:24:28.932Z] PASS [2020-11-03T23:24:28.932Z] [2020-11-03T23:24:28.932Z] DONE 0 tests in 0.054s [2020-11-03T23:24:28.932Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-03T23:24:28.932Z] ++ 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-03T23:24:28.932Z] ++ set -e [2020-11-03T23:24:28.932Z] ++ '[' -n 0 ']' [2020-11-03T23:24:28.932Z] ++ set -x [2020-11-03T23:24:28.932Z] ++ env -i DEST=/go/src/github.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-03T23:24:29.193Z] INFO: Testing against a local daemon [2020-11-03T23:24:29.193Z] === RUN TestPluginWithDevMounts [2020-11-03T23:24:29.193Z] === PAUSE TestPluginWithDevMounts [2020-11-03T23:24:29.193Z] === CONT TestPluginWithDevMounts [2020-11-03T23:24:29.237Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-11-03T23:24:29.766Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.33s) [2020-11-03T23:24:29.766Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-03T23:24:30.173Z] ok github.com/docker/docker/volume/local 0.098s coverage: 76.6% of statements [2020-11-03T23:24:30.607Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-11-03T23:24:30.607Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-11-03T23:24:30.607Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-11-03T23:24:30.803Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.83s) [2020-11-03T23:24:30.803Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-03T23:24:31.109Z] ok github.com/docker/docker/volume/mounts 0.021s coverage: 67.0% of statements [2020-11-03T23:24:31.178Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-11-03T23:24:31.178Z] --- PASS: TestDaemonStartWithLogOpt (5.14s) [2020-11-03T23:24:31.178Z] === CONT TestReadPluginNoRead [2020-11-03T23:24:31.745Z] --- PASS: TestPluginWithDevMounts (2.20s) [2020-11-03T23:24:31.745Z] PASS [2020-11-03T23:24:31.745Z] [2020-11-03T23:24:31.745Z] DONE 1 tests in 2.353s [2020-11-03T23:24:31.745Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-11-03T23:24:31.745Z] ++ 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-03T23:24:31.745Z] ++ set -e [2020-11-03T23:24:31.745Z] ++ '[' -n 0 ']' [2020-11-03T23:24:31.745Z] ++ set -x [2020-11-03T23:24:31.745Z] ++ env -i DEST=/go/src/github.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-03T23:24:31.745Z] INFO: Testing against a local daemon [2020-11-03T23:24:31.745Z] === RUN TestSecretInspect [2020-11-03T23:24:31.848Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.36s) [2020-11-03T23:24:31.848Z] === RUN TestKernelTCPMemory [2020-11-03T23:24:32.045Z] ok github.com/docker/docker/volume/service 0.013s coverage: 73.1% of statements [2020-11-03T23:24:32.119Z] === RUN TestDockerSuite/TestCommitChange [2020-11-03T23:24:32.490Z] --- PASS: TestKernelTCPMemory (0.63s) [2020-11-03T23:24:32.490Z] === RUN TestNISDomainname [2020-11-03T23:24:33.063Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-11-03T23:24:33.128Z] --- PASS: TestNISDomainname (0.69s) [2020-11-03T23:24:33.129Z] === RUN TestHostnameDnsResolution [2020-11-03T23:24:34.008Z] === RUN TestDockerSuite/TestCommitHardlink [2020-11-03T23:24:34.170Z] --- PASS: TestHostnameDnsResolution (0.82s) [2020-11-03T23:24:34.170Z] === RUN TestStats [2020-11-03T23:24:34.579Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-03T23:24:35.051Z] --- PASS: TestSecretInspect (3.27s) [2020-11-03T23:24:35.051Z] === RUN TestSecretList [2020-11-03T23:24:35.152Z] === RUN TestDockerSuite/TestCommitNewFile [2020-11-03T23:24:36.097Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-11-03T23:24:36.097Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-03T23:24:36.358Z] --- PASS: TestContinueAfterPluginCrash (10.32s) [2020-11-03T23:24:36.909Z] --- PASS: TestStats (2.52s) [2020-11-03T23:24:36.909Z] === RUN TestStopContainerWithTimeout [2020-11-03T23:24:36.909Z] === RUN TestStopContainerWithTimeout/0 [2020-11-03T23:24:36.909Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-03T23:24:36.909Z] === RUN TestStopContainerWithTimeout/1 [2020-11-03T23:24:36.909Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-03T23:24:36.909Z] === RUN TestStopContainerWithTimeout/3 [2020-11-03T23:24:36.909Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-03T23:24:36.909Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-03T23:24:36.909Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-03T23:24:36.909Z] === CONT TestStopContainerWithTimeout/0 [2020-11-03T23:24:36.909Z] === CONT TestStopContainerWithTimeout/1 [2020-11-03T23:24:36.909Z] === CONT TestStopContainerWithTimeout/3 [2020-11-03T23:24:36.909Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-03T23:24:36.931Z] === RUN TestDockerSuite/TestCommitTTY [2020-11-03T23:24:37.889Z] === RUN TestReadPluginNoRead/default [2020-11-03T23:24:38.150Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-11-03T23:24:38.359Z] --- PASS: TestSecretList (3.20s) [2020-11-03T23:24:38.359Z] === RUN TestSecretsCreateAndDelete [2020-11-03T23:24:38.720Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-11-03T23:24:39.291Z] --- PASS: TestReadPluginNoRead (8.07s) [2020-11-03T23:24:39.291Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.59s) [2020-11-03T23:24:39.291Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.60s) [2020-11-03T23:24:39.291Z] --- PASS: TestReadPluginNoRead/default (1.51s) [2020-11-03T23:24:39.291Z] read_test.go:92: [d5a25e9c90c3b] daemon is not started [2020-11-03T23:24:39.291Z] PASS [2020-11-03T23:24:39.291Z] [2020-11-03T23:24:39.291Z] DONE 6 tests in 13.408s [2020-11-03T23:24:39.291Z] 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-03T23:24:39.291Z] ++ 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-03T23:24:39.291Z] ++ set -e [2020-11-03T23:24:39.291Z] ++ '[' -n 0 ']' [2020-11-03T23:24:39.291Z] ++ set -x [2020-11-03T23:24:39.291Z] ++ env -i DEST=/go/src/github.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-03T23:24:39.291Z] testing: warning: no tests to run [2020-11-03T23:24:39.291Z] PASS [2020-11-03T23:24:39.291Z] [2020-11-03T23:24:39.291Z] DONE 0 tests in 0.067s [2020-11-03T23:24:39.291Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-03T23:24:39.291Z] ++ 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-03T23:24:39.291Z] ++ set -e [2020-11-03T23:24:39.291Z] ++ '[' -n 0 ']' [2020-11-03T23:24:39.291Z] ++ set -x [2020-11-03T23:24:39.291Z] ++ env -i DEST=/go/src/github.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-03T23:24:39.553Z] INFO: Testing against a local daemon [2020-11-03T23:24:39.553Z] === RUN TestPluginWithDevMounts [2020-11-03T23:24:39.553Z] === PAUSE TestPluginWithDevMounts [2020-11-03T23:24:39.553Z] === CONT TestPluginWithDevMounts [2020-11-03T23:24:39.659Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-11-03T23:24:39.659Z] --- PASS: TestStopContainerWithTimeout/0 (1.05s) [2020-11-03T23:24:39.659Z] --- PASS: TestStopContainerWithTimeout/1 (1.67s) [2020-11-03T23:24:39.659Z] --- PASS: TestStopContainerWithTimeout/-1 (2.88s) [2020-11-03T23:24:39.659Z] --- PASS: TestStopContainerWithTimeout/3 (3.05s) [2020-11-03T23:24:39.659Z] === RUN TestDeleteDevicemapper [2020-11-03T23:24:39.659Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-03T23:24:39.659Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-03T23:24:39.659Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-03T23:24:40.125Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-11-03T23:24:40.697Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-11-03T23:24:40.698Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-11-03T23:24:40.698Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-11-03T23:24:40.915Z] --- PASS: TestSecretsCreateAndDelete (2.66s) [2020-11-03T23:24:40.915Z] === RUN TestSecretsUpdate [2020-11-03T23:24:40.958Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-11-03T23:24:40.958Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-11-03T23:24:40.958Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-11-03T23:24:40.958Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-11-03T23:24:41.527Z] --- PASS: TestPluginWithDevMounts (1.99s) [2020-11-03T23:24:41.527Z] PASS [2020-11-03T23:24:41.527Z] [2020-11-03T23:24:41.527Z] DONE 1 tests in 2.149s [2020-11-03T23:24:41.527Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-11-03T23:24:41.527Z] ++ 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-03T23:24:41.527Z] ++ set -e [2020-11-03T23:24:41.527Z] ++ '[' -n 0 ']' [2020-11-03T23:24:41.527Z] ++ set -x [2020-11-03T23:24:41.528Z] ++ env -i DEST=/go/src/github.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-03T23:24:41.788Z] INFO: Testing against a local daemon [2020-11-03T23:24:41.788Z] === RUN TestSecretInspect [2020-11-03T23:24:42.363Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-11-03T23:24:42.411Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.45s) [2020-11-03T23:24:42.411Z] === RUN TestUpdateMemory [2020-11-03T23:24:42.624Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-11-03T23:24:42.708Z] --- PASS: TestUpdateMemory (0.68s) [2020-11-03T23:24:42.709Z] === RUN TestUpdateCPUQuota [2020-11-03T23:24:43.489Z] --- PASS: TestSecretsUpdate (2.80s) [2020-11-03T23:24:43.489Z] === RUN TestTemplatedSecret [2020-11-03T23:24:43.753Z] --- PASS: TestUpdateCPUQuota (0.87s) [2020-11-03T23:24:43.753Z] === RUN TestUpdatePidsLimit [2020-11-03T23:24:43.753Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-03T23:24:44.009Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-11-03T23:24:44.009Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-11-03T23:24:44.046Z] === RUN TestUpdatePidsLimit/no_change [2020-11-03T23:24:44.046Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-03T23:24:44.242Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.6% of statements [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/rootless [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/volume [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-03T23:24:44.242Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-03T23:24:44.242Z] [2020-11-03T23:24:44.242Z] === Skipped [2020-11-03T23:24:44.242Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-03T23:24:44.242Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-03T23:24:44.242Z] [2020-11-03T23:24:44.242Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-03T23:24:44.242Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-03T23:24:44.242Z] [2020-11-03T23:24:44.242Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-03T23:24:44.242Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:24:44.242Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:24:44.242Z] [2020-11-03T23:24:44.242Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-03T23:24:44.242Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:24:44.242Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:24:44.242Z] [2020-11-03T23:24:44.242Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-03T23:24:44.242Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:24:44.242Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:24:44.242Z] [2020-11-03T23:24:44.242Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-03T23:24:44.242Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:24:44.242Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:24:44.242Z] [2020-11-03T23:24:44.242Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-03T23:24:44.242Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:24:44.242Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-03T23:24:44.242Z] [2020-11-03T23:24:44.242Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-03T23:24:44.242Z] graphtest_unix.go:73: No driver to put! [2020-11-03T23:24:44.242Z] [2020-11-03T23:24:44.242Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-03T23:24:44.242Z] time="2020-11-03T23:23:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:24:44.242Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:24:44.242Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:24:44.242Z] [2020-11-03T23:24:44.242Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-03T23:24:44.242Z] time="2020-11-03T23:23:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:24:44.242Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:24:44.242Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:24:44.242Z] [2020-11-03T23:24:44.242Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-03T23:24:44.242Z] time="2020-11-03T23:23:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:24:44.242Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:24:44.242Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:24:44.242Z] [2020-11-03T23:24:44.242Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-03T23:24:44.242Z] time="2020-11-03T23:23:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:24:44.242Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:24:44.242Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:24:44.242Z] [2020-11-03T23:24:44.242Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-03T23:24:44.242Z] time="2020-11-03T23:23:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-03T23:24:44.242Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-03T23:24:44.242Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-03T23:24:44.242Z] [2020-11-03T23:24:44.242Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-03T23:24:44.242Z] graphtest_unix.go:73: No driver to put! [2020-11-03T23:24:44.242Z] [2020-11-03T23:24:44.243Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-03T23:24:44.243Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-03T23:24:44.243Z] [2020-11-03T23:24:44.243Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-03T23:24:44.243Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-03T23:24:44.243Z] [2020-11-03T23:24:44.243Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-03T23:24:44.243Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-03T23:24:44.243Z] [2020-11-03T23:24:44.243Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-03T23:24:44.243Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-03T23:24:44.243Z] [2020-11-03T23:24:44.243Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-03T23:24:44.243Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:24:44.243Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:24:44.243Z] [2020-11-03T23:24:44.243Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-03T23:24:44.243Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:24:44.243Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:24:44.243Z] [2020-11-03T23:24:44.243Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-03T23:24:44.243Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:24:44.243Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:24:44.243Z] [2020-11-03T23:24:44.243Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-03T23:24:44.243Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:24:44.243Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:24:44.243Z] [2020-11-03T23:24:44.243Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-03T23:24:44.243Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-03T23:24:44.243Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-03T23:24:44.243Z] [2020-11-03T23:24:44.243Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-03T23:24:44.243Z] graphtest_unix.go:73: No driver to put! [2020-11-03T23:24:44.243Z] [2020-11-03T23:24:44.243Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-03T23:24:44.243Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-03T23:24:44.243Z] [2020-11-03T23:24:44.243Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-03T23:24:44.243Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-03T23:24:44.243Z] [2020-11-03T23:24:44.243Z] [2020-11-03T23:24:44.243Z] DONE 2167 tests, 26 skipped in 246.574s Post stage [Pipeline] junit [2020-11-03T23:24:44.256Z] Recording test results [2020-11-03T23:24:44.339Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-11-03T23:24:44.636Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-03T23:24:44.906Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41604/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:94bcfbdcb127d303563f72e7cf500179256c8f56 hack/validate/vendor [2020-11-03T23:24:44.928Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-03T23:24:44.955Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-11-03T23:24:44.956Z] --- PASS: TestSecretInspect (3.14s) [2020-11-03T23:24:44.956Z] === RUN TestSecretList [2020-11-03T23:24:45.219Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-03T23:24:45.841Z] 2020/11/03 23:24:45 Collecting initial packages [2020-11-03T23:24:45.841Z] 2020/11/03 23:24:45 Download dependencies [2020-11-03T23:24:45.901Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-11-03T23:24:46.263Z] --- PASS: TestUpdatePidsLimit (2.44s) [2020-11-03T23:24:46.263Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.26s) [2020-11-03T23:24:46.263Z] --- PASS: TestUpdatePidsLimit/no_change (0.24s) [2020-11-03T23:24:46.263Z] --- PASS: TestUpdatePidsLimit/update_lower (0.26s) [2020-11-03T23:24:46.263Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.28s) [2020-11-03T23:24:46.263Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.24s) [2020-11-03T23:24:46.263Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s) [2020-11-03T23:24:46.263Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s) [2020-11-03T23:24:46.263Z] === RUN TestUpdateRestartPolicy [2020-11-03T23:24:46.800Z] --- PASS: TestTemplatedSecret (3.34s) [2020-11-03T23:24:46.800Z] === RUN TestSecretCreateResolve [2020-11-03T23:24:46.842Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-11-03T23:24:47.103Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-11-03T23:24:47.364Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-11-03T23:24:48.308Z] --- PASS: TestSecretList (3.33s) [2020-11-03T23:24:48.308Z] === RUN TestSecretsCreateAndDelete [2020-11-03T23:24:48.308Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-11-03T23:24:48.308Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-11-03T23:24:48.308Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-11-03T23:24:48.370Z] 2020/11/03 23:24:48 Starting whole vndr cycle because no package specified [2020-11-03T23:24:48.370Z] 2020/11/03 23:24:48 Ignoring paths matching "^archive/tar" [2020-11-03T23:24:48.630Z] 2020/11/03 23:24:48 Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20 [2020-11-03T23:24:48.630Z] 2020/11/03 23:24:48 Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20 [2020-11-03T23:24:48.630Z] 2020/11/03 23:24:48 Clone github.com/Microsoft/hcsshim, revision 9dcb42f100215f8d375b4a9265e5bba009217a85, attempt 1/20 [2020-11-03T23:24:48.630Z] 2020/11/03 23:24:48 Clone github.com/Microsoft/go-winio, revision 5b44b70ab3ab4d291a7c1d28afe7b4afeced0ed4, attempt 1/20 [2020-11-03T23:24:48.630Z] 2020/11/03 23:24:48 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2020-11-03T23:24:48.630Z] 2020/11/03 23:24:48 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2020-11-03T23:24:48.630Z] 2020/11/03 23:24:48 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2020-11-03T23:24:48.630Z] 2020/11/03 23:24:48 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2020-11-03T23:24:48.630Z] 2020/11/03 23:24:48 Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20 [2020-11-03T23:24:48.630Z] 2020/11/03 23:24:48 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2020-11-03T23:24:48.630Z] 2020/11/03 23:24:48 Clone github.com/moby/term, revision 7f0af18e79f2784809e9cef63d0df5aa2c79d76e, attempt 1/20 [2020-11-03T23:24:48.630Z] 2020/11/03 23:24:48 Clone github.com/moby/sys, revision 1bc8673b57550ddf85262eb0fed0aac651a37dab, attempt 1/20 [2020-11-03T23:24:48.630Z] 2020/11/03 23:24:48 Clone github.com/creack/pty, revision 3a6a957789163cacdfe0e291617a1c8e80612c11, attempt 1/20 [2020-11-03T23:24:48.630Z] 2020/11/03 23:24:48 Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20 [2020-11-03T23:24:48.630Z] 2020/11/03 23:24:48 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2020-11-03T23:24:48.630Z] 2020/11/03 23:24:48 Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20 [2020-11-03T23:24:48.881Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-11-03T23:24:48.881Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-11-03T23:24:48.881Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-11-03T23:24:48.881Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-11-03T23:24:49.142Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-11-03T23:24:49.352Z] --- PASS: TestSecretCreateResolve (2.70s) [2020-11-03T23:24:49.352Z] PASS [2020-11-03T23:24:49.352Z] [2020-11-03T23:24:49.352Z] DONE 6 tests in 18.120s [2020-11-03T23:24:49.352Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-11-03T23:24:49.352Z] ++ 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-03T23:24:49.352Z] ++ set -e [2020-11-03T23:24:49.352Z] ++ '[' -n 0 ']' [2020-11-03T23:24:49.352Z] ++ set -x [2020-11-03T23:24:49.352Z] ++ env -i DEST=/go/src/github.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-03T23:24:49.574Z] 2020/11/03 23:24:49 Finished clone github.com/Azure/go-ansiterm [2020-11-03T23:24:49.574Z] 2020/11/03 23:24:49 Clone golang.org/x/sys, revision eeed37f84f13f52d35e095e8023ba65671ff86a1, attempt 1/20 [2020-11-03T23:24:49.574Z] 2020/11/03 23:24:49 Finished clone github.com/creack/pty [2020-11-03T23:24:49.574Z] 2020/11/03 23:24:49 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2020-11-03T23:24:49.574Z] 2020/11/03 23:24:49 Finished clone github.com/moby/locker [2020-11-03T23:24:49.574Z] 2020/11/03 23:24:49 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2020-11-03T23:24:49.614Z] INFO: Testing against a local daemon [2020-11-03T23:24:49.614Z] === RUN TestServiceCreateInit [2020-11-03T23:24:49.614Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-03T23:24:49.835Z] 2020/11/03 23:24:49 Finished clone github.com/google/uuid [2020-11-03T23:24:49.835Z] 2020/11/03 23:24:49 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2020-11-03T23:24:49.835Z] 2020/11/03 23:24:49 Finished clone github.com/tchap/go-patricia [2020-11-03T23:24:49.835Z] 2020/11/03 23:24:49 Clone gotest.tools/v3, revision bb0d8a963040ea5048dcef1a14d8f8b58a33d4b3, attempt 1/20 [2020-11-03T23:24:49.835Z] 2020/11/03 23:24:49 Finished clone github.com/docker/libtrust [2020-11-03T23:24:49.835Z] 2020/11/03 23:24:49 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2020-11-03T23:24:49.835Z] 2020/11/03 23:24:49 Finished clone github.com/willf/bitset [2020-11-03T23:24:49.835Z] 2020/11/03 23:24:49 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2020-11-03T23:24:49.835Z] 2020/11/03 23:24:49 Finished clone github.com/moby/term [2020-11-03T23:24:49.835Z] 2020/11/03 23:24:49 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2020-11-03T23:24:49.835Z] 2020/11/03 23:24:49 Finished clone github.com/moby/sys [2020-11-03T23:24:49.835Z] 2020/11/03 23:24:49 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2020-11-03T23:24:49.835Z] 2020/11/03 23:24:49 Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20 [2020-11-03T23:24:49.835Z] 2020/11/03 23:24:49 Finished clone github.com/Microsoft/go-winio [2020-11-03T23:24:50.087Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-11-03T23:24:50.095Z] 2020/11/03 23:24:49 Finished clone github.com/gorilla/mux [2020-11-03T23:24:50.095Z] 2020/11/03 23:24:49 Clone github.com/moby/buildkit, revision 4d1f260e8490ec438ab66e08bb105577aca0ce06, attempt 1/20 [2020-11-03T23:24:50.354Z] 2020/11/03 23:24:50 Finished clone github.com/sirupsen/logrus [2020-11-03T23:24:50.354Z] 2020/11/03 23:24:50 Clone github.com/tonistiigi/fsutil, revision ae3a8d753069d0f76fbee396457e8b6cfd7cb8c3, attempt 1/20 [2020-11-03T23:24:50.660Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-11-03T23:24:50.923Z] 2020/11/03 23:24:50 Finished clone github.com/docker/go-units [2020-11-03T23:24:50.923Z] 2020/11/03 23:24:50 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2020-11-03T23:24:50.923Z] 2020/11/03 23:24:50 Finished clone github.com/syndtr/gocapability [2020-11-03T23:24:50.923Z] 2020/11/03 23:24:50 Clone github.com/opentracing/opentracing-go, revision 1361b9cd60be79c4c3a7fa9841b3c132e40066a7, attempt 1/20 [2020-11-03T23:24:50.923Z] 2020/11/03 23:24:50 Finished clone github.com/RackSec/srslog [2020-11-03T23:24:50.923Z] 2020/11/03 23:24:50 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2020-11-03T23:24:51.183Z] 2020/11/03 23:24:51 Finished clone github.com/imdario/mergo [2020-11-03T23:24:51.183Z] 2020/11/03 23:24:51 Clone github.com/opentracing-contrib/go-stdlib, revision b1a47cfbdd7543e70e9ef3e73d0802ad306cc1cc, attempt 1/20 [2020-11-03T23:24:51.183Z] 2020/11/03 23:24:51 Finished clone gotest.tools/v3 [2020-11-03T23:24:51.183Z] 2020/11/03 23:24:51 Clone github.com/mitchellh/hashstructure, revision 2bca23e0e452137f789efbc8610126fd8b94f73b, attempt 1/20 [2020-11-03T23:24:51.443Z] 2020/11/03 23:24:51 Finished clone golang.org/x/sync [2020-11-03T23:24:51.443Z] 2020/11/03 23:24:51 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2020-11-03T23:24:51.443Z] 2020/11/03 23:24:51 Finished clone github.com/google/go-cmp [2020-11-03T23:24:51.443Z] 2020/11/03 23:24:51 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2020-11-03T23:24:51.601Z] --- PASS: TestSecretsCreateAndDelete (3.37s) [2020-11-03T23:24:51.601Z] === RUN TestSecretsUpdate [2020-11-03T23:24:51.601Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-11-03T23:24:51.601Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-11-03T23:24:52.382Z] 2020/11/03 23:24:52 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2020-11-03T23:24:52.382Z] 2020/11/03 23:24:52 Clone github.com/docker/libnetwork, revision d511c60c5c23e6753631244f271a1ec6097254a5, attempt 1/20 [2020-11-03T23:24:52.382Z] 2020/11/03 23:24:52 Finished clone github.com/docker/go-connections [2020-11-03T23:24:52.382Z] 2020/11/03 23:24:52 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2020-11-03T23:24:52.382Z] 2020/11/03 23:24:52 Finished clone github.com/google/shlex [2020-11-03T23:24:52.382Z] 2020/11/03 23:24:52 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2020-11-03T23:24:52.382Z] 2020/11/03 23:24:52 Finished clone github.com/opentracing-contrib/go-stdlib [2020-11-03T23:24:52.382Z] 2020/11/03 23:24:52 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2020-11-03T23:24:52.382Z] 2020/11/03 23:24:52 Finished clone github.com/mitchellh/hashstructure [2020-11-03T23:24:52.382Z] 2020/11/03 23:24:52 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2020-11-03T23:24:52.642Z] 2020/11/03 23:24:52 Finished clone github.com/opentracing/opentracing-go [2020-11-03T23:24:52.642Z] 2020/11/03 23:24:52 Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20 [2020-11-03T23:24:52.642Z] 2020/11/03 23:24:52 Finished clone github.com/gofrs/flock [2020-11-03T23:24:52.642Z] 2020/11/03 23:24:52 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2020-11-03T23:24:52.985Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-11-03T23:24:53.556Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-11-03T23:24:53.556Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-11-03T23:24:53.581Z] 2020/11/03 23:24:53 Finished clone github.com/docker/go-events [2020-11-03T23:24:53.581Z] 2020/11/03 23:24:53 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2020-11-03T23:24:53.581Z] 2020/11/03 23:24:53 Finished clone github.com/armon/go-radix [2020-11-03T23:24:53.581Z] 2020/11/03 23:24:53 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2020-11-03T23:24:53.840Z] 2020/11/03 23:24:53 Finished clone github.com/armon/go-metrics [2020-11-03T23:24:53.840Z] 2020/11/03 23:24:53 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2020-11-03T23:24:53.840Z] 2020/11/03 23:24:53 Finished clone github.com/sean-/seed [2020-11-03T23:24:53.840Z] 2020/11/03 23:24:53 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2020-11-03T23:24:54.127Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-11-03T23:24:54.387Z] --- PASS: TestSecretsUpdate (2.70s) [2020-11-03T23:24:54.387Z] === RUN TestTemplatedSecret [2020-11-03T23:24:54.648Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-11-03T23:24:54.779Z] 2020/11/03 23:24:54 Finished clone github.com/hashicorp/errwrap [2020-11-03T23:24:54.779Z] 2020/11/03 23:24:54 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2020-11-03T23:24:54.779Z] 2020/11/03 23:24:54 Finished clone github.com/tonistiigi/fsutil [2020-11-03T23:24:54.779Z] 2020/11/03 23:24:54 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2020-11-03T23:24:54.913Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-03T23:24:55.039Z] 2020/11/03 23:24:54 Finished clone github.com/hashicorp/memberlist [2020-11-03T23:24:55.039Z] 2020/11/03 23:24:54 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2020-11-03T23:24:55.039Z] 2020/11/03 23:24:55 Finished clone github.com/hashicorp/go-multierror [2020-11-03T23:24:55.039Z] 2020/11/03 23:24:55 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2020-11-03T23:24:55.221Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-11-03T23:24:55.793Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-11-03T23:24:55.793Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-11-03T23:24:56.365Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-11-03T23:24:56.418Z] 2020/11/03 23:24:56 Finished clone github.com/vishvananda/netns [2020-11-03T23:24:56.418Z] 2020/11/03 23:24:56 Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20 [2020-11-03T23:24:56.677Z] 2020/11/03 23:24:56 Finished clone github.com/golang/gddo [2020-11-03T23:24:56.677Z] 2020/11/03 23:24:56 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2020-11-03T23:24:56.677Z] 2020/11/03 23:24:56 Finished clone github.com/docker/libkv [2020-11-03T23:24:56.677Z] 2020/11/03 23:24:56 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2020-11-03T23:24:56.677Z] 2020/11/03 23:24:56 Finished clone github.com/hashicorp/go-sockaddr [2020-11-03T23:24:56.677Z] 2020/11/03 23:24:56 Clone github.com/coreos/etcd, revision d57e8b8d97adfc4a6c224fe116714bf1a1f3beb9, attempt 1/20 [2020-11-03T23:24:57.314Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-11-03T23:24:57.314Z] --- PASS: TestTemplatedSecret (3.09s) [2020-11-03T23:24:57.314Z] === RUN TestSecretCreateResolve [2020-11-03T23:24:57.613Z] 2020/11/03 23:24:57 Finished clone github.com/moby/ipvs [2020-11-03T23:24:57.613Z] 2020/11/03 23:24:57 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2020-11-03T23:24:57.884Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-11-03T23:24:57.885Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-11-03T23:24:58.182Z] 2020/11/03 23:24:57 Finished clone github.com/BurntSushi/toml [2020-11-03T23:24:58.182Z] 2020/11/03 23:24:57 Clone github.com/ugorji/go, revision b4c50a2b199d93b13dc15e78929cfb23bfdf21ab, attempt 1/20 [2020-11-03T23:24:58.182Z] 2020/11/03 23:24:58 Finished clone github.com/vishvananda/netlink [2020-11-03T23:24:58.182Z] 2020/11/03 23:24:58 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2020-11-03T23:24:58.182Z] 2020/11/03 23:24:58 Finished clone github.com/deckarep/golang-set [2020-11-03T23:24:58.182Z] 2020/11/03 23:24:58 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2020-11-03T23:24:58.441Z] 2020/11/03 23:24:58 Finished clone github.com/samuel/go-zookeeper [2020-11-03T23:24:58.441Z] 2020/11/03 23:24:58 Clone github.com/ishidawataru/sctp, revision 6e2cb1366111dcf547c13531e3a263a067715847, attempt 1/20 [2020-11-03T23:24:58.441Z] 2020/11/03 23:24:58 Finished clone golang.org/x/net [2020-11-03T23:24:58.441Z] 2020/11/03 23:24:58 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2020-11-03T23:24:58.455Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-11-03T23:24:58.700Z] 2020/11/03 23:24:58 Finished clone github.com/hashicorp/go-msgpack [2020-11-03T23:24:58.700Z] 2020/11/03 23:24:58 Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20 [2020-11-03T23:24:58.914Z] --- PASS: TestUpdateRestartPolicy (11.23s) [2020-11-03T23:24:58.914Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-03T23:24:58.914Z] --- PASS: TestUpdateRestartWithAutoRemove (0.55s) [2020-11-03T23:24:58.914Z] === RUN TestWaitNonBlocked [2020-11-03T23:24:58.914Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-03T23:24:58.914Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-03T23:24:58.914Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-03T23:24:58.914Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-03T23:24:58.914Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-03T23:24:58.914Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-03T23:24:58.914Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-11-03T23:24:58.914Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s) [2020-11-03T23:24:58.914Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s) [2020-11-03T23:24:58.914Z] === RUN TestWaitBlocked [2020-11-03T23:24:58.914Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-03T23:24:58.914Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-03T23:24:58.914Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-03T23:24:58.914Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-03T23:24:58.914Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-03T23:24:58.914Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-03T23:24:58.958Z] 2020/11/03 23:24:58 Finished clone github.com/coreos/go-semver [2020-11-03T23:24:58.958Z] 2020/11/03 23:24:58 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2020-11-03T23:24:59.397Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-11-03T23:24:59.525Z] 2020/11/03 23:24:59 Finished clone github.com/ishidawataru/sctp [2020-11-03T23:24:59.525Z] 2020/11/03 23:24:59 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2020-11-03T23:24:59.556Z] --- PASS: TestWaitBlocked (0.02s) [2020-11-03T23:24:59.556Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.75s) [2020-11-03T23:24:59.556Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.83s) [2020-11-03T23:24:59.556Z] === CONT TestContainerStartOnDaemonRestart [2020-11-03T23:24:59.556Z] === CONT TestContainerKillOnDaemonStart [2020-11-03T23:24:59.556Z] === CONT TestDaemonHostGatewayIP [2020-11-03T23:24:59.556Z] === CONT TestDaemonRestartIpcMode [2020-11-03T23:25:00.214Z] --- PASS: TestServiceCreateInit (9.84s) [2020-11-03T23:25:00.214Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.93s) [2020-11-03T23:25:00.214Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.88s) [2020-11-03T23:25:00.214Z] === RUN TestCreateServiceMultipleTimes [2020-11-03T23:25:00.339Z] --- PASS: TestSecretCreateResolve (2.74s) [2020-11-03T23:25:00.339Z] PASS [2020-11-03T23:25:00.339Z] [2020-11-03T23:25:00.339Z] DONE 6 tests in 18.559s [2020-11-03T23:25:00.339Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-11-03T23:25:00.339Z] ++ 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-03T23:25:00.339Z] ++ set -e [2020-11-03T23:25:00.339Z] ++ '[' -n 0 ']' [2020-11-03T23:25:00.339Z] ++ set -x [2020-11-03T23:25:00.339Z] ++ env -i DEST=/go/src/github.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-03T23:25:00.339Z] INFO: Testing against a local daemon [2020-11-03T23:25:00.339Z] === RUN TestServiceCreateInit [2020-11-03T23:25:00.339Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-03T23:25:00.599Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-11-03T23:25:00.599Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-11-03T23:25:00.599Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-11-03T23:25:00.599Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-11-03T23:25:00.599Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-11-03T23:25:01.170Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-11-03T23:25:01.430Z] 2020/11/03 23:25:01 Finished clone github.com/opencontainers/go-digest [2020-11-03T23:25:01.430Z] 2020/11/03 23:25:01 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2020-11-03T23:25:01.431Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-11-03T23:25:01.690Z] 2020/11/03 23:25:01 Finished clone go.etcd.io/bbolt [2020-11-03T23:25:01.690Z] 2020/11/03 23:25:01 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [2020-11-03T23:25:02.259Z] 2020/11/03 23:25:02 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2020-11-03T23:25:02.259Z] 2020/11/03 23:25:02 Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20 [2020-11-03T23:25:02.519Z] 2020/11/03 23:25:02 Finished clone github.com/mistifyio/go-zfs [2020-11-03T23:25:02.519Z] 2020/11/03 23:25:02 Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20 [2020-11-03T23:25:03.087Z] 2020/11/03 23:25:03 Finished clone github.com/Microsoft/opengcs [2020-11-03T23:25:03.087Z] 2020/11/03 23:25:03 Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20 [2020-11-03T23:25:03.127Z] --- PASS: TestContainerStartOnDaemonRestart (3.46s) [2020-11-03T23:25:03.127Z] === CONT TestIpcModeOlderClient [2020-11-03T23:25:03.127Z] --- PASS: TestIpcModeOlderClient (0.11s) [2020-11-03T23:25:03.422Z] --- PASS: TestDaemonRestartIpcMode (4.04s) [2020-11-03T23:25:03.656Z] 2020/11/03 23:25:03 Finished clone github.com/hashicorp/serf [2020-11-03T23:25:03.656Z] 2020/11/03 23:25:03 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2020-11-03T23:25:03.714Z] --- PASS: TestDaemonHostGatewayIP (4.18s) [2020-11-03T23:25:04.225Z] 2020/11/03 23:25:03 Finished clone github.com/vbatts/tar-split [2020-11-03T23:25:04.225Z] 2020/11/03 23:25:03 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2020-11-03T23:25:04.733Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-03T23:25:05.605Z] 2020/11/03 23:25:05 Finished clone github.com/cyphar/filepath-securejoin [2020-11-03T23:25:05.605Z] 2020/11/03 23:25:05 Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20 [2020-11-03T23:25:05.678Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-11-03T23:25:06.174Z] 2020/11/03 23:25:06 Finished clone github.com/opencontainers/runtime-spec [2020-11-03T23:25:06.174Z] 2020/11/03 23:25:06 Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20 [2020-11-03T23:25:06.250Z] === RUN TestDockerSuite/TestContainerAPITop [2020-11-03T23:25:06.434Z] 2020/11/03 23:25:06 Finished clone github.com/coreos/go-systemd [2020-11-03T23:25:06.434Z] 2020/11/03 23:25:06 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2020-11-03T23:25:07.192Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-11-03T23:25:07.192Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-11-03T23:25:07.192Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-11-03T23:25:07.372Z] 2020/11/03 23:25:07 Finished clone github.com/opencontainers/image-spec [2020-11-03T23:25:07.372Z] 2020/11/03 23:25:07 Clone github.com/fluent/fluent-logger-golang, revision 7a6c9dcd7f14c2ed5d8c55c11b894e5455ee311b, attempt 1/20 [2020-11-03T23:25:07.631Z] 2020/11/03 23:25:07 Finished clone github.com/coreos/go-systemd/v22 [2020-11-03T23:25:07.631Z] 2020/11/03 23:25:07 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2020-11-03T23:25:08.200Z] 2020/11/03 23:25:07 Finished clone github.com/Graylog2/go-gelf [2020-11-03T23:25:08.200Z] 2020/11/03 23:25:07 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2020-11-03T23:25:08.460Z] 2020/11/03 23:25:08 Finished clone github.com/godbus/dbus/v5 [2020-11-03T23:25:08.460Z] 2020/11/03 23:25:08 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2020-11-03T23:25:08.460Z] 2020/11/03 23:25:08 Finished clone github.com/Microsoft/hcsshim [2020-11-03T23:25:08.460Z] 2020/11/03 23:25:08 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2020-11-03T23:25:09.029Z] 2020/11/03 23:25:08 Finished clone github.com/philhofer/fwd [2020-11-03T23:25:09.029Z] 2020/11/03 23:25:08 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2020-11-03T23:25:09.029Z] 2020/11/03 23:25:08 Finished clone github.com/fluent/fluent-logger-golang [2020-11-03T23:25:09.029Z] 2020/11/03 23:25:08 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2020-11-03T23:25:09.029Z] 2020/11/03 23:25:08 Finished clone github.com/ugorji/go [2020-11-03T23:25:09.029Z] 2020/11/03 23:25:08 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 [2020-11-03T23:25:09.103Z] --- PASS: TestServiceCreateInit (8.80s) [2020-11-03T23:25:09.103Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.39s) [2020-11-03T23:25:09.103Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.40s) [2020-11-03T23:25:09.103Z] === RUN TestCreateServiceMultipleTimes [2020-11-03T23:25:09.673Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-11-03T23:25:10.244Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-11-03T23:25:10.429Z] 2020/11/03 23:25:10 Finished clone github.com/fsnotify/fsnotify [2020-11-03T23:25:10.429Z] 2020/11/03 23:25:10 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2020-11-03T23:25:10.429Z] 2020/11/03 23:25:10 Finished clone golang.org/x/sys [2020-11-03T23:25:10.429Z] 2020/11/03 23:25:10 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2020-11-03T23:25:10.429Z] 2020/11/03 23:25:10 Finished clone github.com/bsphere/le_go [2020-11-03T23:25:10.429Z] 2020/11/03 23:25:10 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2020-11-03T23:25:10.996Z] 2020/11/03 23:25:10 Finished clone github.com/jmespath/go-jmespath [2020-11-03T23:25:10.996Z] 2020/11/03 23:25:10 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2020-11-03T23:25:11.188Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-11-03T23:25:11.562Z] 2020/11/03 23:25:11 Finished clone golang.org/x/oauth2 [2020-11-03T23:25:11.562Z] 2020/11/03 23:25:11 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2020-11-03T23:25:11.821Z] 2020/11/03 23:25:11 Finished clone github.com/tinylib/msgp [2020-11-03T23:25:11.821Z] 2020/11/03 23:25:11 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2020-11-03T23:25:11.821Z] 2020/11/03 23:25:11 Finished clone github.com/golang/groupcache [2020-11-03T23:25:11.821Z] 2020/11/03 23:25:11 Clone github.com/containerd/containerd, revision c623d1b36f09f8ef6536a057bd658b3aa8632828, attempt 1/20 [2020-11-03T23:25:12.079Z] 2020/11/03 23:25:11 Finished clone github.com/docker/libnetwork [2020-11-03T23:25:12.079Z] 2020/11/03 23:25:11 Clone github.com/containerd/fifo, revision f15a3290365b9d2627d189e619ab4008e0069caf, attempt 1/20 [2020-11-03T23:25:12.198Z] --- PASS: TestContainerKillOnDaemonStart (12.66s) [2020-11-03T23:25:12.198Z] PASS [2020-11-03T23:25:12.198Z] [2020-11-03T23:25:12.198Z] === Skipped [2020-11-03T23:25:12.198Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-11-03T23:25:12.198Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-03T23:25:12.198Z] [2020-11-03T23:25:12.198Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-03T23:25:12.198Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-03T23:25:12.198Z] [2020-11-03T23:25:12.198Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-11-03T23:25:12.198Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-03T23:25:12.198Z] [2020-11-03T23:25:12.198Z] [2020-11-03T23:25:12.198Z] DONE 193 tests, 3 skipped in 108.320s [2020-11-03T23:25:12.198Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-11-03T23:25:12.198Z] ++ 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-03T23:25:12.198Z] ++ set -e [2020-11-03T23:25:12.198Z] ++ '[' -n 0 ']' [2020-11-03T23:25:12.198Z] ++ set -x [2020-11-03T23:25:12.198Z] ++ env -i DEST=/go/src/github.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-03T23:25:12.198Z] INFO: Testing against a local daemon [2020-11-03T23:25:12.198Z] === RUN TestCommitInheritsEnv [2020-11-03T23:25:12.492Z] --- PASS: TestCommitInheritsEnv (0.32s) [2020-11-03T23:25:12.492Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-03T23:25:12.492Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-03T23:25:12.492Z] === RUN TestImagesFilterMultiReference [2020-11-03T23:25:12.492Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2020-11-03T23:25:12.492Z] === RUN TestImagePullPlatformInvalid [2020-11-03T23:25:12.492Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-11-03T23:25:12.492Z] === RUN TestRemoveImageOrphaning [2020-11-03T23:25:13.018Z] 2020/11/03 23:25:12 Finished clone github.com/googleapis/gax-go [2020-11-03T23:25:13.019Z] 2020/11/03 23:25:12 Clone github.com/containerd/continuity, revision efbc4488d8fe1bdc16bde3b2d2990d9b3a899165, attempt 1/20 [2020-11-03T23:25:13.141Z] --- PASS: TestRemoveImageOrphaning (0.32s) [2020-11-03T23:25:13.141Z] === RUN TestRemoveImageGarbageCollector [2020-11-03T23:25:13.141Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-03T23:25:13.141Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:25:13.141Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-03T23:25:13.141Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-11-03T23:25:13.141Z] === RUN TestTagInvalidReference [2020-11-03T23:25:13.141Z] --- PASS: TestTagInvalidReference (0.02s) [2020-11-03T23:25:13.141Z] === RUN TestTagValidPrefixedRepo [2020-11-03T23:25:13.141Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-11-03T23:25:13.141Z] === RUN TestTagExistedNameWithoutForce [2020-11-03T23:25:13.141Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-11-03T23:25:13.141Z] === RUN TestTagOfficialNames [2020-11-03T23:25:13.141Z] --- PASS: TestTagOfficialNames (0.04s) [2020-11-03T23:25:13.141Z] === RUN TestTagMatchesDigest [2020-11-03T23:25:13.141Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-11-03T23:25:13.141Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-03T23:25:13.587Z] 2020/11/03 23:25:13 Finished clone github.com/containerd/fifo [2020-11-03T23:25:13.587Z] 2020/11/03 23:25:13 Clone github.com/containerd/cgroups, revision 318312a373405e5e91134d8063d04d59768a1bff, attempt 1/20 [2020-11-03T23:25:13.846Z] 2020/11/03 23:25:13 Finished clone go.opencensus.io [2020-11-03T23:25:13.846Z] 2020/11/03 23:25:13 Clone github.com/containerd/console, revision 5d7e1412f07b502a01029ea20e20e0d2be31fa7c, attempt 1/20 [2020-11-03T23:25:14.106Z] 2020/11/03 23:25:14 Finished clone golang.org/x/text [2020-11-03T23:25:14.106Z] 2020/11/03 23:25:14 Clone github.com/containerd/go-runc, revision 7016d3ce2328dd2cb1192b2076ebd565c4e8df0c, attempt 1/20 [2020-11-03T23:25:14.265Z] 4612f6d0b889: Pull complete [2020-11-03T23:25:15.044Z] 2020/11/03 23:25:14 Finished clone github.com/miekg/dns [2020-11-03T23:25:15.044Z] 2020/11/03 23:25:14 Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20 [2020-11-03T23:25:15.044Z] 2020/11/03 23:25:14 Finished clone github.com/moby/buildkit [2020-11-03T23:25:15.044Z] 2020/11/03 23:25:14 Clone github.com/containerd/ttrpc, revision 72bb1b21c5b0a4a107f59dd85f6ab58e564b68d6, attempt 1/20 [2020-11-03T23:25:15.613Z] 2020/11/03 23:25:15 Finished clone github.com/containerd/go-runc [2020-11-03T23:25:15.613Z] 2020/11/03 23:25:15 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [2020-11-03T23:25:15.613Z] 2020/11/03 23:25:15 Finished clone github.com/containerd/cgroups [2020-11-03T23:25:15.613Z] 2020/11/03 23:25:15 Clone github.com/cilium/ebpf, revision 1c8d4c9ef7759622653a1d319284a44652333b28, attempt 1/20 [2020-11-03T23:25:16.182Z] 2020/11/03 23:25:16 Finished clone github.com/containerd/typeurl [2020-11-03T23:25:16.182Z] 2020/11/03 23:25:16 Clone github.com/docker/swarmkit, revision d6592ddefd8a5319aadff74c558b816b1a0b2590, attempt 1/20 [2020-11-03T23:25:16.441Z] 2020/11/03 23:25:16 Finished clone github.com/containerd/ttrpc [2020-11-03T23:25:16.441Z] 2020/11/03 23:25:16 Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20 [2020-11-03T23:25:16.477Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-11-03T23:25:16.477Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-11-03T23:25:17.380Z] 2020/11/03 23:25:17 Finished clone github.com/gogo/googleapis [2020-11-03T23:25:17.380Z] 2020/11/03 23:25:17 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2020-11-03T23:25:17.380Z] 2020/11/03 23:25:17 Finished clone github.com/opencontainers/runc [2020-11-03T23:25:17.380Z] 2020/11/03 23:25:17 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2020-11-03T23:25:17.417Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-11-03T23:25:17.639Z] 2020/11/03 23:25:17 Finished clone github.com/containerd/console [2020-11-03T23:25:17.639Z] 2020/11/03 23:25:17 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2020-11-03T23:25:17.899Z] 2020/11/03 23:25:17 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2020-11-03T23:25:17.899Z] 2020/11/03 23:25:17 Finished clone github.com/docker/distribution [2020-11-03T23:25:18.358Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-11-03T23:25:18.468Z] 2020/11/03 23:25:18 Finished clone google.golang.org/grpc [2020-11-03T23:25:18.468Z] 2020/11/03 23:25:18 Clone golang.org/x/crypto, revision 75b288015ac94e66e3d6715fb68a9b41bf046ec2, attempt 1/20 [2020-11-03T23:25:19.037Z] 2020/11/03 23:25:18 Finished clone github.com/containerd/continuity [2020-11-03T23:25:19.037Z] 2020/11/03 23:25:18 Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20 [2020-11-03T23:25:19.037Z] 2020/11/03 23:25:18 Finished clone github.com/fernet/fernet-go [2020-11-03T23:25:19.037Z] 2020/11/03 23:25:18 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2020-11-03T23:25:19.297Z] 2020/11/03 23:25:19 Finished clone github.com/cilium/ebpf [2020-11-03T23:25:19.297Z] 2020/11/03 23:25:19 Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2020-11-03T23:25:19.300Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-11-03T23:25:20.236Z] 2020/11/03 23:25:19 Finished clone github.com/hashicorp/go-immutable-radix [2020-11-03T23:25:20.236Z] 2020/11/03 23:25:19 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2020-11-03T23:25:20.495Z] 2020/11/03 23:25:20 Finished clone github.com/hashicorp/go-memdb [2020-11-03T23:25:20.495Z] 2020/11/03 23:25:20 Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20 [2020-11-03T23:25:20.495Z] 2020/11/03 23:25:20 Finished clone golang.org/x/time [2020-11-03T23:25:20.495Z] 2020/11/03 23:25:20 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2020-11-03T23:25:20.697Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-11-03T23:25:21.436Z] 2020/11/03 23:25:21 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2020-11-03T23:25:21.436Z] 2020/11/03 23:25:21 Finished clone github.com/hashicorp/golang-lru [2020-11-03T23:25:22.007Z] 2020/11/03 23:25:21 Finished clone code.cloudfoundry.org/clock [2020-11-03T23:25:22.007Z] 2020/11/03 23:25:21 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2020-11-03T23:25:22.007Z] 2020/11/03 23:25:21 Finished clone github.com/coreos/pkg [2020-11-03T23:25:22.007Z] 2020/11/03 23:25:21 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2020-11-03T23:25:22.083Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-11-03T23:25:22.197Z] --- PASS: TestCreateServiceMultipleTimes (19.45s) [2020-11-03T23:25:22.197Z] === RUN TestCreateServiceConflict [2020-11-03T23:25:22.197Z] --- PASS: TestCreateServiceConflict (3.24s) [2020-11-03T23:25:22.197Z] === RUN TestCreateServiceMaxReplicas [2020-11-03T23:25:23.387Z] 2020/11/03 23:25:23 Finished clone github.com/beorn7/perks [2020-11-03T23:25:23.387Z] 2020/11/03 23:25:23 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2020-11-03T23:25:23.464Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-11-03T23:25:23.646Z] 2020/11/03 23:25:23 Finished clone github.com/prometheus/client_model [2020-11-03T23:25:23.646Z] 2020/11/03 23:25:23 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2020-11-03T23:25:23.905Z] 2020/11/03 23:25:23 Finished clone golang.org/x/crypto [2020-11-03T23:25:23.905Z] 2020/11/03 23:25:23 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2020-11-03T23:25:24.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000caae00_} [2020-11-03T23:25:24.848Z] 2020/11/03 23:25:24 Finished clone github.com/prometheus/client_golang [2020-11-03T23:25:24.848Z] 2020/11/03 23:25:24 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2020-11-03T23:25:25.108Z] 2020/11/03 23:25:25 Finished clone github.com/matttproud/golang_protobuf_extensions [2020-11-03T23:25:25.108Z] 2020/11/03 23:25:25 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2020-11-03T23:25:25.375Z] 2020/11/03 23:25:25 Finished clone github.com/golang/protobuf [2020-11-03T23:25:25.375Z] 2020/11/03 23:25:25 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2020-11-03T23:25:25.787Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1751135049_/foo_false____} [2020-11-03T23:25:26.345Z] 2020/11/03 23:25:26 Finished clone github.com/pkg/errors [2020-11-03T23:25:26.345Z] 2020/11/03 23:25:26 Clone github.com/spf13/cobra, revision a684a6d7f5e37385d954dd3b5a14fc6912c6ab9d, attempt 1/20 [2020-11-03T23:25:26.345Z] 2020/11/03 23:25:26 Finished clone github.com/prometheus/common [2020-11-03T23:25:26.345Z] 2020/11/03 23:25:26 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2020-11-03T23:25:26.414Z] --- PASS: TestCreateServiceMaxReplicas (3.57s) [2020-11-03T23:25:26.414Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-03T23:25:26.605Z] 2020/11/03 23:25:26 Finished clone github.com/prometheus/procfs [2020-11-03T23:25:26.605Z] 2020/11/03 23:25:26 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2020-11-03T23:25:26.605Z] 2020/11/03 23:25:26 Finished clone github.com/cespare/xxhash/v2 [2020-11-03T23:25:26.605Z] 2020/11/03 23:25:26 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2020-11-03T23:25:26.726Z] --- PASS: TestCreateServiceMultipleTimes (17.54s) [2020-11-03T23:25:26.726Z] === RUN TestCreateServiceConflict [2020-11-03T23:25:26.865Z] 2020/11/03 23:25:26 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2020-11-03T23:25:26.865Z] 2020/11/03 23:25:26 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2020-11-03T23:25:27.297Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1751135049_/foo_true____} [2020-11-03T23:25:28.248Z] 2020/11/03 23:25:27 Finished clone github.com/inconshreveable/mousetrap [2020-11-03T23:25:28.248Z] 2020/11/03 23:25:27 Clone github.com/opencontainers/selinux, revision 25504e34a9826d481f6e2903963ecaa881749124, attempt 1/20 [2020-11-03T23:25:28.248Z] 2020/11/03 23:25:27 Finished clone github.com/morikuni/aec [2020-11-03T23:25:28.248Z] 2020/11/03 23:25:27 Finished clone github.com/docker/go-metrics [2020-11-03T23:25:28.248Z] 2020/11/03 23:25:28 Finished clone github.com/spf13/pflag [2020-11-03T23:25:28.679Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3921606164_/foo_false____} [2020-11-03T23:25:29.186Z] 2020/11/03 23:25:29 Finished clone github.com/spf13/cobra [2020-11-03T23:25:29.249Z] --- PASS: TestCreateServiceConflict (2.53s) [2020-11-03T23:25:29.249Z] === RUN TestCreateServiceMaxReplicas [2020-11-03T23:25:30.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3921606164_/foo_true____} [2020-11-03T23:25:31.096Z] 2020/11/03 23:25:30 Finished clone github.com/google/certificate-transparency-go [2020-11-03T23:25:31.096Z] 2020/11/03 23:25:30 Finished clone github.com/opencontainers/selinux [2020-11-03T23:25:31.573Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3921606164_/foo_true__0xc000caae60__} [2020-11-03T23:25:32.143Z] --- PASS: TestCreateServiceMaxReplicas (2.99s) [2020-11-03T23:25:32.143Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-03T23:25:32.713Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000caae80_} [2020-11-03T23:25:33.636Z] 2020/11/03 23:25:33 Finished clone github.com/cloudflare/cfssl [2020-11-03T23:25:34.628Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000caaea0_} [2020-11-03T23:25:36.010Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000caaec0_} [2020-11-03T23:25:37.392Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000caaee0_} [2020-11-03T23:25:38.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-11-03T23:25:39.716Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-11-03T23:25:39.716Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-11-03T23:25:39.716Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-11-03T23:25:39.716Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-11-03T23:25:39.716Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-11-03T23:25:39.716Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-11-03T23:25:39.716Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-11-03T23:25:39.977Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-11-03T23:25:39.977Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-11-03T23:25:39.977Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-11-03T23:25:39.977Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-11-03T23:25:39.977Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-11-03T23:25:39.977Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-11-03T23:25:39.977Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-11-03T23:25:39.977Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-11-03T23:25:39.977Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-11-03T23:25:39.977Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-11-03T23:25:39.977Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-11-03T23:25:41.338Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.33s) [2020-11-03T23:25:41.338Z] === RUN TestCreateServiceSecretFileMode [2020-11-03T23:25:41.901Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-11-03T23:25:42.729Z] --- PASS: TestCreateServiceSecretFileMode (2.68s) [2020-11-03T23:25:42.729Z] === RUN TestCreateServiceConfigFileMode [2020-11-03T23:25:43.287Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-11-03T23:25:45.197Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-11-03T23:25:45.768Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-11-03T23:25:45.768Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-11-03T23:25:45.851Z] 2020/11/03 23:25:43 Finished clone github.com/docker/swarmkit [2020-11-03T23:25:45.851Z] 2020/11/03 23:25:43 Finished clone cloud.google.com/go [2020-11-03T23:25:46.029Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-11-03T23:25:46.029Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.87s) [2020-11-03T23:25:46.029Z] === RUN TestCreateServiceSecretFileMode [2020-11-03T23:25:46.040Z] --- PASS: TestCreateServiceConfigFileMode (2.84s) [2020-11-03T23:25:46.040Z] === RUN TestCreateServiceSysctls [2020-11-03T23:25:46.601Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-11-03T23:25:47.544Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-11-03T23:25:48.393Z] 2020/11/03 23:25:48 Finished clone github.com/coreos/etcd [2020-11-03T23:25:48.486Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-11-03T23:25:49.428Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-11-03T23:25:49.688Z] --- PASS: TestCreateServiceSecretFileMode (3.49s) [2020-11-03T23:25:49.688Z] === RUN TestCreateServiceConfigFileMode [2020-11-03T23:25:50.256Z] --- PASS: TestCreateServiceSysctls (4.22s) [2020-11-03T23:25:50.256Z] === RUN TestCreateServiceCapabilities [2020-11-03T23:25:50.261Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-11-03T23:25:51.203Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-11-03T23:25:52.146Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-11-03T23:25:52.590Z] 2020/11/03 23:25:52 Finished clone github.com/containerd/containerd [2020-11-03T23:25:52.810Z] --- PASS: TestCreateServiceCapabilities (2.96s) [2020-11-03T23:25:52.810Z] === RUN TestInspect [2020-11-03T23:25:53.090Z] --- PASS: TestCreateServiceConfigFileMode (3.56s) [2020-11-03T23:25:53.090Z] === RUN TestCreateServiceSysctls [2020-11-03T23:25:53.352Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-11-03T23:25:53.923Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-11-03T23:25:54.867Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-11-03T23:25:56.253Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-11-03T23:25:57.030Z] --- PASS: TestInspect (3.55s) [2020-11-03T23:25:57.030Z] === RUN TestCreateJob [2020-11-03T23:25:57.197Z] --- PASS: TestCreateServiceSysctls (3.96s) [2020-11-03T23:25:57.197Z] === RUN TestCreateServiceCapabilities [2020-11-03T23:25:57.197Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-11-03T23:25:58.138Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-11-03T23:25:59.522Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-11-03T23:26:00.093Z] --- PASS: TestCreateServiceCapabilities (3.03s) [2020-11-03T23:26:00.093Z] === RUN TestInspect [2020-11-03T23:26:00.340Z] --- PASS: TestCreateJob (4.12s) [2020-11-03T23:26:00.340Z] === RUN TestReplicatedJob [2020-11-03T23:26:00.353Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-11-03T23:26:00.924Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-11-03T23:26:00.924Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-11-03T23:26:01.519Z] === RUN TestDockerSuite/TestCpRelativePath [2020-11-03T23:26:02.460Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-11-03T23:26:03.405Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-11-03T23:26:03.405Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-11-03T23:26:04.348Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-11-03T23:26:04.807Z] 2020/11/03 23:26:02 Finished clone google.golang.org/genproto [2020-11-03T23:26:05.736Z] === RUN TestDockerSuite/TestCpToCaseA [2020-11-03T23:26:05.999Z] --- PASS: TestInspect (5.81s) [2020-11-03T23:26:05.999Z] === RUN TestCreateJob [2020-11-03T23:26:06.190Z] 2020/11/03 23:26:05 Finished clone github.com/gogo/protobuf [2020-11-03T23:26:07.386Z] === RUN TestDockerSuite/TestCpToCaseB [2020-11-03T23:26:07.961Z] === RUN TestDockerSuite/TestCpToCaseC [2020-11-03T23:26:08.520Z] --- PASS: TestReplicatedJob (7.01s) [2020-11-03T23:26:08.520Z] === RUN TestUpdateReplicatedJob [2020-11-03T23:26:09.876Z] --- PASS: TestCreateJob (3.72s) [2020-11-03T23:26:09.876Z] === RUN TestReplicatedJob [2020-11-03T23:26:09.876Z] === RUN TestDockerSuite/TestCpToCaseD [2020-11-03T23:26:11.829Z] --- PASS: TestUpdateReplicatedJob (4.15s) [2020-11-03T23:26:11.830Z] === RUN TestServiceListWithStatuses [2020-11-03T23:26:11.830Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-03T23:26:11.830Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-03T23:26:11.830Z] === RUN TestDockerNetworkConnectAlias [2020-11-03T23:26:14.083Z] === RUN TestDockerSuite/TestCpToCaseE [2020-11-03T23:26:15.467Z] --- PASS: TestReplicatedJob (5.91s) [2020-11-03T23:26:15.467Z] === RUN TestUpdateReplicatedJob [2020-11-03T23:26:16.408Z] === RUN TestDockerSuite/TestCpToCaseF [2020-11-03T23:26:16.670Z] === RUN TestDockerSuite/TestCpToCaseG [2020-11-03T23:26:18.427Z] --- PASS: TestDockerNetworkConnectAlias (6.34s) [2020-11-03T23:26:18.427Z] === RUN TestDockerNetworkReConnect [2020-11-03T23:26:19.972Z] --- PASS: TestUpdateReplicatedJob (3.88s) [2020-11-03T23:26:19.972Z] === RUN TestServiceListWithStatuses [2020-11-03T23:26:19.972Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-03T23:26:19.972Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-03T23:26:19.972Z] === RUN TestDockerNetworkConnectAlias [2020-11-03T23:26:20.233Z] === RUN TestDockerSuite/TestCpToCaseH [2020-11-03T23:26:22.777Z] === RUN TestDockerSuite/TestCpToCaseI [2020-11-03T23:26:23.348Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-11-03T23:26:23.728Z] --- PASS: TestDockerNetworkReConnect (5.04s) [2020-11-03T23:26:23.728Z] === RUN TestServicePlugin [2020-11-03T23:26:23.728Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-03T23:26:23.728Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:26:23.728Z] === RUN TestServiceUpdateLabel [2020-11-03T23:26:24.747Z] --- PASS: TestDockerNetworkConnectAlias (4.99s) [2020-11-03T23:26:24.747Z] === RUN TestDockerNetworkReConnect [2020-11-03T23:26:25.648Z] --- PASS: TestServiceUpdateLabel (2.73s) [2020-11-03T23:26:25.648Z] === RUN TestServiceUpdateSecrets [2020-11-03T23:26:27.296Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-11-03T23:26:27.868Z] === RUN TestDockerSuite/TestCpToDot [2020-11-03T23:26:28.134Z] 2020/11/03 23:26:24 Finished clone github.com/hashicorp/consul [2020-11-03T23:26:28.439Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-11-03T23:26:28.700Z] --- PASS: TestDockerNetworkReConnect (4.21s) [2020-11-03T23:26:28.700Z] === RUN TestServicePlugin [2020-11-03T23:26:29.641Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-11-03T23:26:31.029Z] === RUN TestDockerSuite/TestCpToStdout [2020-11-03T23:26:31.600Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-11-03T23:26:32.542Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-11-03T23:26:32.542Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-11-03T23:26:33.487Z] === RUN TestDockerSuite/TestCpVolumePath [2020-11-03T23:26:34.431Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-11-03T23:26:34.692Z] === RUN TestDockerSuite/TestCreateArgs [2020-11-03T23:26:34.692Z] === RUN TestDockerSuite/TestCreateByImageID [2020-11-03T23:26:35.264Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-11-03T23:26:36.209Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-11-03T23:26:36.209Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-11-03T23:26:36.209Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-11-03T23:26:36.471Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-11-03T23:26:36.732Z] === RUN TestDockerSuite/TestCreateLabels [2020-11-03T23:26:36.993Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-11-03T23:26:36.993Z] === RUN TestDockerSuite/TestCreateRM [2020-11-03T23:26:37.254Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-11-03T23:26:37.254Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-11-03T23:26:37.254Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-11-03T23:26:37.254Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-11-03T23:26:38.640Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-11-03T23:26:38.640Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-11-03T23:26:38.901Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-11-03T23:26:39.472Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-11-03T23:26:40.356Z] 2020/11/03 23:26:38 Finished clone github.com/aws/aws-sdk-go [2020-11-03T23:26:43.681Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-11-03T23:26:43.681Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-11-03T23:26:43.681Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-11-03T23:26:43.681Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-11-03T23:26:43.681Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-11-03T23:26:43.681Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-11-03T23:26:43.781Z] --- PASS: TestServiceUpdateSecrets (15.40s) [2020-11-03T23:26:43.781Z] === RUN TestServiceUpdateConfigs [2020-11-03T23:26:43.941Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-11-03T23:26:45.325Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-11-03T23:26:45.586Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-11-03T23:26:46.170Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-11-03T23:26:46.749Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-11-03T23:26:48.133Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-11-03T23:26:49.077Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-11-03T23:26:49.653Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-11-03T23:26:49.653Z] === RUN TestDockerSuite/TestDevicePermissions [2020-11-03T23:26:50.225Z] === RUN TestDockerSuite/TestDockerFails [2020-11-03T23:26:50.225Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-11-03T23:26:50.225Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-11-03T23:26:50.225Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-11-03T23:26:51.167Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-11-03T23:26:51.741Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-11-03T23:26:52.682Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-11-03T23:26:52.682Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-11-03T23:26:52.682Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-11-03T23:26:52.682Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-11-03T23:26:57.967Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-11-03T23:26:58.701Z] --- PASS: TestServiceUpdateConfigs (15.26s) [2020-11-03T23:26:58.701Z] === RUN TestServiceUpdateNetwork [2020-11-03T23:26:59.884Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-11-03T23:27:01.271Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-11-03T23:27:01.842Z] --- PASS: TestServicePlugin (33.27s) [2020-11-03T23:27:01.842Z] plugin_test.go:62: [d4b9590c66b8e] joining swarm manager [d029c8201976d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:27:01.842Z] plugin_test.go:65: [d5e1ae4381597] joining swarm manager [d029c8201976d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:27:01.842Z] === RUN TestServiceUpdateLabel [2020-11-03T23:27:02.785Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-11-03T23:27:03.727Z] === RUN TestDockerSuite/TestEventsAttach [2020-11-03T23:27:04.301Z] === RUN TestDockerSuite/TestEventsCommit [2020-11-03T23:27:04.562Z] --- PASS: TestServiceUpdateLabel (2.68s) [2020-11-03T23:27:04.562Z] === RUN TestServiceUpdateSecrets [2020-11-03T23:27:05.133Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-11-03T23:27:05.704Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-11-03T23:27:06.276Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-11-03T23:27:07.219Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-11-03T23:27:08.610Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-11-03T23:27:09.553Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-11-03T23:27:10.947Z] --- PASS: TestServiceUpdateNetwork (14.64s) [2020-11-03T23:27:10.947Z] === RUN TestServiceUpdatePidsLimit [2020-11-03T23:27:11.469Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-11-03T23:27:12.040Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-11-03T23:27:12.869Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-03T23:27:13.443Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-03T23:27:13.951Z] === RUN TestDockerSuite/TestEventsCopy [2020-11-03T23:27:14.896Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-11-03T23:27:15.838Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-11-03T23:27:20.037Z] --- PASS: TestServiceUpdateSecrets (15.15s) [2020-11-03T23:27:20.037Z] === RUN TestServiceUpdateConfigs [2020-11-03T23:27:21.422Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-11-03T23:27:21.595Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-03T23:27:21.683Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-11-03T23:27:22.624Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-11-03T23:27:23.194Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-11-03T23:27:23.194Z] === RUN TestDockerSuite/TestEventsFilterType [2020-11-03T23:27:23.455Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-11-03T23:27:23.716Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-11-03T23:27:23.716Z] === RUN TestDockerSuite/TestEventsFilters [2020-11-03T23:27:24.657Z] === RUN TestDockerSuite/TestEventsFormat [2020-11-03T23:27:25.598Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-11-03T23:27:25.598Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-11-03T23:27:25.598Z] === RUN TestDockerSuite/TestEventsImageImport [2020-11-03T23:27:26.168Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-11-03T23:27:26.428Z] === RUN TestDockerSuite/TestEventsImagePull [2020-11-03T23:27:26.688Z] === RUN TestDockerSuite/TestEventsImageTag [2020-11-03T23:27:27.629Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-11-03T23:27:27.889Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-11-03T23:27:27.889Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-11-03T23:27:27.889Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-11-03T23:27:29.744Z] --- PASS: TestServiceUpdatePidsLimit (17.47s) [2020-11-03T23:27:29.744Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2020-11-03T23:27:29.744Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2020-11-03T23:27:29.744Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2020-11-03T23:27:29.744Z] PASS [2020-11-03T23:27:29.744Z] [2020-11-03T23:27:29.744Z] === Skipped [2020-11-03T23:27:29.745Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-11-03T23:27:29.745Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-03T23:27:29.745Z] [2020-11-03T23:27:29.745Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-11-03T23:27:29.745Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:27:29.745Z] [2020-11-03T23:27:29.745Z] [2020-11-03T23:27:29.745Z] DONE 27 tests, 2 skipped in 159.009s [2020-11-03T23:27:29.745Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-11-03T23:27:29.745Z] ++ 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-03T23:27:29.745Z] ++ set -e [2020-11-03T23:27:29.745Z] ++ '[' -n 0 ']' [2020-11-03T23:27:29.745Z] ++ set -x [2020-11-03T23:27:29.745Z] ++ env -i DEST=/go/src/github.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-03T23:27:29.745Z] INFO: Testing against a local daemon [2020-11-03T23:27:29.745Z] === RUN TestSessionCreate [2020-11-03T23:27:29.745Z] --- PASS: TestSessionCreate (0.05s) [2020-11-03T23:27:29.745Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-03T23:27:29.745Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-11-03T23:27:29.745Z] PASS [2020-11-03T23:27:29.745Z] [2020-11-03T23:27:29.745Z] DONE 2 tests in 0.229s [2020-11-03T23:27:29.745Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-11-03T23:27:29.745Z] ++ 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-03T23:27:29.745Z] ++ set -e [2020-11-03T23:27:29.745Z] ++ '[' -n 0 ']' [2020-11-03T23:27:29.745Z] ++ set -x [2020-11-03T23:27:29.745Z] ++ env -i DEST=/go/src/github.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-03T23:27:29.745Z] INFO: Testing against a local daemon [2020-11-03T23:27:29.745Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-03T23:27:29.745Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-03T23:27:29.745Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-03T23:27:29.745Z] === RUN TestEventsExecDie [2020-11-03T23:27:29.745Z] --- PASS: TestEventsExecDie (0.89s) [2020-11-03T23:27:29.745Z] === RUN TestEventsBackwardsCompatible [2020-11-03T23:27:29.800Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-11-03T23:27:30.007Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2020-11-03T23:27:30.007Z] === RUN TestInfoBinaryCommits [2020-11-03T23:27:30.007Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-11-03T23:27:30.007Z] === RUN TestInfoAPIVersioned [2020-11-03T23:27:30.007Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-11-03T23:27:30.007Z] === RUN TestInfoDiscoveryBackend [2020-11-03T23:27:30.061Z] === RUN TestDockerSuite/TestEventsRename [2020-11-03T23:27:30.582Z] --- PASS: TestInfoDiscoveryBackend (0.62s) [2020-11-03T23:27:30.582Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-03T23:27:30.655Z] === RUN TestDockerSuite/TestEventsResize [2020-11-03T23:27:31.234Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-11-03T23:27:31.538Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-03T23:27:31.538Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-03T23:27:31.806Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-11-03T23:27:32.069Z] === RUN TestDockerSuite/TestEventsStreaming [2020-11-03T23:27:32.133Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.65s) [2020-11-03T23:27:32.133Z] === RUN TestInfoAPI [2020-11-03T23:27:32.397Z] --- PASS: TestInfoAPI (0.06s) [2020-11-03T23:27:32.397Z] === RUN TestInfoAPIWarnings [2020-11-03T23:27:32.639Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-11-03T23:27:34.550Z] --- PASS: TestServiceUpdateConfigs (14.43s) [2020-11-03T23:27:34.550Z] === RUN TestServiceUpdateNetwork [2020-11-03T23:27:35.492Z] === RUN TestDockerSuite/TestEventsTop [2020-11-03T23:27:36.434Z] === RUN TestDockerSuite/TestEventsUntag [2020-11-03T23:27:38.976Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-11-03T23:27:41.287Z] 406ffb8432a7: Pull complete [2020-11-03T23:27:41.287Z] Digest: sha256:c09d8edfe68365f519b02827171aacc61ed3451f7863325cee4059b96f41c0ce [2020-11-03T23:27:41.287Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-03T23:27:41.287Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-11-03T23:27:41.287Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-11-03T23:27:41.287Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1518' [2020-11-03T23:27:41.287Z] WARN: Skipping validation tests [2020-11-03T23:27:41.287Z] INFO: Running unit tests at 11/03/2020 23:27:35... [2020-11-03T23:27:41.287Z] INFO: make.ps1 starting at 11/03/2020 23:27:40 [2020-11-03T23:27:41.287Z] INFO: Git commit (65dfb5f2d9) assumed from DOCKER_GITCOMMIT environment variable [2020-11-03T23:27:41.287Z] INFO: Invoking autogen... [2020-11-03T23:27:41.752Z] INFO: Running unit tests... [2020-11-03T23:27:45.559Z] === RUN TestDockerSuite/TestExec [2020-11-03T23:27:45.559Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-11-03T23:27:46.132Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-11-03T23:27:46.393Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-11-03T23:27:46.964Z] === RUN TestDockerSuite/TestExecAPIStart [2020-11-03T23:27:47.534Z] --- PASS: TestServiceUpdateNetwork (13.34s) [2020-11-03T23:27:47.534Z] === RUN TestServiceUpdatePidsLimit [2020-11-03T23:27:48.475Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-11-03T23:27:48.475Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-03T23:27:49.048Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-11-03T23:27:49.309Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-03T23:27:49.570Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-11-03T23:27:50.140Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-11-03T23:27:50.524Z] --- PASS: TestInfoAPIWarnings (16.62s) [2020-11-03T23:27:50.524Z] === RUN TestInfoDebug [2020-11-03T23:27:50.524Z] --- PASS: TestInfoDebug (0.61s) [2020-11-03T23:27:50.524Z] === RUN TestInfoInsecureRegistries [2020-11-03T23:27:50.524Z] --- PASS: TestInfoInsecureRegistries (0.61s) [2020-11-03T23:27:50.524Z] === RUN TestInfoRegistryMirrors [2020-11-03T23:27:50.713Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-11-03T23:27:50.786Z] --- PASS: TestInfoRegistryMirrors (0.63s) [2020-11-03T23:27:50.786Z] === RUN TestLoginFailsWithBadCredentials [2020-11-03T23:27:51.048Z] --- PASS: TestLoginFailsWithBadCredentials (0.31s) [2020-11-03T23:27:51.048Z] === RUN TestPingCacheHeaders [2020-11-03T23:27:51.048Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-11-03T23:27:51.048Z] === RUN TestPingGet [2020-11-03T23:27:51.048Z] --- PASS: TestPingGet (0.03s) [2020-11-03T23:27:51.048Z] === RUN TestPingHead [2020-11-03T23:27:51.286Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-11-03T23:27:51.309Z] --- PASS: TestPingHead (0.05s) [2020-11-03T23:27:51.309Z] === RUN TestVersion [2020-11-03T23:27:51.309Z] --- PASS: TestVersion (0.05s) [2020-11-03T23:27:51.309Z] PASS [2020-11-03T23:27:51.309Z] [2020-11-03T23:27:51.309Z] === Skipped [2020-11-03T23:27:51.309Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-03T23:27:51.309Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-03T23:27:51.310Z] [2020-11-03T23:27:51.310Z] [2020-11-03T23:27:51.310Z] DONE 18 tests, 1 skipped in 22.494s [2020-11-03T23:27:51.310Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-11-03T23:27:51.310Z] ++ 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-03T23:27:51.310Z] ++ set -e [2020-11-03T23:27:51.310Z] ++ '[' -n 0 ']' [2020-11-03T23:27:51.310Z] ++ set -x [2020-11-03T23:27:51.310Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-03T23:27:51.310Z] INFO: Testing against a local daemon [2020-11-03T23:27:51.310Z] === RUN TestVolumesCreateAndList [2020-11-03T23:27:51.571Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-11-03T23:27:51.571Z] === RUN TestVolumesRemove [2020-11-03T23:27:51.571Z] --- PASS: TestVolumesRemove (0.12s) [2020-11-03T23:27:51.571Z] === RUN TestVolumesInspect [2020-11-03T23:27:51.571Z] --- PASS: TestVolumesInspect (0.03s) [2020-11-03T23:27:51.571Z] === RUN TestVolumesInvalidJSON [2020-11-03T23:27:51.571Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-03T23:27:51.571Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-03T23:27:51.571Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-03T23:27:51.571Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-11-03T23:27:51.571Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-03T23:27:51.571Z] PASS [2020-11-03T23:27:51.571Z] [2020-11-03T23:27:51.571Z] DONE 5 tests in 0.352s [2020-11-03T23:27:51.571Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-03T23:27:51.833Z] ++++ cat bundles/test-integration/docker.pid [2020-11-03T23:27:51.833Z] +++ kill 13692 [2020-11-03T23:27:51.858Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-11-03T23:27:52.799Z] === RUN TestDockerSuite/TestExecCgroup [2020-11-03T23:27:53.223Z] +++ /etc/init.d/apparmor stop [2020-11-03T23:27:53.223Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-03T23:27:53.223Z] [2020-11-03T23:27:53.223Z] Unloading profiles will leave already running processes permanently [2020-11-03T23:27:53.223Z] unconfined, which can lead to unexpected situations. [2020-11-03T23:27:53.223Z] [2020-11-03T23:27:53.223Z] To set a process to complain mode, use the command line tool [2020-11-03T23:27:53.223Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-03T23:27:53.223Z] +++ true [2020-11-03T23:27:53.223Z] exiting test-integration [2020-11-03T23:27:53.223Z] ++ exit 0 [2020-11-03T23:27:53.223Z] [2020-11-03T23:27:53.754Z] === RUN TestDockerSuite/TestExecEnv [2020-11-03T23:27:54.200Z] 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-03T23:27:54.325Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-11-03T23:27:55.267Z] === RUN TestDockerSuite/TestExecExitStatus Post stage [Pipeline] junit [2020-11-03T23:27:55.792Z] Recording test results [2020-11-03T23:27:55.838Z] === RUN TestDockerSuite/TestExecInspectID [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-03T23:27:56.409Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-03T23:27:56.462Z] + echo Ensuring container killed. [2020-11-03T23:27:56.462Z] Ensuring container killed. [2020-11-03T23:27:56.462Z] + docker rm -vf docker-pr4 [2020-11-03T23:27:56.462Z] Error: No such container: docker-pr4 [2020-11-03T23:27:56.462Z] + true [Pipeline] sh [2020-11-03T23:27:56.756Z] + echo Chowning /workspace to jenkins user [2020-11-03T23:27:56.756Z] Chowning /workspace to jenkins user [2020-11-03T23:27:56.756Z] + id -u [2020-11-03T23:27:56.756Z] + id -g [2020-11-03T23:27:56.756Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41604:/workspace busybox chown -R 1000:1000 /workspace [2020-11-03T23:27:56.756Z] Unable to find image 'busybox:latest' locally [2020-11-03T23:27:57.019Z] latest: Pulling from library/busybox [2020-11-03T23:27:57.019Z] 5dce72bf4214: Pulling fs layer [2020-11-03T23:27:57.019Z] 5dce72bf4214: Verifying Checksum [2020-11-03T23:27:57.019Z] 5dce72bf4214: Download complete [2020-11-03T23:27:57.282Z] 5dce72bf4214: Pull complete [2020-11-03T23:27:57.282Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-11-03T23:27:57.282Z] Status: Downloaded newer image for busybox:latest [2020-11-03T23:27:57.349Z] === RUN TestDockerSuite/TestExecInteractive [2020-11-03T23:27:57.919Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-11-03T23:27:58.494Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-11-03T23:27:59.065Z] === RUN TestDockerSuite/TestExecParseError [2020-11-03T23:27:59.635Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-11-03T23:27:59.895Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-11-03T23:28:00.466Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-03T23:28:00.899Z] + bundleName=arm64-integration [2020-11-03T23:28:00.899Z] + echo Creating arm64-integration-bundles.tar.gz [2020-11-03T23:28:00.899Z] Creating arm64-integration-bundles.tar.gz [2020-11-03T23:28:00.899Z] + 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-03T23:28:00.899Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-11-03T23:28:01.176Z] Archiving artifacts [2020-11-03T23:28:01.407Z] === RUN TestDockerSuite/TestExecSetEnv [2020-11-03T23:28:01.981Z] === RUN TestDockerSuite/TestExecStartFails [2020-11-03T23:28:02.553Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-11-03T23:28:03.153Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41604/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-03T23:28:03.497Z] + make clean [2020-11-03T23:28:03.936Z] --- PASS: TestServiceUpdatePidsLimit (16.26s) [2020-11-03T23:28:03.936Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2020-11-03T23:28:03.936Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.92s) [2020-11-03T23:28:03.936Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.91s) [2020-11-03T23:28:03.936Z] PASS [2020-11-03T23:28:03.936Z] [2020-11-03T23:28:03.936Z] === Skipped [2020-11-03T23:28:03.936Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-11-03T23:28:03.936Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-03T23:28:03.936Z] [2020-11-03T23:28:03.936Z] [2020-11-03T23:28:03.936Z] DONE 27 tests, 1 skipped in 183.630s [2020-11-03T23:28:03.936Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-11-03T23:28:03.936Z] ++ 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-03T23:28:03.936Z] ++ set -e [2020-11-03T23:28:03.936Z] ++ '[' -n 0 ']' [2020-11-03T23:28:03.936Z] ++ set -x [2020-11-03T23:28:03.936Z] ++ env -i DEST=/go/src/github.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-03T23:28:03.936Z] INFO: Testing against a local daemon [2020-11-03T23:28:03.936Z] === RUN TestSessionCreate [2020-11-03T23:28:03.936Z] --- PASS: TestSessionCreate (0.02s) [2020-11-03T23:28:03.936Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-03T23:28:03.936Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-11-03T23:28:03.936Z] PASS [2020-11-03T23:28:03.936Z] [2020-11-03T23:28:03.936Z] DONE 2 tests in 0.148s [2020-11-03T23:28:03.936Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-11-03T23:28:03.936Z] ++ 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-03T23:28:03.936Z] ++ set -e [2020-11-03T23:28:03.936Z] ++ '[' -n 0 ']' [2020-11-03T23:28:03.936Z] ++ set -x [2020-11-03T23:28:03.936Z] ++ env -i DEST=/go/src/github.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-03T23:28:04.072Z] docker volume rm -f docker-dev-cache [2020-11-03T23:28:04.072Z] docker-dev-cache [Pipeline] deleteDir [2020-11-03T23:28:04.196Z] INFO: Testing against a local daemon [2020-11-03T23:28:04.196Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-03T23:28:04.196Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-03T23:28:04.196Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-03T23:28:04.196Z] === RUN TestEventsExecDie [2020-11-03T23:28:04.609Z] ? github.com/docker/docker/api [no test files] [2020-11-03T23:28:04.766Z] --- PASS: TestEventsExecDie (0.55s) [2020-11-03T23:28:04.766Z] === RUN TestEventsBackwardsCompatible [2020-11-03T23:28:04.766Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2020-11-03T23:28:04.766Z] === RUN TestInfoBinaryCommits [2020-11-03T23:28:04.766Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-11-03T23:28:04.766Z] === RUN TestInfoAPIVersioned [2020-11-03T23:28:04.766Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-03T23:28:04.766Z] === RUN TestInfoDiscoveryBackend [2020-11-03T23:28:05.336Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-11-03T23:28:05.336Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-03T23:28:06.276Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-03T23:28:06.276Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-03T23:28:06.850Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-11-03T23:28:06.850Z] === RUN TestInfoAPI [2020-11-03T23:28:06.850Z] --- PASS: TestInfoAPI (0.02s) [2020-11-03T23:28:06.850Z] === RUN TestInfoAPIWarnings [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-03T23:28:13.430Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-11-03T23:28:13.691Z] === RUN TestDockerSuite/TestExecTTY [2020-11-03T23:28:14.266Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-11-03T23:28:14.837Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-11-03T23:28:15.411Z] === RUN TestDockerSuite/TestExecUlimits [2020-11-03T23:28:16.010Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-11-03T23:28:16.010Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-11-03T23:28:16.816Z] 2020/11/03 23:28:12 Finished clone google.golang.org/api [2020-11-03T23:28:16.816Z] 2020/11/03 23:28:12 Dependencies downloaded. Download time: 3m23.950176487s [2020-11-03T23:28:16.816Z] 2020/11/03 23:28:12 Collecting all dependencies [2020-11-03T23:28:16.951Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-11-03T23:28:17.522Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-11-03T23:28:18.463Z] === RUN TestDockerSuite/TestExecWithTERM [2020-11-03T23:28:18.725Z] === RUN TestDockerSuite/TestExecWithUser [2020-11-03T23:28:19.298Z] === RUN TestDockerSuite/TestGetContainerStats [2020-11-03T23:28:20.680Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-11-03T23:28:22.381Z] === RUN TestMiddlewares [2020-11-03T23:28:22.381Z] --- PASS: TestMiddlewares (0.00s) [2020-11-03T23:28:22.381Z] PASS [2020-11-03T23:28:22.381Z] coverage: 9.0% of statements [2020-11-03T23:28:22.381Z] ok github.com/docker/docker/api/server 0.186s coverage: 9.0% of statements [2020-11-03T23:28:23.224Z] --- PASS: TestInfoAPIWarnings (16.24s) [2020-11-03T23:28:23.224Z] === RUN TestInfoDebug [2020-11-03T23:28:23.386Z] 2020/11/03 23:28:22 Clean vendor dir from unused packages [2020-11-03T23:28:23.386Z] 2020/11/03 23:28:22 Ignoring paths matching "^archive/tar" [2020-11-03T23:28:23.386Z] 2020/11/03 23:28:23 Success [2020-11-03T23:28:23.386Z] 2020/11/03 23:28:23 Running time: 3m37.789364762s [2020-11-03T23:28:23.484Z] --- PASS: TestInfoDebug (0.54s) [2020-11-03T23:28:23.484Z] === RUN TestInfoInsecureRegistries [2020-11-03T23:28:23.645Z] Congratulations! All vendoring changes are done the right way. [2020-11-03T23:28:23.744Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-11-03T23:28:24.005Z] --- PASS: TestInfoInsecureRegistries (0.56s) [2020-11-03T23:28:24.005Z] === RUN TestInfoRegistryMirrors [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-11-03T23:28:24.544Z] + echo Building e2e image [2020-11-03T23:28:24.544Z] Building e2e image [2020-11-03T23:28:24.544Z] + docker build --build-arg DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -t moby-e2e-test -f Dockerfile.e2e . [2020-11-03T23:28:24.544Z] #2 [internal] load .dockerignore [2020-11-03T23:28:24.544Z] #2 transferring context: 34B done [2020-11-03T23:28:24.544Z] #2 DONE 0.0s [2020-11-03T23:28:24.544Z] [2020-11-03T23:28:24.544Z] #1 [internal] load build definition from Dockerfile.e2e [2020-11-03T23:28:24.544Z] #1 transferring dockerfile: 3.21kB done [2020-11-03T23:28:24.544Z] #1 DONE 0.0s [2020-11-03T23:28:24.544Z] [2020-11-03T23:28:24.544Z] #4 [internal] load metadata for docker.io/library/golang:1.13.15-alpine [2020-11-03T23:28:24.575Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2020-11-03T23:28:24.575Z] === RUN TestLoginFailsWithBadCredentials [2020-11-03T23:28:24.838Z] --- PASS: TestLoginFailsWithBadCredentials (0.25s) [2020-11-03T23:28:24.838Z] === RUN TestPingCacheHeaders [2020-11-03T23:28:24.838Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-11-03T23:28:24.838Z] === RUN TestPingGet [2020-11-03T23:28:24.838Z] --- PASS: TestPingGet (0.02s) [2020-11-03T23:28:24.838Z] === RUN TestPingHead [2020-11-03T23:28:25.099Z] --- PASS: TestPingHead (0.03s) [2020-11-03T23:28:25.100Z] === RUN TestVersion [2020-11-03T23:28:25.100Z] --- PASS: TestVersion (0.02s) [2020-11-03T23:28:25.100Z] PASS [2020-11-03T23:28:25.100Z] [2020-11-03T23:28:25.100Z] === Skipped [2020-11-03T23:28:25.100Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-03T23:28:25.100Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-03T23:28:25.100Z] [2020-11-03T23:28:25.100Z] [2020-11-03T23:28:25.100Z] DONE 18 tests, 1 skipped in 21.058s [2020-11-03T23:28:25.100Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-11-03T23:28:25.100Z] ++ 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-03T23:28:25.100Z] ++ set -e [2020-11-03T23:28:25.100Z] ++ '[' -n 0 ']' [2020-11-03T23:28:25.100Z] ++ set -x [2020-11-03T23:28:25.100Z] ++ env -i DEST=/go/src/github.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-03T23:28:25.100Z] INFO: Testing against a local daemon [2020-11-03T23:28:25.100Z] === RUN TestVolumesCreateAndList [2020-11-03T23:28:25.100Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-11-03T23:28:25.100Z] === RUN TestVolumesRemove [2020-11-03T23:28:25.100Z] --- PASS: TestVolumesRemove (0.07s) [2020-11-03T23:28:25.100Z] === RUN TestVolumesInspect [2020-11-03T23:28:25.100Z] --- PASS: TestVolumesInspect (0.01s) [2020-11-03T23:28:25.100Z] === RUN TestVolumesInvalidJSON [2020-11-03T23:28:25.110Z] #4 ... [2020-11-03T23:28:25.110Z] [2020-11-03T23:28:25.110Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2020-11-03T23:28:25.110Z] #3 DONE 0.5s [2020-11-03T23:28:25.110Z] [2020-11-03T23:28:25.110Z] #4 [internal] load metadata for docker.io/library/golang:1.13.15-alpine [2020-11-03T23:28:25.360Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-03T23:28:25.360Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-03T23:28:25.360Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-03T23:28:25.360Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-11-03T23:28:25.360Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-03T23:28:25.360Z] PASS [2020-11-03T23:28:25.360Z] [2020-11-03T23:28:25.360Z] DONE 5 tests in 0.222s [2020-11-03T23:28:25.360Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-03T23:28:25.360Z] ++++ cat bundles/test-integration/docker.pid [2020-11-03T23:28:25.360Z] +++ kill 5578 [2020-11-03T23:28:25.374Z] #4 DONE 0.8s [2020-11-03T23:28:25.374Z] [2020-11-03T23:28:25.374Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013... [2020-11-03T23:28:25.374Z] #5 resolve docker.io/library/alpine:3.10@sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 done [2020-11-03T23:28:25.374Z] #5 sha256:a143f3ba578f79e2c7b3022c488e6e12a35836cd4a6eb9e363d7f3a07d848590 528B / 528B done [2020-11-03T23:28:25.374Z] #5 sha256:be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c 1.51kB / 1.51kB done [2020-11-03T23:28:25.374Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 2.80MB / 2.80MB 0.1s done [2020-11-03T23:28:25.374Z] #5 sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 1.64kB / 1.64kB done [2020-11-03T23:28:25.374Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d [2020-11-03T23:28:25.636Z] #5 ... [2020-11-03T23:28:25.636Z] [2020-11-03T23:28:25.636Z] #8 [internal] load build context [2020-11-03T23:28:25.636Z] #8 transferring context: 861.62kB 0.3s done [2020-11-03T23:28:25.636Z] #8 DONE 0.4s [2020-11-03T23:28:25.636Z] [2020-11-03T23:28:25.636Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013... [2020-11-03T23:28:25.895Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0.3s done [2020-11-03T23:28:25.895Z] #5 DONE 0.6s [2020-11-03T23:28:25.895Z] [2020-11-03T23:28:25.895Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-11-03T23:28:25.895Z] #14 resolve docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd done [2020-11-03T23:28:25.895Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 155B / 155B 0.1s done [2020-11-03T23:28:25.895Z] #14 sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd 1.65kB / 1.65kB done [2020-11-03T23:28:25.895Z] #14 sha256:8cc699270cfeed0864420e5c650aa9c1b51ed5b23cf927ab4c5eea47f6c0c1a8 1.36kB / 1.36kB done [2020-11-03T23:28:25.895Z] #14 sha256:5863598a981a037fbf078324d356cb3e7deade1c8ddb67550a1e9809274a8a11 3.83kB / 3.83kB done [2020-11-03T23:28:25.895Z] #14 sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 2.80MB / 2.80MB 0.1s done [2020-11-03T23:28:25.895Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 282.60kB / 282.60kB 0.1s done [2020-11-03T23:28:25.895Z] #14 extracting sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 0.2s [2020-11-03T23:28:25.895Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 14.79MB / 127.34MB 0.4s [2020-11-03T23:28:25.895Z] #14 sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 126B / 126B 0.2s done [2020-11-03T23:28:26.155Z] #14 extracting sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 0.3s done [2020-11-03T23:28:26.155Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 21.34MB / 127.34MB 0.5s [2020-11-03T23:28:26.155Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 31.89MB / 127.34MB 0.7s [2020-11-03T23:28:26.155Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d [2020-11-03T23:28:26.414Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 40.68MB / 127.34MB 0.8s [2020-11-03T23:28:26.414Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0.2s done [2020-11-03T23:28:26.414Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 48.13MB / 127.34MB 0.9s [2020-11-03T23:28:26.414Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f done [2020-11-03T23:28:26.674Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 62.44MB / 127.34MB 1.1s [2020-11-03T23:28:26.674Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 74.38MB / 127.34MB 1.2s [2020-11-03T23:28:26.674Z] #14 ... [2020-11-03T23:28:26.674Z] [2020-11-03T23:28:26.674Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-11-03T23:28:26.674Z] #6 DONE 0.9s [2020-11-03T23:28:26.674Z] [2020-11-03T23:28:26.674Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-11-03T23:28:26.674Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 87.63MB / 127.34MB 1.3s [2020-11-03T23:28:26.743Z] +++ /etc/init.d/apparmor stop [2020-11-03T23:28:26.743Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-03T23:28:26.743Z] [2020-11-03T23:28:26.743Z] Unloading profiles will leave already running processes permanently [2020-11-03T23:28:26.743Z] unconfined, which can lead to unexpected situations. [2020-11-03T23:28:26.743Z] [2020-11-03T23:28:26.743Z] To set a process to complain mode, use the command line tool [2020-11-03T23:28:26.743Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-03T23:28:26.743Z] +++ true [2020-11-03T23:28:26.743Z] exiting test-integration [2020-11-03T23:28:26.743Z] ++ exit 0 [2020-11-03T23:28:26.743Z] [2020-11-03T23:28:26.934Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 94.45MB / 127.34MB 1.4s [2020-11-03T23:28:27.194Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 106.96MB / 127.34MB 1.6s [2020-11-03T23:28:27.194Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 119.21MB / 127.34MB 1.7s [2020-11-03T23:28:27.452Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 1.8s [2020-11-03T23:28:27.452Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 1.8s done [2020-11-03T23:28:27.452Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b [2020-11-03T23:28:27.683Z] + for job in $(jobs -p) [2020-11-03T23:28:27.683Z] + wait 22356 [2020-11-03T23:28:28.253Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-11-03T23:28:30.164Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-11-03T23:28:32.722Z] #14 ... [2020-11-03T23:28:32.722Z] [2020-11-03T23:28:32.722Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-11-03T23:28:32.722Z] #7 0.613 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-03T23:28:32.722Z] #7 1.840 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-03T23:28:32.722Z] #7 2.023 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2) [2020-11-03T23:28:32.722Z] #7 2.029 (2/30) Installing ncurses-libs (6.1_p20190518-r2) [2020-11-03T23:28:32.722Z] #7 2.038 (3/30) Installing readline (8.0.0-r0) [2020-11-03T23:28:32.722Z] #7 2.044 (4/30) Installing bash (5.0.0-r0) [2020-11-03T23:28:32.722Z] #7 2.059 Executing bash-5.0.0-r0.post-install [2020-11-03T23:28:32.722Z] #7 2.063 (5/30) Installing ca-certificates (20191127-r2) [2020-11-03T23:28:32.722Z] #7 2.079 (6/30) Installing libgcc (8.3.0-r0) [2020-11-03T23:28:32.722Z] #7 2.083 (7/30) Installing libstdc++ (8.3.0-r0) [2020-11-03T23:28:32.722Z] #7 2.096 (8/30) Installing binutils (2.32-r0) [2020-11-03T23:28:32.722Z] #7 2.195 (9/30) Installing gmp (6.1.2-r1) [2020-11-03T23:28:32.722Z] #7 2.204 (10/30) Installing isl (0.18-r0) [2020-11-03T23:28:32.722Z] #7 2.225 (11/30) Installing libgomp (8.3.0-r0) [2020-11-03T23:28:32.722Z] #7 2.231 (12/30) Installing libatomic (8.3.0-r0) [2020-11-03T23:28:32.722Z] #7 2.233 (13/30) Installing mpfr3 (3.1.5-r1) [2020-11-03T23:28:32.722Z] #7 2.238 (14/30) Installing mpc1 (1.1.0-r0) [2020-11-03T23:28:32.722Z] #7 2.242 (15/30) Installing gcc (8.3.0-r0) [2020-11-03T23:28:32.722Z] #7 3.131 (16/30) Installing musl-dev (1.1.22-r3) [2020-11-03T23:28:32.722Z] #7 3.232 (17/30) Installing libc-dev (0.7.1-r0) [2020-11-03T23:28:32.722Z] #7 3.233 (18/30) Installing g++ (8.3.0-r0) [2020-11-03T23:28:32.722Z] #7 3.792 (19/30) Installing nghttp2-libs (1.39.2-r1) [2020-11-03T23:28:32.722Z] #7 3.796 (20/30) Installing libcurl (7.66.0-r1) [2020-11-03T23:28:32.722Z] #7 3.804 (21/30) Installing expat (2.2.8-r0) [2020-11-03T23:28:32.722Z] #7 3.806 (22/30) Installing pcre2 (10.33-r0) [2020-11-03T23:28:32.722Z] #7 3.814 (23/30) Installing git (2.22.4-r0) [2020-11-03T23:28:32.722Z] #7 4.020 (24/30) Installing libmnl (1.0.4-r0) [2020-11-03T23:28:32.722Z] #7 4.022 (25/30) Installing libnftnl-libs (1.1.3-r0) [2020-11-03T23:28:32.722Z] #7 4.027 (26/30) Installing iptables (1.8.3-r1) [2020-11-03T23:28:32.722Z] #7 4.054 (27/30) Installing pigz (2.4-r0) [2020-11-03T23:28:32.722Z] #7 4.060 (28/30) Installing tar (1.32-r0) [2020-11-03T23:28:32.722Z] #7 4.069 (29/30) Installing xz-libs (5.2.4-r0) [2020-11-03T23:28:32.722Z] #7 4.073 (30/30) Installing xz (5.2.4-r0) [2020-11-03T23:28:32.722Z] #7 4.078 Executing busybox-1.30.1-r3.trigger [2020-11-03T23:28:32.722Z] #7 4.082 Executing ca-certificates-20191127-r2.trigger [2020-11-03T23:28:32.722Z] #7 4.140 OK: 179 MiB in 44 packages [2020-11-03T23:28:32.722Z] #7 DONE 5.0s [2020-11-03T23:28:32.722Z] [2020-11-03T23:28:32.722Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-11-03T23:28:32.722Z] #9 DONE 0.1s [2020-11-03T23:28:32.722Z] [2020-11-03T23:28:32.722Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-11-03T23:28:32.722Z] #10 DONE 0.0s [2020-11-03T23:28:32.722Z] [2020-11-03T23:28:32.722Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-11-03T23:28:32.722Z] #11 DONE 0.0s [2020-11-03T23:28:32.722Z] [2020-11-03T23:28:32.722Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-11-03T23:28:32.722Z] #12 DONE 0.0s [2020-11-03T23:28:32.722Z] [2020-11-03T23:28:32.722Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-11-03T23:28:32.722Z] #14 ... [2020-11-03T23:28:32.722Z] [2020-11-03T23:28:32.722Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-11-03T23:28:32.722Z] #13 DONE 0.0s [2020-11-03T23:28:32.722Z] [2020-11-03T23:28:32.722Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-11-03T23:28:32.722Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.1s [2020-11-03T23:28:33.291Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.8s done [2020-11-03T23:28:33.291Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 [2020-11-03T23:28:33.549Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 done [2020-11-03T23:28:33.549Z] #14 DONE 8.2s [2020-11-03T23:28:33.549Z] [2020-11-03T23:28:33.549Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-11-03T23:28:34.115Z] #15 0.380 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-03T23:28:34.366Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-11-03T23:28:34.942Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-11-03T23:28:34.942Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-11-03T23:28:34.942Z] === RUN TestDockerSuite/TestHealth [2020-11-03T23:28:35.050Z] #15 1.438 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-03T23:28:35.050Z] #15 1.541 (1/54) Installing ncurses-terminfo-base (6.2_p20200523-r0) [2020-11-03T23:28:35.050Z] #15 1.545 (2/54) Installing ncurses-libs (6.2_p20200523-r0) [2020-11-03T23:28:35.050Z] #15 1.552 (3/54) Installing readline (8.0.4-r0) [2020-11-03T23:28:35.050Z] #15 1.555 (4/54) Installing bash (5.0.17-r0) [2020-11-03T23:28:35.050Z] #15 1.566 Executing bash-5.0.17-r0.post-install [2020-11-03T23:28:35.050Z] #15 1.568 (5/54) Installing linux-headers (5.4.5-r1) [2020-11-03T23:28:35.050Z] #15 1.644 (6/54) Installing libblkid (2.35.2-r0) [2020-11-03T23:28:35.308Z] #15 1.648 (7/54) Installing libuuid (2.35.2-r0) [2020-11-03T23:28:35.308Z] #15 1.649 (8/54) Installing btrfs-progs-libs (5.6.1-r0) [2020-11-03T23:28:35.308Z] #15 1.655 (9/54) Installing btrfs-progs-dev (5.6.1-r0) [2020-11-03T23:28:35.308Z] #15 1.659 (10/54) Installing libgcc (9.3.0-r2) [2020-11-03T23:28:35.308Z] #15 1.661 (11/54) Installing libstdc++ (9.3.0-r2) [2020-11-03T23:28:35.308Z] #15 1.673 (12/54) Installing binutils (2.34-r1) [2020-11-03T23:28:35.308Z] #15 1.741 (13/54) Installing libmagic (5.38-r0) [2020-11-03T23:28:35.308Z] #15 1.761 (14/54) Installing file (5.38-r0) [2020-11-03T23:28:35.308Z] #15 1.762 (15/54) Installing gmp (6.2.0-r0) [2020-11-03T23:28:35.308Z] #15 1.767 (16/54) Installing isl (0.18-r0) [2020-11-03T23:28:35.308Z] #15 1.781 (17/54) Installing libgomp (9.3.0-r2) [2020-11-03T23:28:35.308Z] #15 1.784 (18/54) Installing libatomic (9.3.0-r2) [2020-11-03T23:28:35.308Z] #15 1.785 (19/54) Installing libgphobos (9.3.0-r2) [2020-11-03T23:28:35.308Z] #15 1.826 (20/54) Installing mpfr4 (4.0.2-r4) [2020-11-03T23:28:35.308Z] #15 1.831 (21/54) Installing mpc1 (1.1.0-r1) [2020-11-03T23:28:35.308Z] #15 1.833 (22/54) Installing gcc (9.3.0-r2) [2020-11-03T23:28:35.719Z] --- PASS: TestImportExtremelyLargeImageWorks (192.80s) [2020-11-03T23:28:35.719Z] PASS [2020-11-03T23:28:35.719Z] [2020-11-03T23:28:35.719Z] === Skipped [2020-11-03T23:28:35.719Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-03T23:28:35.719Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:28:35.719Z] [2020-11-03T23:28:35.719Z] [2020-11-03T23:28:35.719Z] DONE 12 tests, 1 skipped in 193.796s [2020-11-03T23:28:35.719Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-11-03T23:28:35.719Z] ++ 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-03T23:28:35.719Z] ++ set -e [2020-11-03T23:28:35.719Z] ++ '[' -n 0 ']' [2020-11-03T23:28:35.719Z] ++ set -x [2020-11-03T23:28:35.719Z] ++ env -i DEST=/go/src/github.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-03T23:28:35.719Z] INFO: Testing against a local daemon [2020-11-03T23:28:35.719Z] === RUN TestNetworkCreateDelete [2020-11-03T23:28:35.719Z] --- PASS: TestNetworkCreateDelete (0.17s) [2020-11-03T23:28:35.719Z] === RUN TestDockerNetworkDeletePreferID [2020-11-03T23:28:35.719Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s) [2020-11-03T23:28:35.719Z] === RUN TestDaemonDNSFallback [2020-11-03T23:28:35.719Z] --- PASS: TestDaemonDNSFallback (1.53s) [2020-11-03T23:28:35.719Z] === RUN TestInspectNetwork [2020-11-03T23:28:35.719Z] === RUN TestInspectNetwork/full_network_id [2020-11-03T23:28:35.719Z] === RUN TestInspectNetwork/partial_network_id [2020-11-03T23:28:35.719Z] === RUN TestInspectNetwork/network_name [2020-11-03T23:28:35.719Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-03T23:28:35.719Z] --- PASS: TestInspectNetwork (7.01s) [2020-11-03T23:28:35.719Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-03T23:28:35.719Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-03T23:28:35.719Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-03T23:28:35.719Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-03T23:28:35.719Z] === RUN TestRunContainerWithBridgeNone [2020-11-03T23:28:36.245Z] #15 2.692 (23/54) Installing musl-dev (1.1.24-r9) [2020-11-03T23:28:36.245Z] #15 2.763 (24/54) Installing libc-dev (0.7.2-r3) [2020-11-03T23:28:36.245Z] #15 2.765 (25/54) Installing g++ (9.3.0-r2) [2020-11-03T23:28:36.812Z] #15 3.194 (26/54) Installing make (4.3-r0) [2020-11-03T23:28:36.812Z] #15 3.197 (27/54) Installing fortify-headers (1.1-r0) [2020-11-03T23:28:36.812Z] #15 3.199 (28/54) Installing patch (2.7.6-r6) [2020-11-03T23:28:36.812Z] #15 3.201 (29/54) Installing build-base (0.5-r2) [2020-11-03T23:28:36.812Z] #15 3.202 (30/54) Installing nghttp2-libs (1.41.0-r0) [2020-11-03T23:28:36.813Z] #15 3.205 (31/54) Installing libcurl (7.69.1-r1) [2020-11-03T23:28:36.813Z] #15 3.210 (32/54) Installing curl (7.69.1-r1) [2020-11-03T23:28:36.813Z] #15 3.213 (33/54) Installing oniguruma (6.9.5-r2) [2020-11-03T23:28:36.813Z] #15 3.219 (34/54) Installing jq (1.6-r1) [2020-11-03T23:28:36.813Z] #15 3.225 (35/54) Installing device-mapper-libs (2.02.186-r1) [2020-11-03T23:28:36.813Z] #15 3.230 (36/54) Installing device-mapper-event-libs (2.02.186-r1) [2020-11-03T23:28:36.813Z] #15 3.232 (37/54) Installing libaio (0.3.112-r1) [2020-11-03T23:28:36.813Z] #15 3.234 (38/54) Installing lvm2-libs (2.02.186-r1) [2020-11-03T23:28:36.813Z] #15 3.263 (39/54) Installing blkid (2.35.2-r0) [2020-11-03T23:28:36.813Z] #15 3.265 (40/54) Installing libcap-ng (0.7.10-r1) [2020-11-03T23:28:36.813Z] #15 3.267 (41/54) Installing setpriv (2.35.2-r0) [2020-11-03T23:28:36.813Z] #15 3.269 (42/54) Installing libmount (2.35.2-r0) [2020-11-03T23:28:36.813Z] #15 3.273 (43/54) Installing libsmartcols (2.35.2-r0) [2020-11-03T23:28:36.813Z] #15 3.276 (44/54) Installing findmnt (2.35.2-r0) [2020-11-03T23:28:36.813Z] #15 3.278 (45/54) Installing mcookie (2.35.2-r0) [2020-11-03T23:28:36.813Z] #15 3.280 (46/54) Installing hexdump (2.35.2-r0) [2020-11-03T23:28:36.813Z] #15 3.283 (47/54) Installing lsblk (2.35.2-r0) [2020-11-03T23:28:36.813Z] #15 3.285 (48/54) Installing libfdisk (2.35.2-r0) [2020-11-03T23:28:36.813Z] #15 3.291 (49/54) Installing sfdisk (2.35.2-r0) [2020-11-03T23:28:36.813Z] #15 3.294 (50/54) Installing cfdisk (2.35.2-r0) [2020-11-03T23:28:36.813Z] #15 3.296 (51/54) Installing util-linux (2.35.2-r0) [2020-11-03T23:28:36.813Z] #15 3.329 (52/54) Installing pkgconf (1.7.2-r0) [2020-11-03T23:28:36.813Z] #15 3.332 (53/54) Installing util-linux-dev (2.35.2-r0) [2020-11-03T23:28:36.813Z] #15 3.352 (54/54) Installing lvm2-dev (2.02.186-r1) [2020-11-03T23:28:36.813Z] #15 3.356 Executing busybox-1.31.1-r16.trigger [2020-11-03T23:28:36.813Z] #15 3.362 OK: 230 MiB in 69 packages [2020-11-03T23:28:37.253Z] --- PASS: TestRunContainerWithBridgeNone (1.88s) [2020-11-03T23:28:37.253Z] === RUN TestNetworkInvalidJSON [2020-11-03T23:28:37.253Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-03T23:28:37.253Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-03T23:28:37.253Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-03T23:28:37.253Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-03T23:28:37.253Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-03T23:28:37.253Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-03T23:28:37.253Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-03T23:28:37.253Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-03T23:28:37.253Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-03T23:28:37.253Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-11-03T23:28:37.253Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-03T23:28:37.253Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-03T23:28:37.253Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-03T23:28:37.253Z] === RUN TestHostIPv4BridgeLabel [2020-11-03T23:28:37.382Z] #15 DONE 3.9s [2020-11-03T23:28:37.382Z] [2020-11-03T23:28:37.382Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-11-03T23:28:37.547Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2020-11-03T23:28:37.547Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-03T23:28:37.950Z] #16 DONE 0.5s [2020-11-03T23:28:37.950Z] [2020-11-03T23:28:37.950Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-11-03T23:28:38.521Z] #17 DONE 0.4s [2020-11-03T23:28:38.521Z] [2020-11-03T23:28:38.521Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-11-03T23:28:38.521Z] #18 DONE 0.0s [2020-11-03T23:28:38.521Z] [2020-11-03T23:28:38.521Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-11-03T23:28:38.521Z] #22 DONE 0.0s [2020-11-03T23:28:38.521Z] [2020-11-03T23:28:38.521Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-11-03T23:28:38.521Z] #26 DONE 0.1s [2020-11-03T23:28:38.521Z] [2020-11-03T23:28:38.521Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-11-03T23:28:38.521Z] #19 DONE 0.0s [2020-11-03T23:28:38.521Z] [2020-11-03T23:28:38.521Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-11-03T23:28:38.521Z] #23 DONE 0.1s [2020-11-03T23:28:38.521Z] [2020-11-03T23:28:38.521Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-11-03T23:28:38.521Z] #27 DONE 0.1s [2020-11-03T23:28:38.521Z] [2020-11-03T23:28:38.521Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-11-03T23:28:38.521Z] #28 DONE 0.1s [2020-11-03T23:28:38.521Z] [2020-11-03T23:28:38.521Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-11-03T23:28:38.614Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-11-03T23:28:38.614Z] === RUN TestDaemonDefaultNetworkPools [2020-11-03T23:28:39.458Z] #24 1.110 + RM_GOPATH=0 [2020-11-03T23:28:39.458Z] #24 1.110 + TMP_GOPATH= [2020-11-03T23:28:39.458Z] #24 1.110 + : /build [2020-11-03T23:28:39.458Z] #24 1.110 + '[' -z '' ']' [2020-11-03T23:28:39.458Z] #24 1.110 ++ mktemp -d [2020-11-03T23:28:39.660Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s) [2020-11-03T23:28:39.660Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-03T23:28:39.736Z] #24 1.114 + export GOPATH=/tmp/tmp.GdlpcL [2020-11-03T23:28:39.736Z] #24 1.114 + GOPATH=/tmp/tmp.GdlpcL [2020-11-03T23:28:39.736Z] #24 1.114 + RM_GOPATH=1 [2020-11-03T23:28:39.736Z] #24 1.114 + case "$(go env GOARCH)" in [2020-11-03T23:28:39.736Z] #24 1.114 ++ go env GOARCH [2020-11-03T23:28:39.736Z] #24 1.121 + export GO_BUILDMODE=-buildmode=pie [2020-11-03T23:28:39.736Z] #24 1.121 + GO_BUILDMODE=-buildmode=pie [2020-11-03T23:28:39.736Z] #24 1.122 ++ dirname ./install.sh [2020-11-03T23:28:39.736Z] #24 1.123 + dir=. [2020-11-03T23:28:39.736Z] #24 1.123 + bin=dockercli [2020-11-03T23:28:39.736Z] #24 1.123 + shift [2020-11-03T23:28:39.736Z] #24 1.123 + '[' '!' -f ./dockercli.installer ']' [2020-11-03T23:28:39.736Z] #24 1.123 + . ./dockercli.installer [2020-11-03T23:28:39.736Z] #24 1.123 ++ : stable [2020-11-03T23:28:39.736Z] #24 1.123 ++ : 17.06.2-ce [2020-11-03T23:28:39.736Z] #24 1.123 + install_dockercli [2020-11-03T23:28:39.736Z] #24 1.123 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-03T23:28:39.736Z] #24 1.123 Install docker/cli version 17.06.2-ce from stable [2020-11-03T23:28:39.736Z] #24 1.124 ++ uname -m [2020-11-03T23:28:39.736Z] #24 1.124 + arch=x86_64 [2020-11-03T23:28:39.736Z] #24 1.124 + '[' x86_64 '!=' x86_64 ']' [2020-11-03T23:28:39.736Z] #24 1.124 + url=https://download.docker.com/linux/static [2020-11-03T23:28:39.736Z] #24 1.124 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-11-03T23:28:39.736Z] #24 1.124 + tar -xz docker/docker [2020-11-03T23:28:40.304Z] #24 ... [2020-11-03T23:28:40.304Z] [2020-11-03T23:28:40.304Z] #31 [builder 1/4] COPY . . [2020-11-03T23:28:40.304Z] #31 DONE 1.9s [2020-11-03T23:28:40.563Z] [2020-11-03T23:28:40.563Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-11-03T23:28:40.702Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2020-11-03T23:28:40.702Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-03T23:28:41.500Z] #32 DONE 1.1s [2020-11-03T23:28:41.500Z] [2020-11-03T23:28:41.500Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-11-03T23:28:41.500Z] #20 2.891 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-03T23:28:42.068Z] #20 3.606 [2020-11-03T23:28:42.239Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.31s) [2020-11-03T23:28:42.239Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-03T23:28:42.532Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2020-11-03T23:28:42.532Z] === RUN TestServiceWithPredefinedNetwork [2020-11-03T23:28:42.586Z] #20 3.735 ### 4.4% ################### 26.6% ################################ 45.5% ############################################## 64.4% ########################################################### 83.3% ######################################################################## 100.0% [2020-11-03T23:28:43.153Z] #20 4.721 [2020-11-03T23:28:43.412Z] #20 4.836 0.2%#20 ... [2020-11-03T23:28:43.412Z] [2020-11-03T23:28:43.412Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-11-03T23:28:43.412Z] #24 4.642 + mkdir -p /build [2020-11-03T23:28:43.412Z] #24 4.643 + mv docker/docker /build/ [2020-11-03T23:28:43.412Z] #24 4.645 + rmdir docker [2020-11-03T23:28:43.412Z] #24 DONE 4.8s [2020-11-03T23:28:43.412Z] [2020-11-03T23:28:43.412Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-11-03T23:28:43.412Z] #20 4.836 0.2% ######################################################################## 100.0% [2020-11-03T23:28:43.412Z] #20 ... [2020-11-03T23:28:43.412Z] [2020-11-03T23:28:43.412Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-11-03T23:28:43.412Z] #33 0.942 [2020-11-03T23:28:43.412Z] #33 1.162 Removing bundles/ [2020-11-03T23:28:43.412Z] #33 1.163 [2020-11-03T23:28:43.412Z] #33 1.174 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-11-03T23:28:44.611Z] --- PASS: TestServiceWithPredefinedNetwork (2.02s) [2020-11-03T23:28:44.611Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-03T23:28:44.611Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-03T23:28:44.611Z] service_test.go:236: FLAKY_TEST [2020-11-03T23:28:44.611Z] === RUN TestServiceWithDataPathPortInit [2020-11-03T23:28:44.789Z] #33 3.037 Building test suite binary ./integration-cli/test.main [2020-11-03T23:28:46.695Z] #33 ... [2020-11-03T23:28:46.695Z] [2020-11-03T23:28:46.695Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-11-03T23:28:46.695Z] #20 5.613 [2020-11-03T23:28:46.695Z] #20 5.729 ############## 19.5% ######################################################################## 100.0% [2020-11-03T23:28:46.695Z] #20 6.222 [2020-11-03T23:28:46.695Z] #20 6.340 ### 4.2% ############ 17.9% ######################## 34.2% #################################### 51.0% ############################################### 66.3% ############################################################ 84.3% ######################################################################## 100.0% [2020-11-03T23:28:46.695Z] #20 7.371 [2020-11-03T23:28:47.736Z] #20 7.481 0.1% ## 3.4% ###### 8.9% ########## 14.3% ############## 20.2% ################### 27.7% ######################## 33.8% ############################ 38.9% ############################### 44.2% ################################### 49.8% ####################################### 55.1% ########################################### 60.5% ############################################### 65.3% ################################################## 70.3% ###################################################### 75.5% ######################################################### 79.8% ############################################################## 86.9% ################################################################## 92.0% ###################################################################### 97.6% ######################################################################## 100.0% [2020-11-03T23:28:48.305Z] #20 9.661 [2020-11-03T23:28:48.565Z] #20 ... [2020-11-03T23:28:48.565Z] [2020-11-03T23:28:48.565Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-11-03T23:28:49.503Z] #29 ... [2020-11-03T23:28:49.503Z] [2020-11-03T23:28:49.503Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-11-03T23:28:49.503Z] #20 10.88 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-03T23:28:50.073Z] #20 11.42 [2020-11-03T23:28:50.073Z] #20 11.55 # 2.2% ######################################################################## 100.0% [2020-11-03T23:28:50.333Z] #20 11.88 [2020-11-03T23:28:51.714Z] #20 13.17 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-03T23:28:52.283Z] #20 13.63 [2020-11-03T23:28:52.283Z] #20 13.84 0.6% ######################################################################## 100.0% [2020-11-03T23:28:52.852Z] #20 14.26 [2020-11-03T23:28:54.232Z] #20 15.94 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-03T23:28:54.492Z] #20 16.13 skipping existing c35d46ef359f [2020-11-03T23:28:55.061Z] #20 16.48 [2020-11-03T23:28:56.000Z] #20 17.62 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-03T23:28:56.570Z] #20 18.06 [2020-11-03T23:28:56.570Z] #20 18.13 ######################################################################## 100.0% [2020-11-03T23:28:56.829Z] #20 18.46 [2020-11-03T23:28:56.909Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-11-03T23:28:56.909Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-11-03T23:28:56.909Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-11-03T23:28:56.909Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-11-03T23:28:56.909Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-11-03T23:28:56.909Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-11-03T23:28:56.909Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-11-03T23:28:56.909Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-11-03T23:28:56.909Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-11-03T23:28:56.909Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-11-03T23:28:56.909Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-11-03T23:28:56.909Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-11-03T23:28:56.909Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-11-03T23:28:56.909Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-11-03T23:28:56.909Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-11-03T23:28:56.909Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-11-03T23:28:57.089Z] #20 18.56 Download of images into '/build' complete. [2020-11-03T23:28:57.089Z] #20 18.56 Use something like the following to load the result into a Docker daemon: [2020-11-03T23:28:57.089Z] #20 18.56 tar -cC '/build' . | docker load [2020-11-03T23:28:57.348Z] #20 DONE 18.9s [2020-11-03T23:28:57.348Z] [2020-11-03T23:28:57.348Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-11-03T23:28:57.480Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-11-03T23:28:57.741Z] === RUN TestDockerSuite/TestImagesFormat [2020-11-03T23:28:58.001Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-11-03T23:28:58.572Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-11-03T23:28:59.944Z] #29 ... [2020-11-03T23:28:59.945Z] [2020-11-03T23:28:59.945Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-11-03T23:28:59.977Z] --- PASS: TestServiceWithDataPathPortInit (13.73s) [2020-11-03T23:28:59.977Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-03T23:29:00.512Z] #21 DONE 0.8s [2020-11-03T23:29:00.512Z] [2020-11-03T23:29:00.512Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-11-03T23:29:00.512Z] #25 DONE 0.1s [2020-11-03T23:29:00.512Z] [2020-11-03T23:29:00.512Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-11-03T23:29:01.111Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-11-03T23:29:01.111Z] === RUN TestDockerSuite/TestImportBadURL [2020-11-03T23:29:01.111Z] === RUN TestDockerSuite/TestImportDisplay [2020-11-03T23:29:02.494Z] === RUN TestDockerSuite/TestImportFile [2020-11-03T23:29:03.435Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-11-03T23:29:03.435Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-11-03T23:29:04.379Z] === RUN TestDockerSuite/TestImportGzipped [2020-11-03T23:29:05.551Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.85s) [2020-11-03T23:29:05.551Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:zdmq2pxvgqzy8wslg1dil0blh Created:2020-11-03 23:28:59.307773032 +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[a4ee8ce2e16267e0209c44ed11c82915a3e47bb56dc8c620657fb570d208470a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.77689rp1vnmuinfw42qbbuhc1 EndpointID:22be33b2b479386fc16ea318c3a7c51a0454b4222572fdaa6bdf59910df39cf5 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5b1cd2d14d71f4acdfcff4361a8b0580379569c5a6ce7c7fe47657425489e6e9 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:579d2c9fe5ae IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.77689rp1vnmuinfw42qbbuhc1 EndpointID:22be33b2b479386fc16ea318c3a7c51a0454b4222572fdaa6bdf59910df39cf5 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-03T23:29:05.551Z] PASS [2020-11-03T23:29:05.551Z] [2020-11-03T23:29:05.551Z] === Skipped [2020-11-03T23:29:05.551Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-03T23:29:05.551Z] service_test.go:236: FLAKY_TEST [2020-11-03T23:29:05.551Z] [2020-11-03T23:29:05.551Z] [2020-11-03T23:29:05.551Z] DONE 23 tests, 1 skipped in 39.191s [2020-11-03T23:29:05.551Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-03T23:29:05.551Z] ++ 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-03T23:29:05.551Z] ++ set -e [2020-11-03T23:29:05.551Z] ++ '[' -n 0 ']' [2020-11-03T23:29:05.551Z] ++ set -x [2020-11-03T23:29:05.551Z] ++ env -i DEST=/go/src/github.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-03T23:29:05.551Z] INFO: Testing against a local daemon [2020-11-03T23:29:05.551Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-03T23:29:05.551Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-03T23:29:05.551Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:29:05.551Z] === RUN TestDockerNetworkIpvlan [2020-11-03T23:29:05.551Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-03T23:29:05.551Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:29:05.551Z] PASS [2020-11-03T23:29:05.551Z] [2020-11-03T23:29:05.551Z] === Skipped [2020-11-03T23:29:05.551Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-03T23:29:05.551Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:29:05.551Z] [2020-11-03T23:29:05.551Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-03T23:29:05.551Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-03T23:29:05.551Z] [2020-11-03T23:29:05.551Z] [2020-11-03T23:29:05.551Z] DONE 2 tests, 2 skipped in 0.080s [2020-11-03T23:29:05.551Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-03T23:29:05.551Z] ++ 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-03T23:29:05.551Z] ++ set -e [2020-11-03T23:29:05.551Z] ++ '[' -n 0 ']' [2020-11-03T23:29:05.551Z] ++ set -x [2020-11-03T23:29:05.551Z] ++ env -i DEST=/go/src/github.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-03T23:29:05.551Z] INFO: Testing against a local daemon [2020-11-03T23:29:05.551Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-03T23:29:05.765Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-11-03T23:29:06.707Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-11-03T23:29:07.083Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.44s) [2020-11-03T23:29:07.083Z] === RUN TestDockerNetworkMacvlan [2020-11-03T23:29:07.279Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-11-03T23:29:07.725Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-03T23:29:07.852Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-11-03T23:29:08.362Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-03T23:29:08.423Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-11-03T23:29:08.423Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-11-03T23:29:08.423Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-11-03T23:29:08.683Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-11-03T23:29:09.254Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-11-03T23:29:09.404Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-03T23:29:09.824Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-11-03T23:29:10.084Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-11-03T23:29:10.656Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-11-03T23:29:10.917Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-11-03T23:29:11.178Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-11-03T23:29:11.439Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-11-03T23:29:11.487Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-03T23:29:12.380Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-11-03T23:29:12.640Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-11-03T23:29:12.722Z] #29 32.63 # github.com/docker/docker/contrib/httpserver [2020-11-03T23:29:12.722Z] #29 32.63 loadinternal: cannot find runtime/cgo [2020-11-03T23:29:12.722Z] #29 DONE 32.8s [2020-11-03T23:29:12.722Z] [2020-11-03T23:29:12.722Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-11-03T23:29:12.722Z] #33 ... [2020-11-03T23:29:12.722Z] [2020-11-03T23:29:12.722Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-11-03T23:29:12.722Z] #30 DONE 0.1s [2020-11-03T23:29:12.722Z] [2020-11-03T23:29:12.722Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-11-03T23:29:13.211Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-11-03T23:29:13.211Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-11-03T23:29:13.471Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-11-03T23:29:13.471Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-11-03T23:29:13.581Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-03T23:29:14.414Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-11-03T23:29:14.675Z] === RUN TestDockerSuite/TestInspectDefault [2020-11-03T23:29:15.247Z] === RUN TestDockerSuite/TestInspectHistory [2020-11-03T23:29:15.820Z] === RUN TestDockerSuite/TestInspectImage [2020-11-03T23:29:15.820Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-11-03T23:29:15.820Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-11-03T23:29:15.820Z] === RUN TestDockerSuite/TestInspectInt64 [2020-11-03T23:29:16.389Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-11-03T23:29:16.650Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-11-03T23:29:16.910Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-11-03T23:29:17.113Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-03T23:29:17.171Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-11-03T23:29:17.741Z] === RUN TestDockerSuite/TestInspectPlugin [2020-11-03T23:29:17.752Z] --- PASS: TestDockerNetworkMacvlan (11.03s) [2020-11-03T23:29:17.753Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-11-03T23:29:17.753Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-11-03T23:29:17.753Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s) [2020-11-03T23:29:17.753Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.95s) [2020-11-03T23:29:17.753Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.21s) [2020-11-03T23:29:17.753Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.62s) [2020-11-03T23:29:17.753Z] PASS [2020-11-03T23:29:17.753Z] [2020-11-03T23:29:17.753Z] DONE 8 tests in 12.540s [2020-11-03T23:29:17.753Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-03T23:29:17.753Z] ++ 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-03T23:29:17.753Z] ++ set -e [2020-11-03T23:29:17.753Z] ++ '[' -n 0 ']' [2020-11-03T23:29:17.753Z] ++ set -x [2020-11-03T23:29:17.753Z] ++ env -i DEST=/go/src/github.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-03T23:29:17.753Z] testing: warning: no tests to run [2020-11-03T23:29:17.753Z] PASS [2020-11-03T23:29:17.753Z] [2020-11-03T23:29:17.753Z] DONE 0 tests in 0.012s [2020-11-03T23:29:17.753Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-03T23:29:17.753Z] ++ 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-03T23:29:17.753Z] ++ set -e [2020-11-03T23:29:17.753Z] ++ '[' -n 0 ']' [2020-11-03T23:29:17.753Z] ++ set -x [2020-11-03T23:29:17.753Z] ++ env -i DEST=/go/src/github.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-03T23:29:18.047Z] INFO: Testing against a local daemon [2020-11-03T23:29:18.047Z] === RUN TestAuthZPluginAllowRequest [2020-11-03T23:29:19.579Z] --- PASS: TestAuthZPluginAllowRequest (1.37s) [2020-11-03T23:29:19.579Z] === RUN TestAuthZPluginTLS [2020-11-03T23:29:19.873Z] --- PASS: TestAuthZPluginTLS (0.57s) [2020-11-03T23:29:19.873Z] === RUN TestAuthZPluginDenyRequest [2020-11-03T23:29:20.281Z] === RUN TestDockerSuite/TestInspectRootFS [2020-11-03T23:29:20.281Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-11-03T23:29:20.508Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-11-03T23:29:20.508Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-03T23:29:20.541Z] === RUN TestDockerSuite/TestInspectStatus [2020-11-03T23:29:20.804Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-11-03T23:29:20.804Z] === RUN TestAuthZPluginDenyResponse [2020-11-03T23:29:21.112Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-11-03T23:29:21.440Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-11-03T23:29:21.441Z] === RUN TestAuthZPluginAllowEventStream [2020-11-03T23:29:22.495Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-11-03T23:29:22.755Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-03T23:29:22.944Z] === RUN TestBoolValue [2020-11-03T23:29:22.944Z] --- PASS: TestBoolValue (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestBoolValueOrDefault [2020-11-03T23:29:22.944Z] --- PASS: TestBoolValueOrDefault (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestInt64ValueOrZero [2020-11-03T23:29:22.944Z] --- PASS: TestInt64ValueOrZero (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestInt64ValueOrDefault [2020-11-03T23:29:22.944Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestInt64ValueOrDefaultWithError [2020-11-03T23:29:22.944Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestJsonContentType [2020-11-03T23:29:22.944Z] --- PASS: TestJsonContentType (0.00s) [2020-11-03T23:29:22.944Z] PASS [2020-11-03T23:29:22.944Z] coverage: 14.7% of statements [2020-11-03T23:29:22.944Z] ok github.com/docker/docker/api/server/httputils 0.114s coverage: 14.7% of statements [2020-11-03T23:29:22.944Z] === RUN TestMaskSecretKeys [2020-11-03T23:29:22.944Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2020-11-03T23:29:22.944Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2020-11-03T23:29:22.944Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2020-11-03T23:29:22.944Z] --- PASS: TestMaskSecretKeys (0.00s) [2020-11-03T23:29:22.944Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2020-11-03T23:29:22.944Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2020-11-03T23:29:22.944Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestVersionMiddlewareVersion [2020-11-03T23:29:22.944Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2020-11-03T23:29:22.944Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2020-11-03T23:29:22.944Z] PASS [2020-11-03T23:29:22.944Z] coverage: 37.7% of statements [2020-11-03T23:29:22.944Z] ok github.com/docker/docker/api/server/middleware 0.190s coverage: 37.7% of statements [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-03T23:29:22.944Z] === RUN TestStrSliceMarshalJSON [2020-11-03T23:29:22.944Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestStrSliceUnmarshalJSON [2020-11-03T23:29:22.944Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestStrSliceUnmarshalString [2020-11-03T23:29:22.944Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestStrSliceUnmarshalSlice [2020-11-03T23:29:22.944Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2020-11-03T23:29:22.944Z] PASS [2020-11-03T23:29:22.944Z] coverage: 90.0% of statements [2020-11-03T23:29:22.944Z] ok github.com/docker/docker/api/types/strslice 0.113s coverage: 90.0% of statements [2020-11-03T23:29:22.944Z] === RUN TestToJSON [2020-11-03T23:29:22.944Z] --- PASS: TestToJSON (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestToParamWithVersion [2020-11-03T23:29:22.944Z] --- PASS: TestToParamWithVersion (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestFromJSON [2020-11-03T23:29:22.944Z] --- PASS: TestFromJSON (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestEmpty [2020-11-03T23:29:22.944Z] --- PASS: TestEmpty (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestArgsMatchKVListEmptySources [2020-11-03T23:29:22.944Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestArgsMatchKVList [2020-11-03T23:29:22.944Z] --- PASS: TestArgsMatchKVList (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestArgsMatch [2020-11-03T23:29:22.944Z] --- PASS: TestArgsMatch (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestAdd [2020-11-03T23:29:22.944Z] --- PASS: TestAdd (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestDel [2020-11-03T23:29:22.944Z] --- PASS: TestDel (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestLen [2020-11-03T23:29:22.944Z] --- PASS: TestLen (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestExactMatch [2020-11-03T23:29:22.944Z] --- PASS: TestExactMatch (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestOnlyOneExactMatch [2020-11-03T23:29:22.944Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestContains [2020-11-03T23:29:22.944Z] --- PASS: TestContains (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestValidate [2020-11-03T23:29:22.944Z] --- PASS: TestValidate (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestWalkValues [2020-11-03T23:29:22.944Z] --- PASS: TestWalkValues (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestFuzzyMatch [2020-11-03T23:29:22.944Z] --- PASS: TestFuzzyMatch (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestClone [2020-11-03T23:29:22.944Z] --- PASS: TestClone (0.00s) [2020-11-03T23:29:22.944Z] PASS [2020-11-03T23:29:22.944Z] coverage: 92.2% of statements [2020-11-03T23:29:22.944Z] ok github.com/docker/docker/api/types/filters 0.101s coverage: 92.2% of statements [2020-11-03T23:29:22.944Z] === RUN TestAdjustForAPIVersion [2020-11-03T23:29:22.944Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2020-11-03T23:29:22.944Z] PASS [2020-11-03T23:29:22.944Z] coverage: 5.7% of statements [2020-11-03T23:29:22.944Z] ok github.com/docker/docker/api/server/router/swarm 0.140s coverage: 5.7% of statements [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/types [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-03T23:29:22.944Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-03T23:29:22.944Z] === RUN TestDurationToSecondsString [2020-11-03T23:29:22.944Z] --- PASS: TestDurationToSecondsString (0.00s) [2020-11-03T23:29:22.944Z] === RUN TestGetTimestamp [2020-11-03T23:29:22.944Z] --- PASS: TestGetTimestamp (0.17s) [2020-11-03T23:29:22.944Z] === RUN TestParseTimestamps [2020-11-03T23:29:22.944Z] --- PASS: TestParseTimestamps (0.00s) [2020-11-03T23:29:22.945Z] PASS [2020-11-03T23:29:22.945Z] coverage: 100.0% of statements [2020-11-03T23:29:22.945Z] ok github.com/docker/docker/api/types/time 0.351s coverage: 100.0% of statements [2020-11-03T23:29:22.945Z] === RUN TestCompareVersion [2020-11-03T23:29:22.945Z] --- PASS: TestCompareVersion (0.00s) [2020-11-03T23:29:22.945Z] PASS [2020-11-03T23:29:22.945Z] coverage: 75.0% of statements [2020-11-03T23:29:22.945Z] ok github.com/docker/docker/api/types/versions 0.076s coverage: 75.0% of statements [2020-11-03T23:29:22.945Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-03T23:29:22.945Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-03T23:29:22.945Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-03T23:29:22.945Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-11-03T23:29:22.945Z] ? github.com/docker/docker/builder [no test files] [2020-11-03T23:29:22.945Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-03T23:29:22.945Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-03T23:29:22.945Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-03T23:29:22.945Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-03T23:29:22.945Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-03T23:29:22.945Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-03T23:29:22.945Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-03T23:29:22.958Z] --- PASS: TestAuthZPluginAllowEventStream (1.35s) [2020-11-03T23:29:22.958Z] === RUN TestAuthZPluginErrorResponse [2020-11-03T23:29:23.256Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-11-03T23:29:23.256Z] === RUN TestAuthZPluginErrorRequest [2020-11-03T23:29:23.327Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-11-03T23:29:23.409Z] === RUN TestReadAll [2020-11-03T23:29:23.409Z] --- PASS: TestReadAll (0.00s) [2020-11-03T23:29:23.409Z] PASS [2020-11-03T23:29:23.409Z] coverage: 96.8% of statements [2020-11-03T23:29:23.409Z] ok github.com/docker/docker/builder/dockerignore 0.265s coverage: 96.8% of statements [2020-11-03T23:29:23.587Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-11-03T23:29:23.893Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-11-03T23:29:23.893Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-03T23:29:24.157Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-11-03T23:29:24.389Z] === RUN TestParseRemoteURL [2020-11-03T23:29:24.389Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2020-11-03T23:29:24.389Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2020-11-03T23:29:24.389Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2020-11-03T23:29:24.389Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2020-11-03T23:29:24.389Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2020-11-03T23:29:24.389Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2020-11-03T23:29:24.389Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2020-11-03T23:29:24.389Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2020-11-03T23:29:24.389Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2020-11-03T23:29:24.389Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2020-11-03T23:29:24.389Z] --- PASS: TestParseRemoteURL (0.00s) [2020-11-03T23:29:24.389Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2020-11-03T23:29:24.389Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2020-11-03T23:29:24.389Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2020-11-03T23:29:24.389Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2020-11-03T23:29:24.389Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2020-11-03T23:29:24.389Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2020-11-03T23:29:24.389Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2020-11-03T23:29:24.389Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2020-11-03T23:29:24.389Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2020-11-03T23:29:24.389Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2020-11-03T23:29:24.389Z] === RUN TestCloneArgsSmartHttp [2020-11-03T23:29:24.389Z] --- PASS: TestCloneArgsSmartHttp (0.05s) [2020-11-03T23:29:24.389Z] === RUN TestCloneArgsDumbHttp [2020-11-03T23:29:24.389Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2020-11-03T23:29:24.389Z] === RUN TestCloneArgsGit [2020-11-03T23:29:24.389Z] --- PASS: TestCloneArgsGit (0.00s) [2020-11-03T23:29:24.389Z] === RUN TestCheckoutGit [2020-11-03T23:29:24.418Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-11-03T23:29:24.538Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-11-03T23:29:24.538Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-03T23:29:24.989Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-11-03T23:29:24.989Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-11-03T23:29:26.061Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.70s) [2020-11-03T23:29:26.061Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-03T23:29:26.903Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-11-03T23:29:27.475Z] === RUN TestDockerSuite/TestLinksEnvs [2020-11-03T23:29:28.157Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.69s) [2020-11-03T23:29:28.157Z] === RUN TestAuthZPluginHeader [2020-11-03T23:29:28.158Z] === RUN TestEnable [2020-11-03T23:29:28.159Z] --- PASS: TestEnable (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestDisable [2020-11-03T23:29:28.159Z] --- PASS: TestDisable (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestEnabled [2020-11-03T23:29:28.159Z] --- PASS: TestEnabled (0.00s) [2020-11-03T23:29:28.159Z] PASS [2020-11-03T23:29:28.159Z] coverage: 100.0% of statements [2020-11-03T23:29:28.159Z] ok github.com/docker/docker/cli/debug 0.047s coverage: 100.0% of statements [2020-11-03T23:29:28.159Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2020-11-03T23:29:28.159Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.03s) [2020-11-03T23:29:28.159Z] === RUN TestProcessNoDockerignore [2020-11-03T23:29:28.159Z] --- PASS: TestProcessNoDockerignore (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestProcessShouldLeaveAllFiles [2020-11-03T23:29:28.159Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestDetectContentType [2020-11-03T23:29:28.159Z] --- PASS: TestDetectContentType (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestSelectAcceptableMIME [2020-11-03T23:29:28.159Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestInspectEmptyResponse [2020-11-03T23:29:28.159Z] --- PASS: TestInspectEmptyResponse (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestInspectResponseBinary [2020-11-03T23:29:28.159Z] --- PASS: TestInspectResponseBinary (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestResponseUnsupportedContentType [2020-11-03T23:29:28.159Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestInspectResponseTextSimple [2020-11-03T23:29:28.159Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestInspectResponseEmptyContentType [2020-11-03T23:29:28.159Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestUnknownContentLength [2020-11-03T23:29:28.159Z] --- PASS: TestUnknownContentLength (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestDownloadRemote [2020-11-03T23:29:28.159Z] --- PASS: TestDownloadRemote (0.10s) [2020-11-03T23:29:28.159Z] === RUN TestGetWithStatusError [2020-11-03T23:29:28.159Z] --- PASS: TestGetWithStatusError (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestCloseRootDirectory [2020-11-03T23:29:28.159Z] --- SKIP: TestCloseRootDirectory (0.00s) [2020-11-03T23:29:28.159Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:29:28.159Z] === RUN TestHashFile [2020-11-03T23:29:28.159Z] --- SKIP: TestHashFile (0.00s) [2020-11-03T23:29:28.159Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:29:28.159Z] === RUN TestHashSubdir [2020-11-03T23:29:28.159Z] === RUN TestGetAllAllowed [2020-11-03T23:29:28.159Z] --- PASS: TestGetAllAllowed (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestGetAllMeta [2020-11-03T23:29:28.159Z] --- PASS: TestGetAllMeta (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestWarnOnUnusedBuildArgs [2020-11-03T23:29:28.159Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestIsUnreferencedBuiltin [2020-11-03T23:29:28.159Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestIsExistingDirectory [2020-11-03T23:29:28.159Z] --- SKIP: TestHashSubdir (0.01s) [2020-11-03T23:29:28.159Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:29:28.159Z] === RUN TestRemoveDirectory [2020-11-03T23:29:28.159Z] --- PASS: TestIsExistingDirectory (0.01s) [2020-11-03T23:29:28.159Z] === RUN TestGetFilenameForDownload [2020-11-03T23:29:28.159Z] --- PASS: TestGetFilenameForDownload (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestEnv2Variables [2020-11-03T23:29:28.159Z] --- PASS: TestEnv2Variables (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestEnvValueWithExistingRunConfigEnv [2020-11-03T23:29:28.159Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestMaintainer [2020-11-03T23:29:28.159Z] --- PASS: TestMaintainer (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestLabel [2020-11-03T23:29:28.159Z] --- PASS: TestLabel (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestFromScratch [2020-11-03T23:29:28.159Z] --- PASS: TestFromScratch (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestFromWithArg [2020-11-03T23:29:28.159Z] --- PASS: TestFromWithArg (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestFromWithArgButBuildArgsNotGiven [2020-11-03T23:29:28.159Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestFromWithUndefinedArg [2020-11-03T23:29:28.159Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestFromMultiStageWithNamedStage [2020-11-03T23:29:28.159Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestOnbuild [2020-11-03T23:29:28.159Z] --- PASS: TestOnbuild (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestWorkdir [2020-11-03T23:29:28.159Z] --- PASS: TestWorkdir (0.00s) [2020-11-03T23:29:28.159Z] --- SKIP: TestRemoveDirectory (0.01s) [2020-11-03T23:29:28.159Z] === RUN TestCmd [2020-11-03T23:29:28.159Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:29:28.159Z] PASS [2020-11-03T23:29:28.159Z] coverage: 9.2% of statements [2020-11-03T23:29:28.159Z] --- PASS: TestCmd (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestHealthcheckNone [2020-11-03T23:29:28.159Z] --- PASS: TestHealthcheckNone (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestHealthcheckCmd [2020-11-03T23:29:28.159Z] --- PASS: TestHealthcheckCmd (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestEntrypoint [2020-11-03T23:29:28.159Z] --- PASS: TestEntrypoint (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestExpose [2020-11-03T23:29:28.159Z] --- PASS: TestExpose (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestUser [2020-11-03T23:29:28.159Z] --- PASS: TestUser (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestVolume [2020-11-03T23:29:28.159Z] --- PASS: TestVolume (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestStopSignal [2020-11-03T23:29:28.159Z] --- SKIP: TestStopSignal (0.00s) [2020-11-03T23:29:28.159Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-11-03T23:29:28.159Z] === RUN TestArg [2020-11-03T23:29:28.159Z] --- PASS: TestArg (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestShell [2020-11-03T23:29:28.159Z] --- PASS: TestShell (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestPrependEnvOnCmd [2020-11-03T23:29:28.159Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestRunWithBuildArgs [2020-11-03T23:29:28.159Z] --- PASS: TestRunWithBuildArgs (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestRunIgnoresHealthcheck [2020-11-03T23:29:28.159Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestNormalizeWorkdir [2020-11-03T23:29:28.159Z] --- PASS: TestNormalizeWorkdir (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestDispatch [2020-11-03T23:29:28.159Z] === RUN TestDispatch/ADD_multiple_files_to_file [2020-11-03T23:29:28.159Z] ok github.com/docker/docker/builder/remotecontext 0.889s coverage: 9.2% of statements [2020-11-03T23:29:28.159Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2020-11-03T23:29:28.159Z] === RUN TestDispatch/COPY_multiple_files_to_file [2020-11-03T23:29:28.159Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2020-11-03T23:29:28.159Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2020-11-03T23:29:28.159Z] === RUN TestDispatch/COPY_wildcard_no_files [2020-11-03T23:29:28.159Z] === RUN TestDispatch/COPY_url [2020-11-03T23:29:28.159Z] --- PASS: TestDispatch (0.09s) [2020-11-03T23:29:28.159Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.04s) [2020-11-03T23:29:28.159Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2020-11-03T23:29:28.159Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2020-11-03T23:29:28.159Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2020-11-03T23:29:28.159Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2020-11-03T23:29:28.159Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2020-11-03T23:29:28.159Z] --- PASS: TestDispatch/COPY_url (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestAddScratchImageAddsToMounts [2020-11-03T23:29:28.159Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestAddFromScratchPopulatesPlatform [2020-11-03T23:29:28.159Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2020-11-03T23:29:28.159Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2020-11-03T23:29:28.159Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestImageSourceGetAddsToMounts [2020-11-03T23:29:28.159Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestEmptyDockerfile [2020-11-03T23:29:28.159Z] --- PASS: TestEmptyDockerfile (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestSymlinkDockerfile [2020-11-03T23:29:28.159Z] --- PASS: TestSymlinkDockerfile (0.01s) [2020-11-03T23:29:28.159Z] === RUN TestDockerfileOutsideTheBuildContext [2020-11-03T23:29:28.159Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestNonExistingDockerfile [2020-11-03T23:29:28.159Z] --- PASS: TestNonExistingDockerfile (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestCopyRunConfig [2020-11-03T23:29:28.159Z] --- PASS: TestCopyRunConfig (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestDeepCopyRunConfig [2020-11-03T23:29:28.159Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestExportImage [2020-11-03T23:29:28.159Z] --- PASS: TestExportImage (0.00s) [2020-11-03T23:29:28.159Z] === RUN TestNormalizeDest [2020-11-03T23:29:28.159Z] --- PASS: TestNormalizeDest (0.00s) [2020-11-03T23:29:28.159Z] PASS [2020-11-03T23:29:28.159Z] coverage: 46.3% of statements [2020-11-03T23:29:28.159Z] ok github.com/docker/docker/builder/dockerfile 0.570s coverage: 46.3% of statements [2020-11-03T23:29:28.419Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-11-03T23:29:28.680Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-11-03T23:29:28.797Z] --- PASS: TestAuthZPluginHeader (0.86s) [2020-11-03T23:29:28.797Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-03T23:29:28.797Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-03T23:29:28.797Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:29:28.797Z] === RUN TestAuthZPluginV2Disable [2020-11-03T23:29:28.797Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-11-03T23:29:28.797Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:29:28.797Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-03T23:29:28.797Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-03T23:29:28.797Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:29:28.797Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-03T23:29:28.797Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-03T23:29:28.797Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:29:28.797Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-03T23:29:29.624Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-11-03T23:29:31.008Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-11-03T23:29:32.393Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-11-03T23:29:32.655Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-11-03T23:29:32.655Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-11-03T23:29:34.069Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-11-03T23:29:34.640Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-11-03T23:29:35.583Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-11-03T23:29:38.129Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-11-03T23:29:43.059Z] === RUN TestCheckpointCreateError [2020-11-03T23:29:43.059Z] --- PASS: TestCheckpointCreateError (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestCheckpointCreate [2020-11-03T23:29:43.059Z] --- PASS: TestCheckpointCreate (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestCheckpointDeleteError [2020-11-03T23:29:43.059Z] --- PASS: TestCheckpointDeleteError (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestCheckpointDelete [2020-11-03T23:29:43.059Z] --- PASS: TestCheckpointDelete (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestCheckpointListError [2020-11-03T23:29:43.059Z] --- PASS: TestCheckpointListError (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestCheckpointList [2020-11-03T23:29:43.059Z] --- PASS: TestCheckpointList (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestCheckpointListContainerNotFound [2020-11-03T23:29:43.059Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestNewClientWithOpsFromEnv [2020-11-03T23:29:43.059Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2020-11-03T23:29:43.059Z] client_test.go:23: runtime.GOOS == "windows" [2020-11-03T23:29:43.059Z] === RUN TestGetAPIPath [2020-11-03T23:29:43.059Z] --- PASS: TestGetAPIPath (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestParseHostURL [2020-11-03T23:29:43.059Z] --- PASS: TestParseHostURL (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2020-11-03T23:29:43.059Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestNegotiateAPIVersionEmpty [2020-11-03T23:29:43.059Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestNegotiateAPIVersion [2020-11-03T23:29:43.059Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestNegotiateAPVersionOverride [2020-11-03T23:29:43.059Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestNegotiateAPIVersionAutomatic [2020-11-03T23:29:43.059Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2020-11-03T23:29:43.059Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2020-11-03T23:29:43.059Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestClientRedirect [2020-11-03T23:29:43.059Z] --- PASS: TestClientRedirect (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestConfigCreateUnsupported [2020-11-03T23:29:43.059Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestConfigCreateError [2020-11-03T23:29:43.059Z] --- PASS: TestConfigCreateError (0.00s) [2020-11-03T23:29:43.059Z] === RUN TestConfigCreate [2020-11-03T23:29:43.060Z] --- PASS: TestConfigCreate (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestConfigInspectNotFound [2020-11-03T23:29:43.060Z] --- PASS: TestConfigInspectNotFound (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestConfigInspectWithEmptyID [2020-11-03T23:29:43.060Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestConfigInspectUnsupported [2020-11-03T23:29:43.060Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestConfigInspectError [2020-11-03T23:29:43.060Z] --- PASS: TestConfigInspectError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestConfigInspectConfigNotFound [2020-11-03T23:29:43.060Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestConfigInspect [2020-11-03T23:29:43.060Z] --- PASS: TestConfigInspect (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestConfigListUnsupported [2020-11-03T23:29:43.060Z] --- PASS: TestConfigListUnsupported (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestConfigListError [2020-11-03T23:29:43.060Z] --- PASS: TestConfigListError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestConfigList [2020-11-03T23:29:43.060Z] --- PASS: TestConfigList (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestConfigRemoveUnsupported [2020-11-03T23:29:43.060Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestConfigRemoveError [2020-11-03T23:29:43.060Z] --- PASS: TestConfigRemoveError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestConfigRemove [2020-11-03T23:29:43.060Z] --- PASS: TestConfigRemove (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestConfigUpdateUnsupported [2020-11-03T23:29:43.060Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestConfigUpdateError [2020-11-03T23:29:43.060Z] --- PASS: TestConfigUpdateError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestConfigUpdate [2020-11-03T23:29:43.060Z] --- PASS: TestConfigUpdate (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerCommitError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerCommitError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerCommit [2020-11-03T23:29:43.060Z] --- PASS: TestContainerCommit (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerStatPathError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerStatPathError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerStatPathNotFoundError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerStatPathNoHeaderError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerStatPath [2020-11-03T23:29:43.060Z] --- PASS: TestContainerStatPath (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestCopyToContainerError [2020-11-03T23:29:43.060Z] --- PASS: TestCopyToContainerError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestCopyToContainerNotFoundError [2020-11-03T23:29:43.060Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestCopyToContainerNotStatusOKError [2020-11-03T23:29:43.060Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestCopyToContainer [2020-11-03T23:29:43.060Z] --- PASS: TestCopyToContainer (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestCopyFromContainerError [2020-11-03T23:29:43.060Z] --- PASS: TestCopyFromContainerError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestCopyFromContainerNotFoundError [2020-11-03T23:29:43.060Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestCopyFromContainerNotStatusOKError [2020-11-03T23:29:43.060Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestCopyFromContainerNoHeaderError [2020-11-03T23:29:43.060Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestCopyFromContainer [2020-11-03T23:29:43.060Z] --- PASS: TestCopyFromContainer (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerCreateError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerCreateError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerCreateImageNotFound [2020-11-03T23:29:43.060Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerCreateWithName [2020-11-03T23:29:43.060Z] --- PASS: TestContainerCreateWithName (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerCreateAutoRemove [2020-11-03T23:29:43.060Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerDiffError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerDiffError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerDiff [2020-11-03T23:29:43.060Z] --- PASS: TestContainerDiff (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerExecCreateError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerExecCreateError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerExecCreate [2020-11-03T23:29:43.060Z] --- PASS: TestContainerExecCreate (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerExecStartError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerExecStartError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerExecStart [2020-11-03T23:29:43.060Z] --- PASS: TestContainerExecStart (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerExecInspectError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerExecInspectError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerExecInspect [2020-11-03T23:29:43.060Z] --- PASS: TestContainerExecInspect (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerExportError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerExportError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerExport [2020-11-03T23:29:43.060Z] --- PASS: TestContainerExport (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerInspectError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerInspectError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerInspectContainerNotFound [2020-11-03T23:29:43.060Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerInspectWithEmptyID [2020-11-03T23:29:43.060Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerInspect [2020-11-03T23:29:43.060Z] --- PASS: TestContainerInspect (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerInspectNode [2020-11-03T23:29:43.060Z] --- PASS: TestContainerInspectNode (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerKillError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerKillError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerKill [2020-11-03T23:29:43.060Z] --- PASS: TestContainerKill (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerListError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerListError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerList [2020-11-03T23:29:43.060Z] --- PASS: TestContainerList (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerLogsNotFoundError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerLogsError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerLogsError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerLogs [2020-11-03T23:29:43.060Z] --- PASS: TestContainerLogs (0.21s) [2020-11-03T23:29:43.060Z] === RUN TestContainerPauseError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerPauseError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerPause [2020-11-03T23:29:43.060Z] --- PASS: TestContainerPause (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainersPruneError [2020-11-03T23:29:43.060Z] --- PASS: TestContainersPruneError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainersPrune [2020-11-03T23:29:43.060Z] --- PASS: TestContainersPrune (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerRemoveError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerRemoveError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerRemoveNotFoundError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerRemove [2020-11-03T23:29:43.060Z] --- PASS: TestContainerRemove (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerRenameError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerRenameError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerRename [2020-11-03T23:29:43.060Z] --- PASS: TestContainerRename (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerResizeError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerResizeError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerExecResizeError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerExecResizeError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerResize [2020-11-03T23:29:43.060Z] --- PASS: TestContainerResize (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerExecResize [2020-11-03T23:29:43.060Z] --- PASS: TestContainerExecResize (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerRestartError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerRestartError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerRestart [2020-11-03T23:29:43.060Z] --- PASS: TestContainerRestart (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerStartError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerStartError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerStart [2020-11-03T23:29:43.060Z] --- PASS: TestContainerStart (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerStatsError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerStatsError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerStats [2020-11-03T23:29:43.060Z] --- PASS: TestContainerStats (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerStopError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerStopError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerStop [2020-11-03T23:29:43.060Z] --- PASS: TestContainerStop (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerTopError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerTopError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerTop [2020-11-03T23:29:43.060Z] --- PASS: TestContainerTop (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerUnpauseError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerUnpauseError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerUnpause [2020-11-03T23:29:43.060Z] --- PASS: TestContainerUnpause (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerUpdateError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerUpdateError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerUpdate [2020-11-03T23:29:43.060Z] --- PASS: TestContainerUpdate (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerWaitError [2020-11-03T23:29:43.060Z] --- PASS: TestContainerWaitError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestContainerWait [2020-11-03T23:29:43.060Z] --- PASS: TestContainerWait (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestDiskUsageError [2020-11-03T23:29:43.060Z] --- PASS: TestDiskUsageError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestDiskUsage [2020-11-03T23:29:43.060Z] --- PASS: TestDiskUsage (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestDistributionInspectUnsupported [2020-11-03T23:29:43.060Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestDistributionInspectWithEmptyID [2020-11-03T23:29:43.060Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestEventsErrorInOptions [2020-11-03T23:29:43.060Z] --- PASS: TestEventsErrorInOptions (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestEventsErrorFromServer [2020-11-03T23:29:43.060Z] --- PASS: TestEventsErrorFromServer (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestEvents [2020-11-03T23:29:43.060Z] --- PASS: TestEvents (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestTLSCloseWriter [2020-11-03T23:29:43.060Z] === PAUSE TestTLSCloseWriter [2020-11-03T23:29:43.060Z] === RUN TestImageBuildError [2020-11-03T23:29:43.060Z] --- PASS: TestImageBuildError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageBuild [2020-11-03T23:29:43.060Z] --- PASS: TestImageBuild (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestGetDockerOS [2020-11-03T23:29:43.060Z] --- PASS: TestGetDockerOS (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageCreateError [2020-11-03T23:29:43.060Z] --- PASS: TestImageCreateError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageCreate [2020-11-03T23:29:43.060Z] --- PASS: TestImageCreate (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageHistoryError [2020-11-03T23:29:43.060Z] --- PASS: TestImageHistoryError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageHistory [2020-11-03T23:29:43.060Z] --- PASS: TestImageHistory (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageImportError [2020-11-03T23:29:43.060Z] --- PASS: TestImageImportError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageImport [2020-11-03T23:29:43.060Z] --- PASS: TestImageImport (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageInspectError [2020-11-03T23:29:43.060Z] --- PASS: TestImageInspectError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageInspectImageNotFound [2020-11-03T23:29:43.060Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageInspectWithEmptyID [2020-11-03T23:29:43.060Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageInspect [2020-11-03T23:29:43.060Z] --- PASS: TestImageInspect (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageListError [2020-11-03T23:29:43.060Z] --- PASS: TestImageListError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageList [2020-11-03T23:29:43.060Z] --- PASS: TestImageList (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageListApiBefore125 [2020-11-03T23:29:43.060Z] --- PASS: TestImageListApiBefore125 (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageLoadError [2020-11-03T23:29:43.060Z] --- PASS: TestImageLoadError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageLoad [2020-11-03T23:29:43.060Z] --- PASS: TestImageLoad (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImagesPruneError [2020-11-03T23:29:43.060Z] --- PASS: TestImagesPruneError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImagesPrune [2020-11-03T23:29:43.060Z] --- PASS: TestImagesPrune (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImagePullReferenceParseError [2020-11-03T23:29:43.060Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImagePullAnyError [2020-11-03T23:29:43.060Z] --- PASS: TestImagePullAnyError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImagePullStatusUnauthorizedError [2020-11-03T23:29:43.060Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2020-11-03T23:29:43.060Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-11-03T23:29:43.060Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImagePullWithPrivilegedFuncNoError [2020-11-03T23:29:43.060Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImagePullWithoutErrors [2020-11-03T23:29:43.060Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImagePushReferenceError [2020-11-03T23:29:43.060Z] --- PASS: TestImagePushReferenceError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImagePushAnyError [2020-11-03T23:29:43.060Z] --- PASS: TestImagePushAnyError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImagePushStatusUnauthorizedError [2020-11-03T23:29:43.060Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2020-11-03T23:29:43.060Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-11-03T23:29:43.060Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImagePushWithPrivilegedFuncNoError [2020-11-03T23:29:43.060Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImagePushWithoutErrors [2020-11-03T23:29:43.060Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2020-11-03T23:29:43.060Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2020-11-03T23:29:43.060Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2020-11-03T23:29:43.060Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2020-11-03T23:29:43.060Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2020-11-03T23:29:43.060Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2020-11-03T23:29:43.060Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2020-11-03T23:29:43.060Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2020-11-03T23:29:43.060Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageRemoveError [2020-11-03T23:29:43.060Z] --- PASS: TestImageRemoveError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageRemoveImageNotFound [2020-11-03T23:29:43.060Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageRemove [2020-11-03T23:29:43.060Z] --- PASS: TestImageRemove (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageSaveError [2020-11-03T23:29:43.060Z] --- PASS: TestImageSaveError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageSave [2020-11-03T23:29:43.060Z] --- PASS: TestImageSave (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageSearchAnyError [2020-11-03T23:29:43.060Z] --- PASS: TestImageSearchAnyError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageSearchStatusUnauthorizedError [2020-11-03T23:29:43.060Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2020-11-03T23:29:43.060Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-11-03T23:29:43.060Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2020-11-03T23:29:43.060Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageSearchWithoutErrors [2020-11-03T23:29:43.060Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageTagError [2020-11-03T23:29:43.060Z] --- PASS: TestImageTagError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageTagInvalidReference [2020-11-03T23:29:43.060Z] --- PASS: TestImageTagInvalidReference (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageTagInvalidSourceImageName [2020-11-03T23:29:43.060Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageTagHexSource [2020-11-03T23:29:43.060Z] --- PASS: TestImageTagHexSource (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestImageTag [2020-11-03T23:29:43.060Z] --- PASS: TestImageTag (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestInfoServerError [2020-11-03T23:29:43.060Z] --- PASS: TestInfoServerError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestInfoInvalidResponseJSONError [2020-11-03T23:29:43.060Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestInfo [2020-11-03T23:29:43.060Z] --- PASS: TestInfo (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNetworkConnectError [2020-11-03T23:29:43.060Z] --- PASS: TestNetworkConnectError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2020-11-03T23:29:43.060Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNetworkConnect [2020-11-03T23:29:43.060Z] --- PASS: TestNetworkConnect (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNetworkCreateError [2020-11-03T23:29:43.060Z] --- PASS: TestNetworkCreateError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNetworkCreate [2020-11-03T23:29:43.060Z] --- PASS: TestNetworkCreate (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNetworkDisconnectError [2020-11-03T23:29:43.060Z] --- PASS: TestNetworkDisconnectError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNetworkDisconnect [2020-11-03T23:29:43.060Z] --- PASS: TestNetworkDisconnect (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNetworkInspectError [2020-11-03T23:29:43.060Z] --- PASS: TestNetworkInspectError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNetworkInspectNotFoundError [2020-11-03T23:29:43.060Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNetworkInspectWithEmptyID [2020-11-03T23:29:43.060Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNetworkInspect [2020-11-03T23:29:43.060Z] --- PASS: TestNetworkInspect (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNetworkListError [2020-11-03T23:29:43.060Z] --- PASS: TestNetworkListError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNetworkList [2020-11-03T23:29:43.060Z] --- PASS: TestNetworkList (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNetworksPruneError [2020-11-03T23:29:43.060Z] --- PASS: TestNetworksPruneError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNetworksPrune [2020-11-03T23:29:43.060Z] --- PASS: TestNetworksPrune (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNetworkRemoveError [2020-11-03T23:29:43.060Z] --- PASS: TestNetworkRemoveError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNetworkRemove [2020-11-03T23:29:43.060Z] --- PASS: TestNetworkRemove (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNodeInspectError [2020-11-03T23:29:43.060Z] --- PASS: TestNodeInspectError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNodeInspectNodeNotFound [2020-11-03T23:29:43.060Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNodeInspectWithEmptyID [2020-11-03T23:29:43.060Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNodeInspect [2020-11-03T23:29:43.060Z] --- PASS: TestNodeInspect (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNodeListError [2020-11-03T23:29:43.060Z] --- PASS: TestNodeListError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNodeList [2020-11-03T23:29:43.060Z] --- PASS: TestNodeList (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNodeRemoveError [2020-11-03T23:29:43.060Z] --- PASS: TestNodeRemoveError (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNodeRemove [2020-11-03T23:29:43.060Z] --- PASS: TestNodeRemove (0.00s) [2020-11-03T23:29:43.060Z] === RUN TestNodeUpdateError [2020-11-03T23:29:43.061Z] --- PASS: TestNodeUpdateError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestNodeUpdate [2020-11-03T23:29:43.061Z] --- PASS: TestNodeUpdate (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestOptionWithTimeout [2020-11-03T23:29:43.061Z] --- PASS: TestOptionWithTimeout (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPingFail [2020-11-03T23:29:43.061Z] --- PASS: TestPingFail (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPingWithError [2020-11-03T23:29:43.061Z] 2020/11/03 23:29:41 RoundTripper returned a response & error; ignoring response [2020-11-03T23:29:43.061Z] 2020/11/03 23:29:41 RoundTripper returned a response & error; ignoring response [2020-11-03T23:29:43.061Z] --- PASS: TestPingWithError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPingSuccess [2020-11-03T23:29:43.061Z] --- PASS: TestPingSuccess (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPingHeadFallback [2020-11-03T23:29:43.061Z] === RUN TestPingHeadFallback/OK [2020-11-03T23:29:43.061Z] === RUN TestPingHeadFallback/Internal_Server_Error [2020-11-03T23:29:43.061Z] === RUN TestPingHeadFallback/Not_Found [2020-11-03T23:29:43.061Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2020-11-03T23:29:43.061Z] --- PASS: TestPingHeadFallback (0.00s) [2020-11-03T23:29:43.061Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2020-11-03T23:29:43.061Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2020-11-03T23:29:43.061Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2020-11-03T23:29:43.061Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPluginDisableError [2020-11-03T23:29:43.061Z] --- PASS: TestPluginDisableError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPluginDisable [2020-11-03T23:29:43.061Z] --- PASS: TestPluginDisable (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPluginEnableError [2020-11-03T23:29:43.061Z] --- PASS: TestPluginEnableError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPluginEnable [2020-11-03T23:29:43.061Z] --- PASS: TestPluginEnable (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPluginInspectError [2020-11-03T23:29:43.061Z] --- PASS: TestPluginInspectError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPluginInspectWithEmptyID [2020-11-03T23:29:43.061Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPluginInspect [2020-11-03T23:29:43.061Z] --- PASS: TestPluginInspect (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPluginListError [2020-11-03T23:29:43.061Z] --- PASS: TestPluginListError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPluginList [2020-11-03T23:29:43.061Z] --- PASS: TestPluginList (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPluginPushError [2020-11-03T23:29:43.061Z] --- PASS: TestPluginPushError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPluginPush [2020-11-03T23:29:43.061Z] --- PASS: TestPluginPush (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPluginRemoveError [2020-11-03T23:29:43.061Z] --- PASS: TestPluginRemoveError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPluginRemove [2020-11-03T23:29:43.061Z] --- PASS: TestPluginRemove (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPluginSetError [2020-11-03T23:29:43.061Z] --- PASS: TestPluginSetError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPluginSet [2020-11-03T23:29:43.061Z] --- PASS: TestPluginSet (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSetHostHeader [2020-11-03T23:29:43.061Z] --- PASS: TestSetHostHeader (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestPlainTextError [2020-11-03T23:29:43.061Z] --- PASS: TestPlainTextError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestInfiniteError [2020-11-03T23:29:43.061Z] --- PASS: TestInfiniteError (0.02s) [2020-11-03T23:29:43.061Z] === RUN TestSecretCreateUnsupported [2020-11-03T23:29:43.061Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSecretCreateError [2020-11-03T23:29:43.061Z] --- PASS: TestSecretCreateError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSecretCreate [2020-11-03T23:29:43.061Z] --- PASS: TestSecretCreate (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSecretInspectUnsupported [2020-11-03T23:29:43.061Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSecretInspectError [2020-11-03T23:29:43.061Z] --- PASS: TestSecretInspectError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSecretInspectSecretNotFound [2020-11-03T23:29:43.061Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSecretInspectWithEmptyID [2020-11-03T23:29:43.061Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSecretInspect [2020-11-03T23:29:43.061Z] --- PASS: TestSecretInspect (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSecretListUnsupported [2020-11-03T23:29:43.061Z] --- PASS: TestSecretListUnsupported (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSecretListError [2020-11-03T23:29:43.061Z] --- PASS: TestSecretListError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSecretList [2020-11-03T23:29:43.061Z] --- PASS: TestSecretList (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSecretRemoveUnsupported [2020-11-03T23:29:43.061Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSecretRemoveError [2020-11-03T23:29:43.061Z] --- PASS: TestSecretRemoveError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSecretRemove [2020-11-03T23:29:43.061Z] --- PASS: TestSecretRemove (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSecretUpdateUnsupported [2020-11-03T23:29:43.061Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSecretUpdateError [2020-11-03T23:29:43.061Z] --- PASS: TestSecretUpdateError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSecretUpdate [2020-11-03T23:29:43.061Z] --- PASS: TestSecretUpdate (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestServiceCreateError [2020-11-03T23:29:43.061Z] --- PASS: TestServiceCreateError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestServiceCreate [2020-11-03T23:29:43.061Z] --- PASS: TestServiceCreate (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestServiceCreateCompatiblePlatforms [2020-11-03T23:29:43.061Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestServiceCreateDigestPinning [2020-11-03T23:29:43.061Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestServiceInspectError [2020-11-03T23:29:43.061Z] --- PASS: TestServiceInspectError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestServiceInspectServiceNotFound [2020-11-03T23:29:43.061Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestServiceInspectWithEmptyID [2020-11-03T23:29:43.061Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestServiceInspect [2020-11-03T23:29:43.061Z] --- PASS: TestServiceInspect (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestServiceListError [2020-11-03T23:29:43.061Z] --- PASS: TestServiceListError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestServiceList [2020-11-03T23:29:43.061Z] --- PASS: TestServiceList (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestServiceLogsError [2020-11-03T23:29:43.061Z] --- PASS: TestServiceLogsError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestServiceLogs [2020-11-03T23:29:43.061Z] --- PASS: TestServiceLogs (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestServiceRemoveError [2020-11-03T23:29:43.061Z] --- PASS: TestServiceRemoveError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestServiceRemoveNotFoundError [2020-11-03T23:29:43.061Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestServiceRemove [2020-11-03T23:29:43.061Z] --- PASS: TestServiceRemove (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestServiceUpdateError [2020-11-03T23:29:43.061Z] --- PASS: TestServiceUpdateError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestServiceUpdate [2020-11-03T23:29:43.061Z] --- PASS: TestServiceUpdate (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSwarmGetUnlockKeyError [2020-11-03T23:29:43.061Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSwarmGetUnlockKey [2020-11-03T23:29:43.061Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSwarmInitError [2020-11-03T23:29:43.061Z] --- PASS: TestSwarmInitError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSwarmInit [2020-11-03T23:29:43.061Z] --- PASS: TestSwarmInit (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSwarmInspectError [2020-11-03T23:29:43.061Z] --- PASS: TestSwarmInspectError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSwarmInspect [2020-11-03T23:29:43.061Z] --- PASS: TestSwarmInspect (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSwarmJoinError [2020-11-03T23:29:43.061Z] --- PASS: TestSwarmJoinError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSwarmJoin [2020-11-03T23:29:43.061Z] --- PASS: TestSwarmJoin (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSwarmLeaveError [2020-11-03T23:29:43.061Z] --- PASS: TestSwarmLeaveError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSwarmLeave [2020-11-03T23:29:43.061Z] --- PASS: TestSwarmLeave (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSwarmUnlockError [2020-11-03T23:29:43.061Z] --- PASS: TestSwarmUnlockError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSwarmUnlock [2020-11-03T23:29:43.061Z] --- PASS: TestSwarmUnlock (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSwarmUpdateError [2020-11-03T23:29:43.061Z] --- PASS: TestSwarmUpdateError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestSwarmUpdate [2020-11-03T23:29:43.061Z] --- PASS: TestSwarmUpdate (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestTaskInspectError [2020-11-03T23:29:43.061Z] --- PASS: TestTaskInspectError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestTaskInspectWithEmptyID [2020-11-03T23:29:43.061Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestTaskInspect [2020-11-03T23:29:43.061Z] --- PASS: TestTaskInspect (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestTaskListError [2020-11-03T23:29:43.061Z] --- PASS: TestTaskListError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestTaskList [2020-11-03T23:29:43.061Z] --- PASS: TestTaskList (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestVolumeCreateError [2020-11-03T23:29:43.061Z] --- PASS: TestVolumeCreateError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestVolumeCreate [2020-11-03T23:29:43.061Z] --- PASS: TestVolumeCreate (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestVolumeInspectError [2020-11-03T23:29:43.061Z] --- PASS: TestVolumeInspectError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestVolumeInspectNotFound [2020-11-03T23:29:43.061Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestVolumeInspectWithEmptyID [2020-11-03T23:29:43.061Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestVolumeInspect [2020-11-03T23:29:43.061Z] --- PASS: TestVolumeInspect (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestVolumeListError [2020-11-03T23:29:43.061Z] --- PASS: TestVolumeListError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestVolumeList [2020-11-03T23:29:43.061Z] --- PASS: TestVolumeList (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestVolumeRemoveError [2020-11-03T23:29:43.061Z] --- PASS: TestVolumeRemoveError (0.00s) [2020-11-03T23:29:43.061Z] === RUN TestVolumeRemove [2020-11-03T23:29:43.061Z] --- PASS: TestVolumeRemove (0.00s) [2020-11-03T23:29:43.061Z] === CONT TestTLSCloseWriter [2020-11-03T23:29:43.061Z] --- PASS: TestTLSCloseWriter (0.01s) [2020-11-03T23:29:43.061Z] PASS [2020-11-03T23:29:43.061Z] coverage: 74.9% of statements [2020-11-03T23:29:43.061Z] ok github.com/docker/docker/client 0.749s coverage: 74.9% of statements [2020-11-03T23:29:46.270Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-11-03T23:29:46.840Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-11-03T23:29:47.385Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.73s) [2020-11-03T23:29:47.385Z] PASS [2020-11-03T23:29:47.385Z] [2020-11-03T23:29:47.385Z] === Skipped [2020-11-03T23:29:47.385Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-03T23:29:47.385Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:29:47.385Z] [2020-11-03T23:29:47.385Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-11-03T23:29:47.385Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:29:47.385Z] [2020-11-03T23:29:47.385Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-03T23:29:47.385Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:29:47.385Z] [2020-11-03T23:29:47.385Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-03T23:29:47.385Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:29:47.385Z] [2020-11-03T23:29:47.385Z] [2020-11-03T23:29:47.385Z] DONE 17 tests, 4 skipped in 27.621s [2020-11-03T23:29:47.385Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-03T23:29:47.385Z] ++ 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-03T23:29:47.385Z] ++ set -e [2020-11-03T23:29:47.385Z] ++ '[' -n 0 ']' [2020-11-03T23:29:47.385Z] ++ set -x [2020-11-03T23:29:47.385Z] ++ env -i DEST=/go/src/github.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-03T23:29:47.385Z] INFO: Testing against a local daemon [2020-11-03T23:29:47.385Z] === RUN TestPluginInvalidJSON [2020-11-03T23:29:47.385Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-03T23:29:47.385Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-03T23:29:47.385Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-03T23:29:47.385Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-11-03T23:29:47.385Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-03T23:29:47.385Z] === RUN TestPluginInstall [2020-11-03T23:29:47.385Z] === RUN TestPluginInstall/no_auth [2020-11-03T23:29:47.385Z] time="2020-11-03T23:29:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:29:47.385Z] time="2020-11-03T23:29:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a2e01c790b3611fadbcc9fd1c2e5a33267fdec51896ebe346c79292c59227aab" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:29:47.385Z] time="2020-11-03T23:29:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:29:47.385Z] time="2020-11-03T23:29:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a2e01c790b3611fadbcc9fd1c2e5a33267fdec51896ebe346c79292c59227aab" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:29:47.385Z] === RUN TestPluginInstall/with_htpasswd [2020-11-03T23:29:47.781Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-11-03T23:29:48.020Z] time="2020-11-03T23:29:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:29:48.020Z] time="2020-11-03T23:29:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3c52ef71687dfd3d9f11d3a68dd693f26a320fdd2bf7f5fc57b37abf93cdd375" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:29:48.020Z] time="2020-11-03T23:29:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:29:48.020Z] time="2020-11-03T23:29:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3c52ef71687dfd3d9f11d3a68dd693f26a320fdd2bf7f5fc57b37abf93cdd375" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:29:48.314Z] === RUN TestPluginInstall/with_insecure [2020-11-03T23:29:48.352Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-11-03T23:29:49.366Z] time="2020-11-03T23:29:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:29:49.366Z] time="2020-11-03T23:29:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c3a487d7fa743b09eeb1209dcc419a3c855b199a867a86ed45741b3359a03674" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:29:49.366Z] time="2020-11-03T23:29:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-03T23:29:49.366Z] time="2020-11-03T23:29:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c3a487d7fa743b09eeb1209dcc419a3c855b199a867a86ed45741b3359a03674" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-03T23:29:49.659Z] --- PASS: TestPluginInstall (4.21s) [2020-11-03T23:29:49.659Z] --- PASS: TestPluginInstall/no_auth (1.91s) [2020-11-03T23:29:49.659Z] --- PASS: TestPluginInstall/with_htpasswd (0.91s) [2020-11-03T23:29:49.659Z] --- PASS: TestPluginInstall/with_insecure (1.38s) [2020-11-03T23:29:49.659Z] plugin_test.go:157: [d9c965ce97b89] daemon is not started [2020-11-03T23:29:49.659Z] PASS [2020-11-03T23:29:49.659Z] [2020-11-03T23:29:49.659Z] DONE 6 tests in 4.303s [2020-11-03T23:29:49.659Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-03T23:29:49.659Z] ++ 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-03T23:29:49.659Z] ++ set -e [2020-11-03T23:29:49.659Z] ++ '[' -n 0 ']' [2020-11-03T23:29:49.659Z] ++ set -x [2020-11-03T23:29:49.660Z] ++ env -i DEST=/go/src/github.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-03T23:29:49.953Z] INFO: Testing against a local daemon [2020-11-03T23:29:49.953Z] === RUN TestExternalGraphDriver [2020-11-03T23:29:49.953Z] === RUN TestExternalGraphDriver/json [2020-11-03T23:29:50.263Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-11-03T23:29:50.263Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-11-03T23:29:50.263Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-11-03T23:29:50.263Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-11-03T23:29:50.263Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-11-03T23:29:50.835Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-11-03T23:29:51.408Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-11-03T23:29:52.027Z] === RUN TestExternalGraphDriver/spec [2020-11-03T23:29:53.544Z] === RUN TestExternalGraphDriver/pull [2020-11-03T23:29:54.703Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-11-03T23:29:55.274Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-11-03T23:29:55.645Z] --- PASS: TestExternalGraphDriver (5.50s) [2020-11-03T23:29:55.645Z] --- PASS: TestExternalGraphDriver/json (1.79s) [2020-11-03T23:29:55.645Z] --- PASS: TestExternalGraphDriver/spec (1.80s) [2020-11-03T23:29:55.645Z] --- PASS: TestExternalGraphDriver/pull (1.79s) [2020-11-03T23:29:55.645Z] === RUN TestGraphdriverPluginV2 [2020-11-03T23:29:55.645Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-11-03T23:29:55.645Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:29:55.645Z] PASS [2020-11-03T23:29:55.645Z] [2020-11-03T23:29:55.645Z] === Skipped [2020-11-03T23:29:55.645Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-11-03T23:29:55.645Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:29:55.645Z] [2020-11-03T23:29:55.645Z] [2020-11-03T23:29:55.645Z] DONE 5 tests, 1 skipped in 5.628s [2020-11-03T23:29:55.645Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-03T23:29:55.645Z] ++ 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-03T23:29:55.645Z] ++ set -e [2020-11-03T23:29:55.645Z] ++ '[' -n 0 ']' [2020-11-03T23:29:55.645Z] ++ set -x [2020-11-03T23:29:55.645Z] ++ env -i DEST=/go/src/github.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-03T23:29:55.645Z] INFO: Testing against a local daemon [2020-11-03T23:29:55.645Z] === RUN TestContinueAfterPluginCrash [2020-11-03T23:29:55.645Z] === PAUSE TestContinueAfterPluginCrash [2020-11-03T23:29:55.645Z] === RUN TestReadPluginNoRead [2020-11-03T23:29:55.645Z] === PAUSE TestReadPluginNoRead [2020-11-03T23:29:55.645Z] === RUN TestDaemonStartWithLogOpt [2020-11-03T23:29:55.645Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-03T23:29:55.645Z] === CONT TestContinueAfterPluginCrash [2020-11-03T23:29:55.645Z] === CONT TestDaemonStartWithLogOpt [2020-11-03T23:29:55.645Z] === CONT TestReadPluginNoRead [2020-11-03T23:29:55.844Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-11-03T23:30:00.046Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-11-03T23:30:00.618Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-11-03T23:30:00.618Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-11-03T23:30:00.835Z] --- PASS: TestCheckoutGit (36.50s) [2020-11-03T23:30:00.835Z] === RUN TestValidGitTransport [2020-11-03T23:30:00.835Z] --- PASS: TestValidGitTransport (0.00s) [2020-11-03T23:30:00.835Z] === RUN TestGitInvalidRef [2020-11-03T23:30:01.260Z] === RUN TestReadPluginNoRead/default [2020-11-03T23:30:01.260Z] --- PASS: TestDaemonStartWithLogOpt (5.45s) [2020-11-03T23:30:01.299Z] --- PASS: TestGitInvalidRef (0.23s) [2020-11-03T23:30:01.299Z] PASS [2020-11-03T23:30:01.299Z] coverage: 86.3% of statements [2020-11-03T23:30:01.299Z] ok github.com/docker/docker/builder/remotecontext/git 36.974s coverage: 86.3% of statements [2020-11-03T23:30:01.566Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-11-03T23:30:01.895Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-03T23:30:02.278Z] ? github.com/docker/docker/cli [no test files] [2020-11-03T23:30:02.278Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-03T23:30:02.518Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-11-03T23:30:03.407Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-03T23:30:03.460Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-11-03T23:30:04.401Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-11-03T23:30:04.931Z] --- PASS: TestReadPluginNoRead (9.26s) [2020-11-03T23:30:04.931Z] --- PASS: TestReadPluginNoRead/default (1.44s) [2020-11-03T23:30:04.931Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.44s) [2020-11-03T23:30:04.931Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.50s) [2020-11-03T23:30:04.931Z] read_test.go:92: [dae447b12d162] daemon is not started [2020-11-03T23:30:04.973Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-11-03T23:30:05.969Z] --- PASS: TestContinueAfterPluginCrash (10.54s) [2020-11-03T23:30:05.969Z] PASS [2020-11-03T23:30:05.969Z] [2020-11-03T23:30:05.969Z] DONE 6 tests in 10.614s [2020-11-03T23:30:05.969Z] 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-03T23:30:05.969Z] ++ 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-03T23:30:05.969Z] ++ set -e [2020-11-03T23:30:05.969Z] ++ '[' -n 0 ']' [2020-11-03T23:30:05.969Z] ++ set -x [2020-11-03T23:30:05.969Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03T23:30:05.969Z] testing: warning: no tests to run [2020-11-03T23:30:05.969Z] PASS [2020-11-03T23:30:05.969Z] [2020-11-03T23:30:05.969Z] DONE 0 tests in 0.020s [2020-11-03T23:30:05.969Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-03T23:30:05.969Z] ++ 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-03T23:30:05.969Z] ++ set -e [2020-11-03T23:30:05.969Z] ++ '[' -n 0 ']' [2020-11-03T23:30:05.969Z] ++ set -x [2020-11-03T23:30:05.969Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03T23:30:06.261Z] INFO: Testing against a local daemon [2020-11-03T23:30:06.261Z] === RUN TestPluginWithDevMounts [2020-11-03T23:30:06.261Z] === PAUSE TestPluginWithDevMounts [2020-11-03T23:30:06.261Z] === CONT TestPluginWithDevMounts [2020-11-03T23:30:06.884Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-11-03T23:30:07.456Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-11-03T23:30:08.027Z] === RUN TestDockerSuite/TestLogsSince [2020-11-03T23:30:08.335Z] --- PASS: TestPluginWithDevMounts (1.86s) [2020-11-03T23:30:08.335Z] PASS [2020-11-03T23:30:08.335Z] [2020-11-03T23:30:08.335Z] DONE 1 tests in 1.932s [2020-11-03T23:30:08.335Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-11-03T23:30:08.335Z] ++ 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-03T23:30:08.335Z] ++ set -e [2020-11-03T23:30:08.335Z] ++ '[' -n 0 ']' [2020-11-03T23:30:08.335Z] ++ set -x [2020-11-03T23:30:08.335Z] ++ env -i DEST=/go/src/github.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-03T23:30:08.335Z] INFO: Testing against a local daemon [2020-11-03T23:30:08.335Z] === RUN TestSecretInspect [2020-11-03T23:30:09.868Z] --- PASS: TestSecretInspect (1.89s) [2020-11-03T23:30:09.868Z] === RUN TestSecretList [2020-11-03T23:30:10.917Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2020-11-03T23:30:10.917Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2020-11-03T23:30:10.917Z] === RUN TestLoadDaemonCliConfigWithTLS [2020-11-03T23:30:10.917Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2020-11-03T23:30:10.917Z] === RUN TestLoadDaemonCliConfigWithConflicts [2020-11-03T23:30:10.917Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2020-11-03T23:30:10.917Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2020-11-03T23:30:10.917Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2020-11-03T23:30:10.917Z] === RUN TestLoadDaemonCliWithConflictingLabels [2020-11-03T23:30:10.917Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2020-11-03T23:30:10.917Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2020-11-03T23:30:10.917Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2020-11-03T23:30:10.917Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2020-11-03T23:30:10.917Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2020-11-03T23:30:10.917Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2020-11-03T23:30:10.917Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2020-11-03T23:30:10.917Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2020-11-03T23:30:10.917Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2020-11-03T23:30:10.917Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2020-11-03T23:30:10.917Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2020-11-03T23:30:10.917Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2020-11-03T23:30:10.917Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.01s) [2020-11-03T23:30:10.917Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2020-11-03T23:30:10.917Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2020-11-03T23:30:10.917Z] === RUN TestConfigureDaemonLogs [2020-11-03T23:30:10.917Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2020-11-03T23:30:10.917Z] === RUN TestCommonOptionsInstallFlags [2020-11-03T23:30:10.917Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2020-11-03T23:30:10.917Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2020-11-03T23:30:10.917Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2020-11-03T23:30:10.917Z] PASS [2020-11-03T23:30:10.917Z] coverage: 18.5% of statements [2020-11-03T23:30:10.917Z] ok github.com/docker/docker/cmd/dockerd 0.661s coverage: 18.5% of statements [2020-11-03T23:30:11.942Z] --- PASS: TestSecretList (1.90s) [2020-11-03T23:30:11.942Z] === RUN TestSecretsCreateAndDelete [2020-11-03T23:30:12.225Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-11-03T23:30:13.123Z] === RUN TestContainerStopSignal [2020-11-03T23:30:13.123Z] --- PASS: TestContainerStopSignal (0.00s) [2020-11-03T23:30:13.123Z] === RUN TestContainerStopTimeout [2020-11-03T23:30:13.123Z] --- PASS: TestContainerStopTimeout (0.00s) [2020-11-03T23:30:13.123Z] === RUN TestContainerSecretReferenceDestTarget [2020-11-03T23:30:13.123Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2020-11-03T23:30:13.123Z] === RUN TestContainerLogPathSetForJSONFileLogger [2020-11-03T23:30:13.123Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2020-11-03T23:30:13.123Z] === RUN TestContainerLogPathSetForRingLogger [2020-11-03T23:30:13.123Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2020-11-03T23:30:13.123Z] === RUN TestReplaceAndAppendEnvVars [2020-11-03T23:30:13.123Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2020-11-03T23:30:13.123Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2020-11-03T23:30:13.123Z] === RUN TestNewMemoryStore [2020-11-03T23:30:13.123Z] --- PASS: TestNewMemoryStore (0.00s) [2020-11-03T23:30:13.123Z] === RUN TestAddContainers [2020-11-03T23:30:13.123Z] --- PASS: TestAddContainers (0.00s) [2020-11-03T23:30:13.123Z] === RUN TestGetContainer [2020-11-03T23:30:13.123Z] --- PASS: TestGetContainer (0.00s) [2020-11-03T23:30:13.123Z] === RUN TestDeleteContainer [2020-11-03T23:30:13.123Z] --- PASS: TestDeleteContainer (0.00s) [2020-11-03T23:30:13.123Z] === RUN TestListContainers [2020-11-03T23:30:13.123Z] --- PASS: TestListContainers (0.00s) [2020-11-03T23:30:13.123Z] === RUN TestFirstContainer [2020-11-03T23:30:13.123Z] --- PASS: TestFirstContainer (0.00s) [2020-11-03T23:30:13.123Z] === RUN TestApplyAllContainer [2020-11-03T23:30:13.123Z] --- PASS: TestApplyAllContainer (0.00s) [2020-11-03T23:30:13.123Z] === RUN TestIsValidHealthString [2020-11-03T23:30:13.123Z] --- PASS: TestIsValidHealthString (0.00s) [2020-11-03T23:30:13.123Z] === RUN TestStateRunStop [2020-11-03T23:30:13.123Z] --- PASS: TestStateRunStop (0.00s) [2020-11-03T23:30:13.123Z] === RUN TestStateTimeoutWait [2020-11-03T23:30:13.123Z] --- PASS: TestStateTimeoutWait (0.19s) [2020-11-03T23:30:13.123Z] state_test.go:141: Stop callback fired [2020-11-03T23:30:13.123Z] state_test.go:165: Stop callback fired [2020-11-03T23:30:13.123Z] === RUN TestIsValidStateString [2020-11-03T23:30:13.123Z] --- PASS: TestIsValidStateString (0.00s) [2020-11-03T23:30:13.123Z] === RUN TestViewSaveDelete [2020-11-03T23:30:13.123Z] --- PASS: TestViewSaveDelete (0.02s) [2020-11-03T23:30:13.123Z] === RUN TestViewAll [2020-11-03T23:30:13.123Z] --- PASS: TestViewAll (0.06s) [2020-11-03T23:30:13.123Z] === RUN TestViewGet [2020-11-03T23:30:13.589Z] --- PASS: TestViewGet (0.21s) [2020-11-03T23:30:13.589Z] === RUN TestNames [2020-11-03T23:30:13.589Z] --- PASS: TestNames (0.00s) [2020-11-03T23:30:13.589Z] === RUN TestViewWithHealthCheck [2020-11-03T23:30:13.589Z] --- PASS: TestViewWithHealthCheck (0.05s) [2020-11-03T23:30:13.589Z] PASS [2020-11-03T23:30:13.589Z] coverage: 41.6% of statements [2020-11-03T23:30:13.589Z] ok github.com/docker/docker/container 0.974s coverage: 41.6% of statements [2020-11-03T23:30:13.589Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-03T23:30:13.589Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-03T23:30:13.589Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-03T23:30:13.589Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-03T23:30:14.017Z] --- PASS: TestSecretsCreateAndDelete (1.88s) [2020-11-03T23:30:14.017Z] === RUN TestSecretsUpdate [2020-11-03T23:30:14.767Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-11-03T23:30:15.795Z] === RUN TestPrepare [2020-11-03T23:30:15.795Z] --- PASS: TestPrepare (0.00s) [2020-11-03T23:30:15.795Z] === RUN TestStart [2020-11-03T23:30:15.795Z] --- PASS: TestStart (0.00s) [2020-11-03T23:30:15.795Z] === RUN TestWaitCancel [2020-11-03T23:30:15.795Z] --- PASS: TestWaitCancel (0.00s) [2020-11-03T23:30:15.795Z] === RUN TestWaitDisabled [2020-11-03T23:30:15.795Z] --- PASS: TestWaitDisabled (0.09s) [2020-11-03T23:30:15.795Z] === RUN TestWaitEnabled [2020-11-03T23:30:15.795Z] --- PASS: TestWaitEnabled (0.00s) [2020-11-03T23:30:15.795Z] === RUN TestRemove [2020-11-03T23:30:15.795Z] --- PASS: TestRemove (0.00s) [2020-11-03T23:30:15.795Z] PASS [2020-11-03T23:30:15.795Z] coverage: 65.3% of statements [2020-11-03T23:30:15.795Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.634s coverage: 65.3% of statements [2020-11-03T23:30:16.095Z] --- PASS: TestSecretsUpdate (1.91s) [2020-11-03T23:30:16.095Z] === RUN TestTemplatedSecret [2020-11-03T23:30:18.184Z] --- PASS: TestTemplatedSecret (2.37s) [2020-11-03T23:30:18.184Z] === RUN TestSecretCreateResolve [2020-11-03T23:30:18.732Z] === RUN TestNewListSecretsFilters [2020-11-03T23:30:18.732Z] --- PASS: TestNewListSecretsFilters (0.00s) [2020-11-03T23:30:18.732Z] === RUN TestNewListConfigsFilters [2020-11-03T23:30:18.732Z] --- PASS: TestNewListConfigsFilters (0.00s) [2020-11-03T23:30:18.732Z] PASS [2020-11-03T23:30:18.732Z] coverage: 0.5% of statements [2020-11-03T23:30:18.732Z] ok github.com/docker/docker/daemon/cluster 0.795s coverage: 0.5% of statements [2020-11-03T23:30:19.197Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2020-11-03T23:30:19.197Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.16s) [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCContainerRuntime [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCIsolation [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCIsolation/empty [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCIsolation/default [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCIsolation/process [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertFromGRPCIsolation [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertFromGRPCIsolation/default [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertFromGRPCIsolation/process [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCCredentialSpec [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.01s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2020-11-03T23:30:19.197Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2020-11-03T23:30:19.197Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertFromGRPCConfigs [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertFromGRPCConfigs/file [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCConfigs [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCConfigs/file [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2020-11-03T23:30:19.197Z] === RUN TestServiceConvertToGRPCConfigs/none [2020-11-03T23:30:19.197Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2020-11-03T23:30:19.662Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2020-11-03T23:30:19.662Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2020-11-03T23:30:19.662Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2020-11-03T23:30:19.662Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2020-11-03T23:30:19.662Z] PASS [2020-11-03T23:30:19.662Z] coverage: 35.9% of statements [2020-11-03T23:30:19.662Z] ok github.com/docker/docker/daemon/cluster/convert 0.739s coverage: 35.9% of statements [2020-11-03T23:30:20.053Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-11-03T23:30:20.258Z] --- PASS: TestSecretCreateResolve (1.88s) [2020-11-03T23:30:20.258Z] PASS [2020-11-03T23:30:20.258Z] [2020-11-03T23:30:20.258Z] DONE 6 tests in 11.892s [2020-11-03T23:30:20.258Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-11-03T23:30:20.258Z] ++ 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-03T23:30:20.258Z] ++ set -e [2020-11-03T23:30:20.258Z] ++ '[' -n 0 ']' [2020-11-03T23:30:20.258Z] ++ set -x [2020-11-03T23:30:20.258Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03T23:30:20.258Z] INFO: Testing against a local daemon [2020-11-03T23:30:20.258Z] === RUN TestServiceCreateInit [2020-11-03T23:30:20.258Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-03T23:30:20.313Z] === RUN TestDockerSuite/TestLogsTail [2020-11-03T23:30:20.886Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-11-03T23:30:21.457Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-11-03T23:30:22.029Z] === RUN TestDockerSuite/TestMountIntoProc [2020-11-03T23:30:22.290Z] === RUN TestDockerSuite/TestMountIntoSys [2020-11-03T23:30:22.550Z] === RUN TestDockerSuite/TestNetHostname [2020-11-03T23:30:23.812Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-03T23:30:23.936Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-11-03T23:30:24.196Z] === RUN TestDockerSuite/TestNetworkEvents [2020-11-03T23:30:24.625Z] === RUN TestDiscoveryOptsErrors [2020-11-03T23:30:24.625Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2020-11-03T23:30:24.625Z] === RUN TestDiscoveryOpts [2020-11-03T23:30:24.625Z] --- PASS: TestDiscoveryOpts (0.00s) [2020-11-03T23:30:24.625Z] PASS [2020-11-03T23:30:24.625Z] coverage: 30.0% of statements [2020-11-03T23:30:24.625Z] ok github.com/docker/docker/daemon/discovery 0.554s coverage: 30.0% of statements [2020-11-03T23:30:26.181Z] === RUN TestBuilderGC [2020-11-03T23:30:26.181Z] --- PASS: TestBuilderGC (0.00s) [2020-11-03T23:30:26.181Z] === RUN TestDaemonConfigurationNotFound [2020-11-03T23:30:26.181Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2020-11-03T23:30:26.181Z] === RUN TestDaemonBrokenConfiguration [2020-11-03T23:30:26.181Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2020-11-03T23:30:26.181Z] === RUN TestParseClusterAdvertiseSettings [2020-11-03T23:30:26.181Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2020-11-03T23:30:26.181Z] === RUN TestFindConfigurationConflicts [2020-11-03T23:30:26.181Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2020-11-03T23:30:26.181Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2020-11-03T23:30:26.181Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2020-11-03T23:30:26.181Z] === RUN TestDaemonConfigurationMergeConflicts [2020-11-03T23:30:26.181Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2020-11-03T23:30:26.181Z] === RUN TestDaemonConfigurationMergeConcurrent [2020-11-03T23:30:26.181Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2020-11-03T23:30:26.181Z] === RUN TestDaemonConfigurationMergeConcurrentError [2020-11-03T23:30:26.181Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2020-11-03T23:30:26.181Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2020-11-03T23:30:26.181Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2020-11-03T23:30:26.181Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2020-11-03T23:30:26.181Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2020-11-03T23:30:26.181Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2020-11-03T23:30:26.182Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2020-11-03T23:30:26.182Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2020-11-03T23:30:26.182Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2020-11-03T23:30:26.182Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2020-11-03T23:30:26.182Z] === RUN TestFindConfigurationConflictsWithMergedValues [2020-11-03T23:30:26.182Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2020-11-03T23:30:26.182Z] === RUN TestValidateConfigurationErrors [2020-11-03T23:30:26.182Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2020-11-03T23:30:26.182Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2020-11-03T23:30:26.182Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2020-11-03T23:30:26.182Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2020-11-03T23:30:26.182Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2020-11-03T23:30:26.182Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2020-11-03T23:30:26.182Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2020-11-03T23:30:26.182Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2020-11-03T23:30:26.182Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2020-11-03T23:30:26.182Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2020-11-03T23:30:26.182Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2020-11-03T23:30:26.182Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2020-11-03T23:30:26.182Z] === RUN TestValidateConfiguration [2020-11-03T23:30:26.182Z] === RUN TestValidateConfiguration/with_label [2020-11-03T23:30:26.182Z] === RUN TestValidateConfiguration/with_dns [2020-11-03T23:30:26.182Z] === RUN TestValidateConfiguration/with_dns-search [2020-11-03T23:30:26.182Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2020-11-03T23:30:26.182Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2020-11-03T23:30:26.182Z] === RUN TestValidateConfiguration/with_max-download-attempts [2020-11-03T23:30:26.182Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2020-11-03T23:30:26.182Z] === RUN TestValidateConfiguration/with_node_generic_resources [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfiguration (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2020-11-03T23:30:26.182Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2020-11-03T23:30:26.182Z] === RUN TestModifiedDiscoverySettings [2020-11-03T23:30:26.182Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2020-11-03T23:30:26.182Z] === RUN TestReloadSetConfigFileNotExist [2020-11-03T23:30:26.182Z] time="2020-11-03T23:30:25Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2020-11-03T23:30:26.182Z] --- PASS: TestReloadSetConfigFileNotExist (0.17s) [2020-11-03T23:30:26.182Z] === RUN TestReloadDefaultConfigNotExist [2020-11-03T23:30:26.182Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2020-11-03T23:30:26.182Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:30:26.182Z] === RUN TestReloadBadDefaultConfig [2020-11-03T23:30:26.182Z] time="2020-11-03T23:30:26Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-456968935" [2020-11-03T23:30:26.182Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2020-11-03T23:30:26.182Z] === RUN TestReloadWithConflictingLabels [2020-11-03T23:30:26.182Z] time="2020-11-03T23:30:26Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-356814106" [2020-11-03T23:30:26.182Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2020-11-03T23:30:26.182Z] === RUN TestReloadWithDuplicateLabels [2020-11-03T23:30:26.182Z] time="2020-11-03T23:30:26Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-756133809" [2020-11-03T23:30:26.182Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2020-11-03T23:30:26.182Z] === RUN TestDaemonConfigurationMerge [2020-11-03T23:30:26.182Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2020-11-03T23:30:26.182Z] PASS [2020-11-03T23:30:26.182Z] coverage: 79.7% of statements [2020-11-03T23:30:26.182Z] ok github.com/docker/docker/daemon/config 0.738s coverage: 79.7% of statements [2020-11-03T23:30:27.162Z] === RUN TestVerifyNetworkingConfig [2020-11-03T23:30:27.162Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2020-11-03T23:30:27.162Z] === RUN TestGetContainer [2020-11-03T23:30:27.162Z] --- PASS: TestGetContainer (0.00s) [2020-11-03T23:30:27.162Z] === RUN TestValidContainerNames [2020-11-03T23:30:27.162Z] --- PASS: TestValidContainerNames (0.00s) [2020-11-03T23:30:27.162Z] === RUN TestContainerInitDNS [2020-11-03T23:30:27.162Z] --- SKIP: TestContainerInitDNS (0.00s) [2020-11-03T23:30:27.162Z] daemon_test.go:147: root required [2020-11-03T23:30:27.162Z] === RUN TestMerge [2020-11-03T23:30:27.162Z] --- PASS: TestMerge (0.00s) [2020-11-03T23:30:27.162Z] === RUN TestValidateContainerIsolation [2020-11-03T23:30:27.162Z] --- PASS: TestValidateContainerIsolation (0.00s) [2020-11-03T23:30:27.162Z] === RUN TestFindNetworkErrorType [2020-11-03T23:30:27.162Z] --- PASS: TestFindNetworkErrorType (0.00s) [2020-11-03T23:30:27.162Z] === RUN TestEnsureServicesExist [2020-11-03T23:30:27.162Z] --- PASS: TestEnsureServicesExist (0.00s) [2020-11-03T23:30:27.162Z] === RUN TestEnsureServicesExistErrors [2020-11-03T23:30:27.162Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2020-11-03T23:30:27.162Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2020-11-03T23:30:27.162Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2020-11-03T23:30:27.162Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2020-11-03T23:30:27.162Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2020-11-03T23:30:27.162Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2020-11-03T23:30:27.162Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2020-11-03T23:30:27.162Z] === RUN TestContainerDelete [2020-11-03T23:30:27.162Z] --- PASS: TestContainerDelete (0.00s) [2020-11-03T23:30:27.162Z] === RUN TestContainerDoubleDelete [2020-11-03T23:30:27.162Z] --- PASS: TestContainerDoubleDelete (0.00s) [2020-11-03T23:30:27.162Z] === RUN TestLogContainerEventCopyLabels [2020-11-03T23:30:27.162Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2020-11-03T23:30:27.162Z] === RUN TestLogContainerEventWithAttributes [2020-11-03T23:30:27.162Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2020-11-03T23:30:27.162Z] === RUN TestNoneHealthcheck [2020-11-03T23:30:27.162Z] --- PASS: TestNoneHealthcheck (0.00s) [2020-11-03T23:30:27.162Z] === RUN TestHealthStates [2020-11-03T23:30:27.162Z] time="2020-11-03T23:30: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-03T23:30:27.162Z] time="2020-11-03T23:30: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-03T23:30:27.162Z] time="2020-11-03T23:30: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-03T23:30:27.162Z] time="2020-11-03T23:30: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-03T23:30:27.162Z] time="2020-11-03T23:30: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-03T23:30:27.162Z] time="2020-11-03T23:30: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-03T23:30:27.162Z] time="2020-11-03T23:30: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-03T23:30:27.162Z] time="2020-11-03T23:30: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-03T23:30:27.162Z] time="2020-11-03T23:30: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-03T23:30:27.162Z] time="2020-11-03T23:30: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-03T23:30:27.162Z] --- PASS: TestHealthStates (0.14s) [2020-11-03T23:30:27.162Z] === RUN TestMaskURLCredentials [2020-11-03T23:30:27.162Z] --- PASS: TestMaskURLCredentials (0.00s) [2020-11-03T23:30:27.162Z] === RUN TestGetInspectData [2020-11-03T23:30:27.162Z] --- PASS: TestGetInspectData (0.00s) [2020-11-03T23:30:27.162Z] === RUN TestFillLicense [2020-11-03T23:30:27.162Z] --- PASS: TestFillLicense (0.00s) [2020-11-03T23:30:27.162Z] === RUN TestListInvalidFilter [2020-11-03T23:30:27.162Z] --- PASS: TestListInvalidFilter (0.00s) [2020-11-03T23:30:27.162Z] === RUN TestNameFilter [2020-11-03T23:30:27.162Z] --- PASS: TestNameFilter (0.01s) [2020-11-03T23:30:27.162Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2020-11-03T23:30:27.162Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2020-11-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec [2020-11-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2020-11-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2020-11-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2020-11-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2020-11-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2020-11-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2020-11-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2020-11-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2020-11-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2020-11-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2020-11-03T23:30:27.162Z] === 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-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2020-11-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2020-11-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2020-11-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2020-11-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2020-11-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2020-11-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2020-11-03T23:30:27.162Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2020-11-03T23:30:27.162Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2020-11-03T23:30:27.162Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2020-11-03T23:30:27.162Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2020-11-03T23:30:27.162Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2020-11-03T23:30:27.162Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2020-11-03T23:30:27.162Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-11-03T23:30:27.162Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2020-11-03T23:30:27.162Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2020-11-03T23:30:27.162Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-11-03T23:30:27.162Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2020-11-03T23:30:27.162Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2020-11-03T23:30:27.162Z] --- 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-03T23:30:27.162Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2020-11-03T23:30:27.162Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2020-11-03T23:30:27.162Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2020-11-03T23:30:27.163Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2020-11-03T23:30:27.163Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2020-11-03T23:30:27.163Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2020-11-03T23:30:27.163Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2020-11-03T23:30:27.163Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2020-11-03T23:30:27.163Z] === RUN TestDaemonReloadLabels [2020-11-03T23:30:27.163Z] --- PASS: TestDaemonReloadLabels (0.00s) [2020-11-03T23:30:27.163Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2020-11-03T23:30:27.163Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2020-11-03T23:30:27.163Z] === RUN TestDaemonReloadMirrors [2020-11-03T23:30:27.163Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2020-11-03T23:30:27.163Z] === RUN TestDaemonReloadInsecureRegistries [2020-11-03T23:30:27.163Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2020-11-03T23:30:27.163Z] === RUN TestDaemonReloadNotAffectOthers [2020-11-03T23:30:27.163Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2020-11-03T23:30:27.163Z] === RUN TestDaemonDiscoveryReload [2020-11-03T23:30:27.344Z] --- PASS: TestServiceCreateInit (7.35s) [2020-11-03T23:30:27.344Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.71s) [2020-11-03T23:30:27.344Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.62s) [2020-11-03T23:30:27.344Z] === RUN TestCreateServiceMultipleTimes [2020-11-03T23:30:27.534Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-11-03T23:30:28.142Z] === RUN TestWaitNodeAttachment [2020-11-03T23:30:28.142Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2020-11-03T23:30:28.142Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2020-11-03T23:30:28.142Z] === RUN TestEventsLog [2020-11-03T23:30:28.142Z] --- PASS: TestEventsLog (0.00s) [2020-11-03T23:30:28.142Z] === RUN TestEventsLogTimeout [2020-11-03T23:30:28.142Z] --- PASS: TestEventsLogTimeout (0.00s) [2020-11-03T23:30:28.142Z] === RUN TestLogEvents [2020-11-03T23:30:28.608Z] --- PASS: TestLogEvents (0.05s) [2020-11-03T23:30:28.608Z] === RUN TestLoadBufferedEvents [2020-11-03T23:30:28.608Z] --- PASS: TestWaitNodeAttachment (0.40s) [2020-11-03T23:30:28.608Z] === RUN TestIsolationConversion [2020-11-03T23:30:28.608Z] === RUN TestIsolationConversion/default [2020-11-03T23:30:28.608Z] === RUN TestIsolationConversion/process [2020-11-03T23:30:28.608Z] === RUN TestIsolationConversion/hyperv [2020-11-03T23:30:28.608Z] --- PASS: TestIsolationConversion (0.00s) [2020-11-03T23:30:28.608Z] --- PASS: TestIsolationConversion/default (0.00s) [2020-11-03T23:30:28.608Z] --- PASS: TestIsolationConversion/process (0.00s) [2020-11-03T23:30:28.608Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2020-11-03T23:30:28.608Z] === RUN TestContainerLabels [2020-11-03T23:30:28.608Z] --- PASS: TestContainerLabels (0.00s) [2020-11-03T23:30:28.608Z] === RUN TestCredentialSpecConversion [2020-11-03T23:30:28.608Z] === RUN TestCredentialSpecConversion/none [2020-11-03T23:30:28.608Z] === RUN TestCredentialSpecConversion/config [2020-11-03T23:30:28.608Z] === RUN TestCredentialSpecConversion/file [2020-11-03T23:30:28.608Z] === RUN TestCredentialSpecConversion/registry [2020-11-03T23:30:28.608Z] --- PASS: TestCredentialSpecConversion (0.00s) [2020-11-03T23:30:28.608Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2020-11-03T23:30:28.608Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2020-11-03T23:30:28.608Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2020-11-03T23:30:28.608Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2020-11-03T23:30:28.608Z] === RUN TestControllerValidateMountBind [2020-11-03T23:30:28.608Z] --- PASS: TestControllerValidateMountBind (0.00s) [2020-11-03T23:30:28.608Z] === RUN TestControllerValidateMountVolume [2020-11-03T23:30:28.608Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2020-11-03T23:30:28.608Z] === RUN TestControllerValidateMountTarget [2020-11-03T23:30:28.608Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2020-11-03T23:30:28.608Z] === RUN TestControllerValidateMountTmpfs [2020-11-03T23:30:28.608Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2020-11-03T23:30:28.608Z] === RUN TestControllerValidateMountInvalidType [2020-11-03T23:30:28.608Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2020-11-03T23:30:28.608Z] === RUN TestControllerValidateMountNamedPipe [2020-11-03T23:30:28.608Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2020-11-03T23:30:28.608Z] PASS [2020-11-03T23:30:28.608Z] coverage: 11.3% of statements [2020-11-03T23:30:28.608Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.833s coverage: 11.3% of statements [2020-11-03T23:30:28.608Z] --- PASS: TestLoadBufferedEvents (0.16s) [2020-11-03T23:30:28.608Z] === RUN TestLoadBufferedEventsOnlyFromPast [2020-11-03T23:30:28.608Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2020-11-03T23:30:28.608Z] === RUN TestIgnoreBufferedWhenNoTimes [2020-11-03T23:30:28.608Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2020-11-03T23:30:28.608Z] PASS [2020-11-03T23:30:28.608Z] coverage: 50.0% of statements [2020-11-03T23:30:28.608Z] ok github.com/docker/docker/daemon/events 0.483s coverage: 50.0% of statements [2020-11-03T23:30:28.608Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2020-11-03T23:30:28.608Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2020-11-03T23:30:29.073Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2020-11-03T23:30:29.073Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2020-11-03T23:30:29.073Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-11-03T23:30:29.073Z] reload_test.go:520: root required [2020-11-03T23:30:29.073Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2020-11-03T23:30:29.073Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2020-11-03T23:30:29.073Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2020-11-03T23:30:29.073Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2020-11-03T23:30:29.073Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2020-11-03T23:30:29.073Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2020-11-03T23:30:29.073Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2020-11-03T23:30:29.073Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2020-11-03T23:30:29.073Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2020-11-03T23:30:29.073Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2020-11-03T23:30:29.073Z] === RUN TestParseVolumesFrom [2020-11-03T23:30:29.073Z] --- PASS: TestParseVolumesFrom (0.00s) [2020-11-03T23:30:29.073Z] PASS [2020-11-03T23:30:29.073Z] coverage: 9.1% of statements [2020-11-03T23:30:29.073Z] ok github.com/docker/docker/daemon 3.232s coverage: 9.1% of statements [2020-11-03T23:30:29.073Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-03T23:30:29.073Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-03T23:30:29.073Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-03T23:30:29.073Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-03T23:30:30.077Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-11-03T23:30:30.628Z] === RUN TestLinkNaming [2020-11-03T23:30:30.628Z] --- PASS: TestLinkNaming (0.00s) [2020-11-03T23:30:30.628Z] === RUN TestLinkNew [2020-11-03T23:30:30.628Z] --- PASS: TestLinkNew (0.00s) [2020-11-03T23:30:30.628Z] === RUN TestLinkEnv [2020-11-03T23:30:30.628Z] --- PASS: TestLinkEnv (0.00s) [2020-11-03T23:30:30.628Z] === RUN TestLinkMultipleEnv [2020-11-03T23:30:30.628Z] --- PASS: TestLinkMultipleEnv (0.00s) [2020-11-03T23:30:30.628Z] === RUN TestLinkPortRangeEnv [2020-11-03T23:30:30.628Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2020-11-03T23:30:30.628Z] PASS [2020-11-03T23:30:30.628Z] coverage: 93.0% of statements [2020-11-03T23:30:30.628Z] ok github.com/docker/docker/daemon/links 0.305s coverage: 93.0% of statements [2020-11-03T23:30:31.092Z] === RUN TestIsEmptyDir [2020-11-03T23:30:31.092Z] --- PASS: TestIsEmptyDir (0.01s) [2020-11-03T23:30:31.092Z] PASS [2020-11-03T23:30:31.092Z] coverage: 2.3% of statements [2020-11-03T23:30:31.092Z] ok github.com/docker/docker/daemon/graphdriver 0.296s coverage: 2.3% of statements [2020-11-03T23:30:31.092Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-11-03T23:30:31.092Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-11-03T23:30:31.092Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-11-03T23:30:31.092Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-03T23:30:31.092Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-11-03T23:30:31.092Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-11-03T23:30:31.092Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-11-03T23:30:31.092Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-03T23:30:31.092Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-11-03T23:30:31.092Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-11-03T23:30:31.092Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-11-03T23:30:31.461Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-11-03T23:30:32.032Z] === RUN TestDockerSuite/TestPluginActive [2020-11-03T23:30:32.602Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-11-03T23:30:33.293Z] === RUN TestAdapterReadLogs [2020-11-03T23:30:33.293Z] --- PASS: TestAdapterReadLogs (0.00s) [2020-11-03T23:30:33.293Z] === RUN TestCopier [2020-11-03T23:30:33.293Z] --- PASS: TestCopier (0.00s) [2020-11-03T23:30:33.293Z] === RUN TestCopierLongLines [2020-11-03T23:30:33.293Z] --- PASS: TestCopierLongLines (0.00s) [2020-11-03T23:30:33.293Z] === RUN TestCopierSlow [2020-11-03T23:30:33.546Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-11-03T23:30:33.757Z] --- PASS: TestCopierSlow (0.36s) [2020-11-03T23:30:33.757Z] === RUN TestCopierWithSized [2020-11-03T23:30:33.757Z] --- PASS: TestCopierWithSized (0.00s) [2020-11-03T23:30:33.757Z] === RUN TestCopierWithPartial [2020-11-03T23:30:33.757Z] --- PASS: TestCopierWithPartial (0.19s) [2020-11-03T23:30:33.757Z] === RUN TestRingLogger [2020-11-03T23:30:33.757Z] --- PASS: TestRingLogger (0.00s) [2020-11-03T23:30:33.757Z] === RUN TestRingCap [2020-11-03T23:30:33.757Z] --- PASS: TestRingCap (0.00s) [2020-11-03T23:30:33.757Z] === RUN TestRingClose [2020-11-03T23:30:33.757Z] --- PASS: TestRingClose (0.00s) [2020-11-03T23:30:33.757Z] === RUN TestRingDrain [2020-11-03T23:30:33.757Z] --- PASS: TestRingDrain (0.00s) [2020-11-03T23:30:33.757Z] PASS [2020-11-03T23:30:33.757Z] coverage: 41.2% of statements [2020-11-03T23:30:34.224Z] ok github.com/docker/docker/daemon/logger 0.769s coverage: 41.2% of statements [2020-11-03T23:30:35.205Z] === RUN TestSearchRegistryForImagesErrors [2020-11-03T23:30:35.205Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2020-11-03T23:30:35.205Z] === RUN TestSearchRegistryForImages [2020-11-03T23:30:35.205Z] --- PASS: TestSearchRegistryForImages (0.00s) [2020-11-03T23:30:35.205Z] PASS [2020-11-03T23:30:35.205Z] coverage: 4.9% of statements [2020-11-03T23:30:35.205Z] ok github.com/docker/docker/daemon/images 0.433s coverage: 4.9% of statements [2020-11-03T23:30:35.205Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-03T23:30:35.205Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-03T23:30:35.205Z] === RUN TestNewStreamConfig [2020-11-03T23:30:35.205Z] === RUN TestNewStreamConfig/defaults [2020-11-03T23:30:35.205Z] === RUN TestNewStreamConfig/invalid_create_group [2020-11-03T23:30:35.205Z] === RUN TestNewStreamConfig/invalid_flush_interval [2020-11-03T23:30:35.205Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2020-11-03T23:30:35.205Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2020-11-03T23:30:35.205Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2020-11-03T23:30:35.205Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2020-11-03T23:30:35.205Z] --- PASS: TestNewStreamConfig (0.00s) [2020-11-03T23:30:35.205Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2020-11-03T23:30:35.205Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2020-11-03T23:30:35.205Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2020-11-03T23:30:35.205Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2020-11-03T23:30:35.205Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2020-11-03T23:30:35.205Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2020-11-03T23:30:35.205Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestNewAWSLogsClientUserAgentHandler [2020-11-03T23:30:35.671Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2020-11-03T23:30:35.671Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestNewAWSLogsClientRegionDetect [2020-11-03T23:30:35.671Z] time="2020-11-03T23:30:35Z" level=info msg="Trying to get region from EC2 Metadata" [2020-11-03T23:30:35.671Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.17s) [2020-11-03T23:30:35.671Z] === RUN TestCreateSuccess [2020-11-03T23:30:35.671Z] --- PASS: TestCreateSuccess (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestCreateLogGroupSuccess [2020-11-03T23:30:35.671Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestCreateError [2020-11-03T23:30:35.671Z] --- PASS: TestCreateError (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestCreateAlreadyExists [2020-11-03T23:30:35.671Z] time="2020-11-03T23:30:35Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2020-11-03T23:30:35.671Z] --- PASS: TestCreateAlreadyExists (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestLogClosed [2020-11-03T23:30:35.671Z] --- PASS: TestLogClosed (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestLogBlocking [2020-11-03T23:30:35.671Z] --- PASS: TestLogBlocking (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestLogNonBlockingBufferEmpty [2020-11-03T23:30:35.671Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestLogNonBlockingBufferFull [2020-11-03T23:30:35.671Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestPublishBatchSuccess [2020-11-03T23:30:35.671Z] --- PASS: TestPublishBatchSuccess (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestPublishBatchError [2020-11-03T23:30:35.671Z] time="2020-11-03T23:30:35Z" level=error msg=Error [2020-11-03T23:30:35.671Z] --- PASS: TestPublishBatchError (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestPublishBatchInvalidSeqSuccess [2020-11-03T23:30:35.671Z] time="2020-11-03T23:30:35Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-11-03T23:30:35.671Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestPublishBatchAlreadyAccepted [2020-11-03T23:30:35.671Z] time="2020-11-03T23:30:35Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-11-03T23:30:35.671Z] time="2020-11-03T23:30:35Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2020-11-03T23:30:35.671Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestCollectBatchSimple [2020-11-03T23:30:35.671Z] --- PASS: TestCollectBatchSimple (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestCollectBatchTicker [2020-11-03T23:30:35.671Z] --- PASS: TestCollectBatchTicker (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestCollectBatchMultilinePattern [2020-11-03T23:30:35.671Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2020-11-03T23:30:35.671Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2020-11-03T23:30:35.671Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2020-11-03T23:30:35.671Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2020-11-03T23:30:35.671Z] === RUN TestCollectBatchClose [2020-11-03T23:30:35.671Z] --- PASS: TestCollectBatchClose (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestEffectiveLen [2020-11-03T23:30:35.671Z] === RUN TestEffectiveLen/0/Hello [2020-11-03T23:30:35.671Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2020-11-03T23:30:35.671Z] === RUN TestEffectiveLen/2/🙃 [2020-11-03T23:30:35.671Z] === RUN TestEffectiveLen/3/���� [2020-11-03T23:30:35.671Z] === RUN TestEffectiveLen/4/He��o [2020-11-03T23:30:35.671Z] === RUN TestEffectiveLen/5/ [2020-11-03T23:30:35.671Z] --- PASS: TestEffectiveLen (0.00s) [2020-11-03T23:30:35.671Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2020-11-03T23:30:35.671Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2020-11-03T23:30:35.671Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2020-11-03T23:30:35.671Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2020-11-03T23:30:35.671Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2020-11-03T23:30:35.671Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2020-11-03T23:30:35.671Z] === RUN TestFindValidSplit [2020-11-03T23:30:35.671Z] === RUN TestFindValidSplit/0/ [2020-11-03T23:30:35.671Z] === RUN TestFindValidSplit/1/Hello [2020-11-03T23:30:35.671Z] === RUN TestFindValidSplit/2/Hello [2020-11-03T23:30:35.671Z] === RUN TestFindValidSplit/3/Hello [2020-11-03T23:30:35.671Z] === RUN TestFindValidSplit/4/🙃 [2020-11-03T23:30:35.671Z] === RUN TestFindValidSplit/5/🙃 [2020-11-03T23:30:35.671Z] === RUN TestFindValidSplit/6/a� [2020-11-03T23:30:35.671Z] === RUN TestFindValidSplit/7/a� [2020-11-03T23:30:35.671Z] --- PASS: TestFindValidSplit (0.00s) [2020-11-03T23:30:35.671Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2020-11-03T23:30:35.671Z] cloudwatchlogs_test.go:1044: [2020-11-03T23:30:35.671Z] cloudwatchlogs_test.go:1045: [2020-11-03T23:30:35.671Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2020-11-03T23:30:35.671Z] cloudwatchlogs_test.go:1044: Hello [2020-11-03T23:30:35.671Z] cloudwatchlogs_test.go:1045: [2020-11-03T23:30:35.671Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2020-11-03T23:30:35.671Z] cloudwatchlogs_test.go:1044: He [2020-11-03T23:30:35.671Z] cloudwatchlogs_test.go:1045: llo [2020-11-03T23:30:35.671Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2020-11-03T23:30:35.671Z] cloudwatchlogs_test.go:1044: [2020-11-03T23:30:35.672Z] cloudwatchlogs_test.go:1045: Hello [2020-11-03T23:30:35.672Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2020-11-03T23:30:35.672Z] cloudwatchlogs_test.go:1044: [2020-11-03T23:30:35.672Z] cloudwatchlogs_test.go:1045: 🙃 [2020-11-03T23:30:35.672Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2020-11-03T23:30:35.672Z] cloudwatchlogs_test.go:1044: 🙃 [2020-11-03T23:30:35.672Z] cloudwatchlogs_test.go:1045: [2020-11-03T23:30:35.672Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2020-11-03T23:30:35.672Z] cloudwatchlogs_test.go:1044: a [2020-11-03T23:30:35.672Z] cloudwatchlogs_test.go:1045: � [2020-11-03T23:30:35.672Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2020-11-03T23:30:35.672Z] cloudwatchlogs_test.go:1044: a� [2020-11-03T23:30:35.672Z] cloudwatchlogs_test.go:1045: [2020-11-03T23:30:35.672Z] === RUN TestProcessEventEmoji [2020-11-03T23:30:35.672Z] --- PASS: TestProcessEventEmoji (0.00s) [2020-11-03T23:30:35.672Z] === RUN TestCollectBatchLineSplit [2020-11-03T23:30:35.672Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2020-11-03T23:30:35.672Z] === RUN TestCollectBatchLineSplitWithBinary [2020-11-03T23:30:35.672Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2020-11-03T23:30:35.672Z] === RUN TestCollectBatchMaxEvents [2020-11-03T23:30:35.672Z] === RUN TestJSONFileLogger [2020-11-03T23:30:35.672Z] --- PASS: TestJSONFileLogger (0.00s) [2020-11-03T23:30:35.672Z] === RUN TestJSONFileLoggerWithTags [2020-11-03T23:30:35.672Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2020-11-03T23:30:35.672Z] === RUN TestJSONFileLoggerWithOpts [2020-11-03T23:30:35.672Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2020-11-03T23:30:35.672Z] === RUN TestCollectBatchMaxTotalBytes [2020-11-03T23:30:35.672Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2020-11-03T23:30:35.672Z] === RUN TestJSONFileLoggerWithLabelsEnv [2020-11-03T23:30:35.672Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2020-11-03T23:30:35.672Z] === RUN TestEncodeDecode [2020-11-03T23:30:35.672Z] === PAUSE TestEncodeDecode [2020-11-03T23:30:35.672Z] === CONT TestEncodeDecode [2020-11-03T23:30:35.672Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2020-11-03T23:30:35.672Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2020-11-03T23:30:35.672Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2020-11-03T23:30:35.672Z] === RUN TestCollectBatchWithDuplicateTimestamps [2020-11-03T23:30:35.672Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.09s) [2020-11-03T23:30:35.672Z] === RUN TestParseLogOptionsMultilinePattern [2020-11-03T23:30:35.672Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2020-11-03T23:30:35.672Z] === RUN TestParseLogOptionsDatetimeFormat [2020-11-03T23:30:35.672Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2020-11-03T23:30:35.672Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2020-11-03T23:30:35.672Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2020-11-03T23:30:35.672Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2020-11-03T23:30:35.672Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2020-11-03T23:30:35.672Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2020-11-03T23:30:35.672Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2020-11-03T23:30:35.672Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2020-11-03T23:30:35.672Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2020-11-03T23:30:35.672Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2020-11-03T23:30:35.672Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2020-11-03T23:30:35.672Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2020-11-03T23:30:35.672Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2020-11-03T23:30:35.672Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2020-11-03T23:30:35.672Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2020-11-03T23:30:35.672Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2020-11-03T23:30:35.672Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2020-11-03T23:30:35.672Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2020-11-03T23:30:35.672Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2020-11-03T23:30:35.672Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2020-11-03T23:30:35.672Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2020-11-03T23:30:35.672Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2020-11-03T23:30:35.672Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2020-11-03T23:30:35.672Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2020-11-03T23:30:35.672Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2020-11-03T23:30:35.672Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2020-11-03T23:30:35.672Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2020-11-03T23:30:35.672Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2020-11-03T23:30:35.672Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2020-11-03T23:30:35.672Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2020-11-03T23:30:35.672Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2020-11-03T23:30:35.672Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2020-11-03T23:30:35.672Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2020-11-03T23:30:35.672Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2020-11-03T23:30:35.672Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2020-11-03T23:30:35.672Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2020-11-03T23:30:35.672Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2020-11-03T23:30:35.672Z] === RUN TestCreateTagSuccess [2020-11-03T23:30:35.672Z] --- PASS: TestCreateTagSuccess (0.00s) [2020-11-03T23:30:35.672Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2020-11-03T23:30:35.672Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2020-11-03T23:30:35.672Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2020-11-03T23:30:35.672Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2020-11-03T23:30:35.672Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2020-11-03T23:30:35.672Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s) [2020-11-03T23:30:35.672Z] PASS [2020-11-03T23:30:35.672Z] coverage: 77.8% of statements [2020-11-03T23:30:35.672Z] ok github.com/docker/docker/daemon/logger/awslogs 1.217s coverage: 77.8% of statements [2020-11-03T23:30:35.672Z] time="2020-11-03T23:30:35Z" level=error msg="Failed to open log file: open C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-logger-169103497\\container.log.1: The system cannot find the path specified." [2020-11-03T23:30:35.672Z] --- PASS: TestEncodeDecode (0.17s) [2020-11-03T23:30:35.672Z] PASS [2020-11-03T23:30:35.672Z] coverage: 61.6% of statements [2020-11-03T23:30:35.672Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-11-03T23:30:35.672Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-03T23:30:35.672Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-03T23:30:35.672Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-11-03T23:30:35.672Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-11-03T23:30:35.672Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.656s coverage: 61.6% of statements [2020-11-03T23:30:36.653Z] === RUN TestJSONLogsMarshalJSONBuf [2020-11-03T23:30:36.653Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2020-11-03T23:30:36.653Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2020-11-03T23:30:36.653Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.18s) [2020-11-03T23:30:36.653Z] === RUN TestFastTimeMarshalJSON [2020-11-03T23:30:36.653Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2020-11-03T23:30:36.653Z] PASS [2020-11-03T23:30:36.653Z] coverage: 87.2% of statements [2020-11-03T23:30:36.653Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.293s coverage: 87.2% of statements [2020-11-03T23:30:38.856Z] === RUN TestWriteLog [2020-11-03T23:30:38.856Z] === PAUSE TestWriteLog [2020-11-03T23:30:38.856Z] === RUN TestReadLog [2020-11-03T23:30:38.856Z] === PAUSE TestReadLog [2020-11-03T23:30:38.856Z] === CONT TestWriteLog [2020-11-03T23:30:38.856Z] === CONT TestReadLog [2020-11-03T23:30:38.856Z] === RUN TestReadLog/tail_exact [2020-11-03T23:30:38.856Z] --- PASS: TestWriteLog (0.01s) [2020-11-03T23:30:38.856Z] === RUN TestReadLog/tail_less_than_available [2020-11-03T23:30:38.856Z] === RUN TestReadLog/tail_more_than_available [2020-11-03T23:30:38.856Z] --- PASS: TestReadLog (0.21s) [2020-11-03T23:30:38.856Z] --- PASS: TestReadLog/tail_exact (0.17s) [2020-11-03T23:30:38.856Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2020-11-03T23:30:38.856Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2020-11-03T23:30:38.856Z] PASS [2020-11-03T23:30:38.856Z] coverage: 75.2% of statements [2020-11-03T23:30:38.856Z] ok github.com/docker/docker/daemon/logger/local 0.411s coverage: 75.2% of statements [2020-11-03T23:30:38.856Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-03T23:30:38.856Z] === RUN TestLog [2020-11-03T23:30:38.856Z] --- PASS: TestLog (0.01s) [2020-11-03T23:30:38.856Z] PASS [2020-11-03T23:30:38.856Z] coverage: 33.3% of statements [2020-11-03T23:30:38.856Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.186s coverage: 33.3% of statements [2020-11-03T23:30:39.321Z] === RUN TestOpenFileDelete [2020-11-03T23:30:39.321Z] --- PASS: TestOpenFileDelete (0.00s) [2020-11-03T23:30:39.321Z] === RUN TestOpenFileRename [2020-11-03T23:30:39.321Z] --- PASS: TestOpenFileRename (0.00s) [2020-11-03T23:30:39.321Z] === RUN TestParseLogTagDefaultTag [2020-11-03T23:30:39.321Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2020-11-03T23:30:39.321Z] === RUN TestParseLogTag [2020-11-03T23:30:39.321Z] --- PASS: TestParseLogTag (0.00s) [2020-11-03T23:30:39.321Z] === RUN TestParseLogTagEmptyTag [2020-11-03T23:30:39.321Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2020-11-03T23:30:39.321Z] === RUN TestTailFiles [2020-11-03T23:30:39.321Z] --- PASS: TestTailFiles (0.00s) [2020-11-03T23:30:39.321Z] === RUN TestFollowLogsConsumerGone [2020-11-03T23:30:39.321Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2020-11-03T23:30:39.321Z] === RUN TestFollowLogsProducerGone [2020-11-03T23:30:39.321Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2020-11-03T23:30:39.321Z] logfile_test.go:226: messages sent: 4098, received: 4098 [2020-11-03T23:30:39.321Z] logfile_test.go:173: logDecode() closed after sending 4098 messages [2020-11-03T23:30:39.321Z] === RUN TestCheckCapacityAndRotate [2020-11-03T23:30:39.321Z] --- PASS: TestCheckCapacityAndRotate (0.03s) [2020-11-03T23:30:39.321Z] PASS [2020-11-03T23:30:39.321Z] coverage: 35.9% of statements [2020-11-03T23:30:39.321Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.453s coverage: 35.9% of statements [2020-11-03T23:30:40.875Z] === RUN TestNewParse [2020-11-03T23:30:40.876Z] --- PASS: TestNewParse (0.00s) [2020-11-03T23:30:40.876Z] PASS [2020-11-03T23:30:40.876Z] coverage: 8.3% of statements [2020-11-03T23:30:40.876Z] ok github.com/docker/docker/daemon/logger/templates 0.177s coverage: 8.3% of statements [2020-11-03T23:30:40.876Z] === RUN TestValidateLogOpt [2020-11-03T23:30:40.876Z] --- PASS: TestValidateLogOpt (0.00s) [2020-11-03T23:30:40.876Z] === RUN TestNewMissedConfig [2020-11-03T23:30:40.876Z] --- PASS: TestNewMissedConfig (0.00s) [2020-11-03T23:30:40.876Z] === RUN TestNewMissedUrl [2020-11-03T23:30:40.876Z] --- PASS: TestNewMissedUrl (0.00s) [2020-11-03T23:30:40.876Z] === RUN TestNewMissedToken [2020-11-03T23:30:40.876Z] --- PASS: TestNewMissedToken (0.00s) [2020-11-03T23:30:40.876Z] === RUN TestNewWithProxy [2020-11-03T23:30:40.876Z] --- PASS: TestNewWithProxy (0.00s) [2020-11-03T23:30:40.876Z] === RUN TestDefault [2020-11-03T23:30:40.876Z] --- PASS: TestDefault (0.01s) [2020-11-03T23:30:40.876Z] === RUN TestInlineFormatWithNonDefaultOptions [2020-11-03T23:30:40.876Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2020-11-03T23:30:40.876Z] === RUN TestJsonFormat [2020-11-03T23:30:40.876Z] --- PASS: TestJsonFormat (0.02s) [2020-11-03T23:30:40.876Z] === RUN TestRawFormat [2020-11-03T23:30:40.876Z] --- PASS: TestRawFormat (0.00s) [2020-11-03T23:30:40.876Z] === RUN TestRawFormatWithLabels [2020-11-03T23:30:40.876Z] --- PASS: TestRawFormatWithLabels (0.00s) [2020-11-03T23:30:40.876Z] === RUN TestRawFormatWithoutTag [2020-11-03T23:30:40.876Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2020-11-03T23:30:40.876Z] === RUN TestBatching [2020-11-03T23:30:41.344Z] --- PASS: TestBatching (0.43s) [2020-11-03T23:30:41.344Z] === RUN TestFrequency [2020-11-03T23:30:41.681Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-11-03T23:30:41.681Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-11-03T23:30:41.681Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-11-03T23:30:41.810Z] --- PASS: TestFrequency (0.20s) [2020-11-03T23:30:41.810Z] === RUN TestOneMessagePerRequest [2020-11-03T23:30:41.810Z] --- PASS: TestOneMessagePerRequest (0.01s) [2020-11-03T23:30:41.810Z] === RUN TestVerify [2020-11-03T23:30:41.810Z] --- PASS: TestVerify (0.00s) [2020-11-03T23:30:41.810Z] === RUN TestSkipVerify [2020-11-03T23:30:41.810Z] === RUN TestParseLogFormat [2020-11-03T23:30:41.810Z] --- PASS: TestParseLogFormat (0.00s) [2020-11-03T23:30:41.810Z] === RUN TestValidateLogOptEmpty [2020-11-03T23:30:41.810Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2020-11-03T23:30:41.810Z] === RUN TestValidateSyslogAddress [2020-11-03T23:30:41.810Z] --- PASS: TestValidateSyslogAddress (0.00s) [2020-11-03T23:30:41.810Z] === RUN TestParseAddressDefaultPort [2020-11-03T23:30:41.810Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2020-11-03T23:30:41.810Z] === RUN TestValidateSyslogFacility [2020-11-03T23:30:41.810Z] --- PASS: TestValidateSyslogFacility (0.00s) [2020-11-03T23:30:41.810Z] === RUN TestValidateLogOptSyslogFormat [2020-11-03T23:30:41.810Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2020-11-03T23:30:41.810Z] === RUN TestValidateLogOpt [2020-11-03T23:30:41.810Z] --- PASS: TestValidateLogOpt (0.00s) [2020-11-03T23:30:41.810Z] PASS [2020-11-03T23:30:41.810Z] coverage: 46.8% of statements [2020-11-03T23:30:41.810Z] ok github.com/docker/docker/daemon/logger/syslog 0.375s coverage: 46.8% of statements [2020-11-03T23:30:41.810Z] time="2020-11-03T23:30:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-03T23:30:41.810Z] time="2020-11-03T23:30:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-03T23:30:41.810Z] time="2020-11-03T23:30:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-03T23:30:42.275Z] --- PASS: TestSkipVerify (0.49s) [2020-11-03T23:30:42.275Z] === RUN TestBufferMaximum [2020-11-03T23:30:42.275Z] time="2020-11-03T23:30:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-03T23:30:42.275Z] time="2020-11-03T23:30:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-03T23:30:42.275Z] time="2020-11-03T23:30:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-03T23:30:42.275Z] time="2020-11-03T23:30:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-03T23:30:42.275Z] time="2020-11-03T23:30:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-03T23:30:42.275Z] time="2020-11-03T23:30:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604446241.857489\",\"host\":\"8d72e604124e\"}'" [2020-11-03T23:30:42.275Z] time="2020-11-03T23:30:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604446241.857489\",\"host\":\"8d72e604124e\"}'" [2020-11-03T23:30:42.275Z] --- PASS: TestBufferMaximum (0.00s) [2020-11-03T23:30:42.275Z] === RUN TestServerAlwaysDown [2020-11-03T23:30:42.275Z] time="2020-11-03T23:30:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-03T23:30:42.275Z] time="2020-11-03T23:30:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-03T23:30:42.275Z] time="2020-11-03T23:30:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604446241.860486\",\"host\":\"8d72e604124e\"}'" [2020-11-03T23:30:42.275Z] time="2020-11-03T23:30:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604446241.860486\",\"host\":\"8d72e604124e\"}'" [2020-11-03T23:30:42.275Z] time="2020-11-03T23:30:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-03T23:30:42.275Z] time="2020-11-03T23:30:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604446241.860486\",\"host\":\"8d72e604124e\"}'" [2020-11-03T23:30:42.275Z] time="2020-11-03T23:30:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604446241.861485\",\"host\":\"8d72e604124e\"}'" [2020-11-03T23:30:42.275Z] time="2020-11-03T23:30:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604446241.861485\",\"host\":\"8d72e604124e\"}'" [2020-11-03T23:30:42.275Z] --- PASS: TestServerAlwaysDown (0.00s) [2020-11-03T23:30:42.275Z] === RUN TestCannotSendAfterClose [2020-11-03T23:30:42.275Z] --- PASS: TestCannotSendAfterClose (0.00s) [2020-11-03T23:30:42.275Z] === RUN TestDeadlockOnBlockedEndpoint [2020-11-03T23:30:42.718Z] --- PASS: TestCreateServiceMultipleTimes (15.20s) [2020-11-03T23:30:42.718Z] === RUN TestCreateServiceConflict [2020-11-03T23:30:43.254Z] time="2020-11-03T23:30:42Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49203/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2020-11-03T23:30:43.254Z] time="2020-11-03T23:30:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"8d72e604124e\"}'" [2020-11-03T23:30:43.254Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2020-11-03T23:30:43.254Z] PASS [2020-11-03T23:30:43.254Z] coverage: 82.5% of statements [2020-11-03T23:30:43.254Z] ok github.com/docker/docker/daemon/logger/splunk 2.697s coverage: 82.5% of statements [2020-11-03T23:30:43.254Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-03T23:30:43.254Z] ? github.com/docker/docker/daemon/network [no test files] [2020-11-03T23:30:43.254Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-03T23:30:43.719Z] === RUN TestV1IDService [2020-11-03T23:30:44.183Z] --- PASS: TestV1IDService (0.08s) [2020-11-03T23:30:44.183Z] === RUN TestV2MetadataService [2020-11-03T23:30:44.227Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-11-03T23:30:44.650Z] === RUN TestContinueOnError_NonMirrorEndpoint [2020-11-03T23:30:44.650Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2020-11-03T23:30:44.650Z] === RUN TestContinueOnError_MirrorEndpoint [2020-11-03T23:30:44.650Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2020-11-03T23:30:44.650Z] === RUN TestContinueOnError_NeverContinue [2020-11-03T23:30:44.650Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2020-11-03T23:30:44.650Z] === RUN TestContinueOnError_UnnestsErrors [2020-11-03T23:30:44.650Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2020-11-03T23:30:44.650Z] === RUN TestFixManifestLayers [2020-11-03T23:30:44.650Z] --- PASS: TestFixManifestLayers (0.00s) [2020-11-03T23:30:44.650Z] === RUN TestFixManifestLayersBaseLayerParent [2020-11-03T23:30:44.650Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2020-11-03T23:30:44.650Z] pull_v2_test.go:73: Needs fixing on Windows [2020-11-03T23:30:44.650Z] === RUN TestFixManifestLayersBadParent [2020-11-03T23:30:44.650Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2020-11-03T23:30:44.650Z] === RUN TestValidateManifest [2020-11-03T23:30:44.650Z] --- SKIP: TestValidateManifest (0.00s) [2020-11-03T23:30:44.650Z] pull_v2_test.go:118: Needs fixing on Windows [2020-11-03T23:30:44.650Z] === RUN TestFormatPlatform [2020-11-03T23:30:44.650Z] --- PASS: TestFormatPlatform (0.00s) [2020-11-03T23:30:44.650Z] === RUN TestGetRepositoryMountCandidates [2020-11-03T23:30:44.650Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2020-11-03T23:30:44.650Z] === RUN TestLayerAlreadyExists [2020-11-03T23:30:44.650Z] --- PASS: TestLayerAlreadyExists (0.00s) [2020-11-03T23:30:44.650Z] 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-03T23:30:44.650Z] 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-03T23:30:44.650Z] 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-03T23:30:44.650Z] 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-03T23:30:44.650Z] 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-03T23:30:44.650Z] 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-03T23:30:44.650Z] === RUN TestWhenEmptyAuthConfig [2020-11-03T23:30:44.796Z] --- PASS: TestCreateServiceConflict (1.90s) [2020-11-03T23:30:44.796Z] === RUN TestCreateServiceMaxReplicas [2020-11-03T23:30:45.629Z] === RUN TestSuccessfulDownload [2020-11-03T23:30:45.629Z] --- SKIP: TestSuccessfulDownload (0.00s) [2020-11-03T23:30:45.629Z] download_test.go:268: Needs fixing on Windows [2020-11-03T23:30:45.629Z] === RUN TestCancelledDownload [2020-11-03T23:30:45.629Z] --- PASS: TestCancelledDownload (0.00s) [2020-11-03T23:30:45.629Z] === RUN TestMaxDownloadAttempts [2020-11-03T23:30:45.629Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-11-03T23:30:45.629Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-11-03T23:30:45.629Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-11-03T23:30:45.629Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-11-03T23:30:45.629Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-11-03T23:30:45.629Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-11-03T23:30:45.629Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-11-03T23:30:45.629Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-11-03T23:30:45.629Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-11-03T23:30:45.629Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-11-03T23:30:45.629Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-11-03T23:30:45.629Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-11-03T23:30:45.629Z] --- PASS: TestV2MetadataService (1.61s) [2020-11-03T23:30:45.629Z] PASS [2020-11-03T23:30:45.629Z] coverage: 48.2% of statements [2020-11-03T23:30:45.629Z] ok github.com/docker/docker/distribution/metadata 1.967s coverage: 48.2% of statements [2020-11-03T23:30:46.094Z] --- PASS: TestWhenEmptyAuthConfig (1.18s) [2020-11-03T23:30:46.094Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2020-11-03T23:30:46.094Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2020-11-03T23:30:46.094Z] === RUN TestTokenPassThru [2020-11-03T23:30:46.094Z] --- PASS: TestTokenPassThru (0.01s) [2020-11-03T23:30:46.094Z] === RUN TestTokenPassThruDifferentHost [2020-11-03T23:30:46.094Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2020-11-03T23:30:46.094Z] PASS [2020-11-03T23:30:46.094Z] coverage: 20.1% of statements [2020-11-03T23:30:46.094Z] time="2020-11-03T23:30:45Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-03T23:30:46.094Z] time="2020-11-03T23:30:45Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-03T23:30:46.094Z] time="2020-11-03T23:30:45Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-03T23:30:46.094Z] time="2020-11-03T23:30:45Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-03T23:30:46.094Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2020-11-03T23:30:46.094Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.41s) [2020-11-03T23:30:46.094Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.41s) [2020-11-03T23:30:46.094Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.41s) [2020-11-03T23:30:46.094Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.41s) [2020-11-03T23:30:46.094Z] === RUN TestTransfer [2020-11-03T23:30:46.094Z] ok github.com/docker/docker/distribution 1.582s coverage: 20.1% of statements [2020-11-03T23:30:46.094Z] --- PASS: TestTransfer (0.20s) [2020-11-03T23:30:46.094Z] === RUN TestConcurrencyLimit [2020-11-03T23:30:46.094Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-03T23:30:46.094Z] === RUN TestNotFound [2020-11-03T23:30:46.094Z] --- PASS: TestNotFound (0.00s) [2020-11-03T23:30:46.094Z] === RUN TestConflict [2020-11-03T23:30:46.094Z] --- PASS: TestConflict (0.00s) [2020-11-03T23:30:46.094Z] === RUN TestForbidden [2020-11-03T23:30:46.094Z] --- PASS: TestForbidden (0.00s) [2020-11-03T23:30:46.094Z] === RUN TestInvalidParameter [2020-11-03T23:30:46.094Z] --- PASS: TestInvalidParameter (0.00s) [2020-11-03T23:30:46.094Z] === RUN TestNotImplemented [2020-11-03T23:30:46.094Z] --- PASS: TestNotImplemented (0.00s) [2020-11-03T23:30:46.094Z] === RUN TestNotModified [2020-11-03T23:30:46.094Z] --- PASS: TestNotModified (0.00s) [2020-11-03T23:30:46.094Z] === RUN TestUnauthorized [2020-11-03T23:30:46.094Z] --- PASS: TestUnauthorized (0.00s) [2020-11-03T23:30:46.094Z] === RUN TestUnknown [2020-11-03T23:30:46.094Z] --- PASS: TestUnknown (0.00s) [2020-11-03T23:30:46.094Z] === RUN TestCancelled [2020-11-03T23:30:46.094Z] --- PASS: TestCancelled (0.00s) [2020-11-03T23:30:46.094Z] === RUN TestDeadline [2020-11-03T23:30:46.094Z] --- PASS: TestDeadline (0.00s) [2020-11-03T23:30:46.094Z] === RUN TestDataLoss [2020-11-03T23:30:46.094Z] --- PASS: TestDataLoss (0.00s) [2020-11-03T23:30:46.094Z] === RUN TestUnavailable [2020-11-03T23:30:46.094Z] --- PASS: TestUnavailable (0.00s) [2020-11-03T23:30:46.094Z] === RUN TestSystem [2020-11-03T23:30:46.094Z] --- PASS: TestSystem (0.00s) [2020-11-03T23:30:46.094Z] === RUN TestFromStatusCode [2020-11-03T23:30:46.094Z] === RUN TestFromStatusCode/Not_Found [2020-11-03T23:30:46.094Z] === RUN TestFromStatusCode/Bad_Request [2020-11-03T23:30:46.094Z] === RUN TestFromStatusCode/Conflict [2020-11-03T23:30:46.094Z] === RUN TestFromStatusCode/Unauthorized [2020-11-03T23:30:46.094Z] === RUN TestFromStatusCode/Service_Unavailable [2020-11-03T23:30:46.094Z] === RUN TestFromStatusCode/Forbidden [2020-11-03T23:30:46.094Z] === RUN TestFromStatusCode/Not_Modified [2020-11-03T23:30:46.094Z] === RUN TestFromStatusCode/Not_Implemented [2020-11-03T23:30:46.094Z] === RUN TestFromStatusCode/Internal_Server_Error [2020-11-03T23:30:46.094Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2020-11-03T23:30:46.094Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2020-11-03T23:30:46.094Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2020-11-03T23:30:46.094Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2020-11-03T23:30:46.094Z] --- PASS: TestFromStatusCode (0.00s) [2020-11-03T23:30:46.094Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2020-11-03T23:30:46.094Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2020-11-03T23:30:46.094Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2020-11-03T23:30:46.094Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2020-11-03T23:30:46.094Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2020-11-03T23:30:46.094Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2020-11-03T23:30:46.094Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2020-11-03T23:30:46.094Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2020-11-03T23:30:46.094Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2020-11-03T23:30:46.094Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2020-11-03T23:30:46.094Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2020-11-03T23:30:46.094Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2020-11-03T23:30:46.094Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2020-11-03T23:30:46.094Z] PASS [2020-11-03T23:30:46.094Z] coverage: 49.4% of statements [2020-11-03T23:30:46.094Z] ok github.com/docker/docker/errdefs 0.140s coverage: 49.4% of statements [2020-11-03T23:30:46.135Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-11-03T23:30:46.610Z] --- PASS: TestConcurrencyLimit (0.37s) [2020-11-03T23:30:46.610Z] === RUN TestInactiveJobs [2020-11-03T23:30:47.076Z] --- PASS: TestInactiveJobs (0.59s) [2020-11-03T23:30:47.076Z] === RUN TestWatchRelease [2020-11-03T23:30:47.076Z] --- PASS: TestWatchRelease (0.09s) [2020-11-03T23:30:47.076Z] === RUN TestWatchFinishedTransfer [2020-11-03T23:30:47.076Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2020-11-03T23:30:47.076Z] === RUN TestDuplicateTransfer [2020-11-03T23:30:47.076Z] --- PASS: TestDuplicateTransfer (0.04s) [2020-11-03T23:30:47.076Z] === RUN TestSuccessfulUpload [2020-11-03T23:30:47.541Z] time="2020-11-03T23:30:47Z" level=error msg="Upload failed, retrying: simulating retry" [2020-11-03T23:30:47.541Z] --- PASS: TestSuccessfulUpload (0.60s) [2020-11-03T23:30:47.541Z] === RUN TestCancelledUpload [2020-11-03T23:30:47.541Z] --- PASS: TestCancelledUpload (0.00s) [2020-11-03T23:30:47.541Z] PASS [2020-11-03T23:30:47.541Z] coverage: 76.8% of statements [2020-11-03T23:30:47.541Z] ok github.com/docker/docker/distribution/xfer 2.523s coverage: 76.8% of statements [2020-11-03T23:30:47.541Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-03T23:30:47.543Z] --- PASS: TestCreateServiceMaxReplicas (2.61s) [2020-11-03T23:30:47.543Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-03T23:30:48.519Z] === RUN TestCompare [2020-11-03T23:30:48.519Z] --- PASS: TestCompare (0.00s) [2020-11-03T23:30:48.519Z] PASS [2020-11-03T23:30:48.519Z] coverage: 19.2% of statements [2020-11-03T23:30:48.519Z] ok github.com/docker/docker/image/cache 0.196s coverage: 19.2% of statements [2020-11-03T23:30:48.519Z] === RUN TestMakeV1ConfigFromConfig [2020-11-03T23:30:48.519Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2020-11-03T23:30:48.519Z] PASS [2020-11-03T23:30:48.519Z] coverage: 25.0% of statements [2020-11-03T23:30:48.519Z] ok github.com/docker/docker/image/v1 0.306s coverage: 25.0% of statements [2020-11-03T23:30:48.984Z] === RUN TestFSGetInvalidData [2020-11-03T23:30:48.984Z] --- PASS: TestFSGetInvalidData (0.02s) [2020-11-03T23:30:48.984Z] === RUN TestFSInvalidSet [2020-11-03T23:30:48.984Z] --- PASS: TestFSInvalidSet (0.02s) [2020-11-03T23:30:48.984Z] === RUN TestFSInvalidRoot [2020-11-03T23:30:48.984Z] --- PASS: TestFSInvalidRoot (0.01s) [2020-11-03T23:30:48.984Z] === RUN TestFSMetadataGetSet [2020-11-03T23:30:48.984Z] --- PASS: TestFSMetadataGetSet (0.04s) [2020-11-03T23:30:48.984Z] === RUN TestFSInvalidWalker [2020-11-03T23:30:48.984Z] --- PASS: TestFSInvalidWalker (0.01s) [2020-11-03T23:30:48.984Z] === RUN TestFSGetSet [2020-11-03T23:30:48.984Z] --- PASS: TestFSGetSet (0.03s) [2020-11-03T23:30:48.984Z] === RUN TestFSGetUnsetKey [2020-11-03T23:30:48.984Z] --- PASS: TestFSGetUnsetKey (0.01s) [2020-11-03T23:30:48.984Z] === RUN TestFSGetEmptyData [2020-11-03T23:30:48.984Z] --- PASS: TestFSGetEmptyData (0.01s) [2020-11-03T23:30:48.984Z] === RUN TestFSDelete [2020-11-03T23:30:48.984Z] --- PASS: TestFSDelete (0.02s) [2020-11-03T23:30:48.984Z] === RUN TestFSWalker [2020-11-03T23:30:48.984Z] --- PASS: TestFSWalker (0.03s) [2020-11-03T23:30:48.984Z] === RUN TestFSWalkerStopOnError [2020-11-03T23:30:48.984Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2020-11-03T23:30:48.984Z] === RUN TestNewFromJSON [2020-11-03T23:30:48.984Z] --- PASS: TestNewFromJSON (0.00s) [2020-11-03T23:30:48.984Z] === RUN TestNewFromJSONWithInvalidJSON [2020-11-03T23:30:48.984Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2020-11-03T23:30:48.984Z] === RUN TestMarshalKeyOrder [2020-11-03T23:30:48.984Z] --- PASS: TestMarshalKeyOrder (0.00s) [2020-11-03T23:30:48.984Z] === RUN TestImage [2020-11-03T23:30:48.984Z] --- PASS: TestImage (0.00s) [2020-11-03T23:30:48.984Z] === RUN TestImageOSNotEmpty [2020-11-03T23:30:48.984Z] --- PASS: TestImageOSNotEmpty (0.00s) [2020-11-03T23:30:48.984Z] === RUN TestNewChildImageFromImageWithRootFS [2020-11-03T23:30:48.984Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2020-11-03T23:30:48.984Z] === RUN TestRestore [2020-11-03T23:30:49.450Z] time="2020-11-03T23:30:48Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2020-11-03T23:30:49.451Z] --- PASS: TestRestore (0.21s) [2020-11-03T23:30:49.451Z] === RUN TestAddDelete [2020-11-03T23:30:49.451Z] --- PASS: TestAddDelete (0.05s) [2020-11-03T23:30:49.451Z] === RUN TestSearchAfterDelete [2020-11-03T23:30:49.451Z] --- PASS: TestSearchAfterDelete (0.01s) [2020-11-03T23:30:49.451Z] === RUN TestParentReset [2020-11-03T23:30:49.451Z] --- PASS: TestParentReset (0.06s) [2020-11-03T23:30:49.451Z] === RUN TestGetAndSetLastUpdated [2020-11-03T23:30:49.451Z] --- PASS: TestGetAndSetLastUpdated (0.07s) [2020-11-03T23:30:49.451Z] === RUN TestStoreLen [2020-11-03T23:30:49.451Z] --- PASS: TestStoreLen (0.09s) [2020-11-03T23:30:49.451Z] PASS [2020-11-03T23:30:49.451Z] coverage: 86.4% of statements [2020-11-03T23:30:49.915Z] ok github.com/docker/docker/image 1.033s coverage: 86.4% of statements [2020-11-03T23:30:49.915Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-03T23:30:49.915Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-03T23:30:50.380Z] === RUN TestSerialization [2020-11-03T23:30:50.380Z] --- PASS: TestSerialization (0.02s) [2020-11-03T23:30:50.380Z] PASS [2020-11-03T23:30:50.380Z] coverage: 100.0% of statements [2020-11-03T23:30:50.380Z] ok github.com/docker/docker/libcontainerd/queue 0.231s coverage: 100.0% of statements [2020-11-03T23:30:51.414Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-11-03T23:30:53.310Z] === RUN TestEnvironmentParsing [2020-11-03T23:30:53.310Z] --- PASS: TestEnvironmentParsing (0.00s) [2020-11-03T23:30:53.310Z] PASS [2020-11-03T23:30:53.310Z] coverage: 1.0% of statements [2020-11-03T23:30:53.310Z] ok github.com/docker/docker/libcontainerd/local 0.529s coverage: 1.0% of statements [2020-11-03T23:30:53.310Z] === RUN TestEmptyLayer [2020-11-03T23:30:53.310Z] --- PASS: TestEmptyLayer (0.00s) [2020-11-03T23:30:53.310Z] === RUN TestCommitFailure [2020-11-03T23:30:53.310Z] === RUN TestParseVersion [2020-11-03T23:30:53.310Z] --- PASS: TestParseVersion (0.00s) [2020-11-03T23:30:53.310Z] PASS [2020-11-03T23:30:53.310Z] coverage: 52.9% of statements [2020-11-03T23:30:53.310Z] ok github.com/docker/docker/pkg/aaparser 0.496s coverage: 52.9% of statements [2020-11-03T23:30:53.310Z] --- PASS: TestCommitFailure (0.19s) [2020-11-03T23:30:53.310Z] === RUN TestStartTransactionFailure [2020-11-03T23:30:53.310Z] --- PASS: TestStartTransactionFailure (0.00s) [2020-11-03T23:30:53.310Z] === RUN TestGetOrphan [2020-11-03T23:30:53.310Z] --- PASS: TestGetOrphan (0.01s) [2020-11-03T23:30:53.310Z] === RUN TestMountAndRegister [2020-11-03T23:30:53.310Z] === RUN TestAddressPoolOpt [2020-11-03T23:30:53.310Z] --- PASS: TestAddressPoolOpt (0.00s) [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/a [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/something [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/_=a [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/env1=value1 [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/_env1=value1 [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/env2=value2=value3 [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/env3=abc!qwe [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/env_4=value_4 [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/PATH [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/=a [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/PATH= [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/PATH=something [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/asd!qwe [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/1asd [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/123 [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/some_space [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/__some_space_before [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/some_space_after__ [2020-11-03T23:30:53.310Z] --- PASS: TestMountAndRegister (0.05s) [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/= [2020-11-03T23:30:53.310Z] === RUN TestValidateEnv/PaTh [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/a (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/something (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/_=a (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/PATH (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/=a (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/1asd (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/123 (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/some_space (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/= (0.00s) [2020-11-03T23:30:53.310Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2020-11-03T23:30:53.310Z] === RUN TestParseHost [2020-11-03T23:30:53.310Z] --- PASS: TestParseHost (0.00s) [2020-11-03T23:30:53.310Z] === RUN TestParseDockerDaemonHost [2020-11-03T23:30:53.310Z] layer_test.go:271: Layer size: 14 [2020-11-03T23:30:53.310Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2020-11-03T23:30:53.310Z] === RUN TestParseTCP [2020-11-03T23:30:53.310Z] --- PASS: TestParseTCP (0.00s) [2020-11-03T23:30:53.310Z] === RUN TestParseInvalidUnixAddrInvalid [2020-11-03T23:30:53.310Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2020-11-03T23:30:53.310Z] === RUN TestValidateExtraHosts [2020-11-03T23:30:53.310Z] --- PASS: TestValidateExtraHosts (0.00s) [2020-11-03T23:30:53.310Z] === RUN TestIpOptString [2020-11-03T23:30:53.310Z] --- PASS: TestIpOptString (0.00s) [2020-11-03T23:30:53.310Z] === RUN TestNewIpOptInvalidDefaultVal [2020-11-03T23:30:53.310Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2020-11-03T23:30:53.310Z] === RUN TestNewIpOptValidDefaultVal [2020-11-03T23:30:53.310Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2020-11-03T23:30:53.310Z] === RUN TestIpOptSetInvalidVal [2020-11-03T23:30:53.310Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2020-11-03T23:30:53.310Z] === RUN TestValidateIPAddress [2020-11-03T23:30:53.310Z] --- PASS: TestValidateIPAddress (0.00s) [2020-11-03T23:30:53.310Z] === RUN TestMapOpts [2020-11-03T23:30:53.310Z] --- PASS: TestMapOpts (0.00s) [2020-11-03T23:30:53.310Z] === RUN TestListOptsWithoutValidator [2020-11-03T23:30:53.310Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2020-11-03T23:30:53.310Z] === RUN TestListOptsWithValidator [2020-11-03T23:30:53.310Z] --- PASS: TestListOptsWithValidator (0.00s) [2020-11-03T23:30:53.310Z] === RUN TestValidateDNSSearch [2020-11-03T23:30:53.310Z] --- PASS: TestValidateDNSSearch (0.00s) [2020-11-03T23:30:53.310Z] === RUN TestValidateLabel [2020-11-03T23:30:53.310Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2020-11-03T23:30:53.310Z] === RUN TestValidateLabel/label_with_general_format [2020-11-03T23:30:53.310Z] === RUN TestValidateLabel/label_with_more_than_one_= [2020-11-03T23:30:53.310Z] === RUN TestValidateLabel/label_with_one_more [2020-11-03T23:30:53.310Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2020-11-03T23:30:53.310Z] === RUN TestLayerRelease [2020-11-03T23:30:53.310Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2020-11-03T23:30:53.310Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2020-11-03T23:30:53.310Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2020-11-03T23:30:53.310Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2020-11-03T23:30:53.310Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2020-11-03T23:30:53.310Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2020-11-03T23:30:53.310Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2020-11-03T23:30:53.310Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2020-11-03T23:30:53.310Z] --- PASS: TestValidateLabel (0.00s) [2020-11-03T23:30:53.311Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2020-11-03T23:30:53.311Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2020-11-03T23:30:53.311Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2020-11-03T23:30:53.311Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2020-11-03T23:30:53.311Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2020-11-03T23:30:53.311Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2020-11-03T23:30:53.311Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2020-11-03T23:30:53.311Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2020-11-03T23:30:53.311Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2020-11-03T23:30:53.311Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2020-11-03T23:30:53.311Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2020-11-03T23:30:53.311Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2020-11-03T23:30:53.311Z] --- SKIP: TestLayerRelease (0.00s) [2020-11-03T23:30:53.311Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2020-11-03T23:30:53.311Z] === RUN TestNamedListOpts [2020-11-03T23:30:53.311Z] --- PASS: TestNamedListOpts (0.00s) [2020-11-03T23:30:53.311Z] === RUN TestNamedMapOpts [2020-11-03T23:30:53.311Z] --- PASS: TestNamedMapOpts (0.00s) [2020-11-03T23:30:53.311Z] === RUN TestParseLink [2020-11-03T23:30:53.776Z] --- PASS: TestParseLink (0.00s) [2020-11-03T23:30:53.776Z] === RUN TestQuotedStringSetWithQuotes [2020-11-03T23:30:53.776Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2020-11-03T23:30:53.776Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2020-11-03T23:30:53.776Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2020-11-03T23:30:53.776Z] === RUN TestQuotedStringSetWithNoQuotes [2020-11-03T23:30:53.776Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2020-11-03T23:30:53.776Z] === RUN TestUlimitOpt [2020-11-03T23:30:53.776Z] --- PASS: TestUlimitOpt (0.00s) [2020-11-03T23:30:53.776Z] PASS [2020-11-03T23:30:53.776Z] coverage: 67.1% of statements [2020-11-03T23:30:53.776Z] layer_test.go:304: Failing on Windows [2020-11-03T23:30:53.776Z] === RUN TestStoreRestore [2020-11-03T23:30:53.776Z] --- SKIP: TestStoreRestore (0.00s) [2020-11-03T23:30:53.776Z] layer_test.go:353: Failing on Windows [2020-11-03T23:30:53.776Z] === RUN TestTarStreamStability [2020-11-03T23:30:53.776Z] --- SKIP: TestTarStreamStability (0.00s) [2020-11-03T23:30:53.776Z] layer_test.go:468: Failing on Windows [2020-11-03T23:30:53.776Z] === RUN TestRegisterExistingLayer [2020-11-03T23:30:53.776Z] ok github.com/docker/docker/opts 0.523s coverage: 67.1% of statements [2020-11-03T23:30:53.776Z] --- PASS: TestRegisterExistingLayer (0.18s) [2020-11-03T23:30:53.776Z] === RUN TestTarStreamVerification [2020-11-03T23:30:53.776Z] --- SKIP: TestTarStreamVerification (0.00s) [2020-11-03T23:30:53.776Z] layer_test.go:697: Failing on Windows [2020-11-03T23:30:53.776Z] === RUN TestLayerMigration [2020-11-03T23:30:53.776Z] --- SKIP: TestLayerMigration (0.00s) [2020-11-03T23:30:53.776Z] migration_test.go:46: Failing on Windows [2020-11-03T23:30:53.776Z] === RUN TestLayerMigrationNoTarsplit [2020-11-03T23:30:53.776Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2020-11-03T23:30:53.776Z] migration_test.go:182: Failing on Windows [2020-11-03T23:30:53.776Z] === RUN TestMountInit [2020-11-03T23:30:53.776Z] --- SKIP: TestMountInit (0.00s) [2020-11-03T23:30:53.776Z] mount_test.go:17: Failing on Windows [2020-11-03T23:30:53.776Z] === RUN TestMountSize [2020-11-03T23:30:53.776Z] --- SKIP: TestMountSize (0.00s) [2020-11-03T23:30:53.776Z] mount_test.go:76: Failing on Windows [2020-11-03T23:30:53.776Z] === RUN TestMountChanges [2020-11-03T23:30:53.776Z] --- SKIP: TestMountChanges (0.00s) [2020-11-03T23:30:53.776Z] mount_test.go:125: Failing on Windows [2020-11-03T23:30:53.776Z] === RUN TestMountApply [2020-11-03T23:30:53.776Z] --- SKIP: TestMountApply (0.00s) [2020-11-03T23:30:53.776Z] mount_test.go:212: Failing on Windows [2020-11-03T23:30:53.776Z] PASS [2020-11-03T23:30:53.776Z] coverage: 30.1% of statements [2020-11-03T23:30:53.776Z] ok github.com/docker/docker/layer 1.275s coverage: 30.1% of statements [2020-11-03T23:30:53.776Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-03T23:30:53.776Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-03T23:30:53.776Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-03T23:30:53.776Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-03T23:30:53.776Z] ? github.com/docker/docker/oci [no test files] [2020-11-03T23:30:53.776Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-03T23:30:54.755Z] === RUN TestUnbuffered [2020-11-03T23:30:54.755Z] --- PASS: TestUnbuffered (0.00s) [2020-11-03T23:30:54.755Z] === RUN TestRaceUnbuffered [2020-11-03T23:30:54.755Z] --- PASS: TestRaceUnbuffered (0.00s) [2020-11-03T23:30:54.755Z] PASS [2020-11-03T23:30:54.755Z] coverage: 100.0% of statements [2020-11-03T23:30:54.755Z] ok github.com/docker/docker/pkg/broadcaster 0.226s coverage: 100.0% of statements [2020-11-03T23:30:55.636Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-11-03T23:30:55.733Z] === RUN TestPeerCertificateMarshalJSON [2020-11-03T23:30:56.198Z] === RUN TestMatch [2020-11-03T23:30:56.198Z] === RUN TestMatch/[[]] [2020-11-03T23:30:56.198Z] === RUN TestMatch/[[foo]] [2020-11-03T23:30:56.198Z] === RUN TestMatch/[[bar]_[foo]] [2020-11-03T23:30:56.198Z] === RUN TestMatch/[[foo_bar]] [2020-11-03T23:30:56.198Z] === RUN TestMatch/[[qux]_[foo]] [2020-11-03T23:30:56.198Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2020-11-03T23:30:56.198Z] === RUN TestMatch/[] [2020-11-03T23:30:56.198Z] === RUN TestMatch/[]#01 [2020-11-03T23:30:56.198Z] === RUN TestMatch/[[qux]] [2020-11-03T23:30:56.198Z] === RUN TestMatch/[[foo_bar_qux]] [2020-11-03T23:30:56.198Z] === RUN TestMatch/[[qux]_[baz]] [2020-11-03T23:30:56.198Z] === RUN TestMatch/[[foo_baz]] [2020-11-03T23:30:56.198Z] --- PASS: TestMatch (0.00s) [2020-11-03T23:30:56.198Z] --- PASS: TestMatch/[[]] (0.00s) [2020-11-03T23:30:56.198Z] --- PASS: TestMatch/[[foo]] (0.00s) [2020-11-03T23:30:56.198Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2020-11-03T23:30:56.198Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2020-11-03T23:30:56.198Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2020-11-03T23:30:56.198Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2020-11-03T23:30:56.198Z] --- PASS: TestMatch/[] (0.00s) [2020-11-03T23:30:56.198Z] --- PASS: TestMatch/[]#01 (0.00s) [2020-11-03T23:30:56.198Z] --- PASS: TestMatch/[[qux]] (0.00s) [2020-11-03T23:30:56.198Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2020-11-03T23:30:56.198Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2020-11-03T23:30:56.198Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2020-11-03T23:30:56.198Z] PASS [2020-11-03T23:30:56.198Z] coverage: 87.5% of statements [2020-11-03T23:30:56.198Z] ok github.com/docker/docker/pkg/capabilities 0.300s coverage: 87.5% of statements [2020-11-03T23:30:56.669Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2020-11-03T23:30:56.669Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2020-11-03T23:30:56.669Z] --- PASS: TestPeerCertificateMarshalJSON (0.45s) [2020-11-03T23:30:56.669Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2020-11-03T23:30:56.669Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2020-11-03T23:30:56.669Z] === RUN TestMiddleware [2020-11-03T23:30:56.669Z] --- PASS: TestMiddleware (0.00s) [2020-11-03T23:30:56.669Z] === RUN TestNewResponseModifier [2020-11-03T23:30:56.669Z] --- PASS: TestNewResponseModifier (0.00s) [2020-11-03T23:30:56.669Z] PASS [2020-11-03T23:30:56.669Z] coverage: 26.8% of statements [2020-11-03T23:30:56.669Z] ok github.com/docker/docker/pkg/authorization 0.744s coverage: 26.8% of statements [2020-11-03T23:30:57.018Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-11-03T23:30:57.133Z] === RUN TestIsArchivePathDir [2020-11-03T23:30:57.597Z] --- PASS: TestIsArchivePathDir (0.08s) [2020-11-03T23:30:57.597Z] === RUN TestIsArchivePathInvalidFile [2020-11-03T23:30:57.597Z] === RUN TestChrootTarUntar [2020-11-03T23:30:57.597Z] --- SKIP: TestChrootTarUntar (0.00s) [2020-11-03T23:30:57.597Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:30:57.597Z] === RUN TestChrootUntarWithHugeExcludesList [2020-11-03T23:30:57.597Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2020-11-03T23:30:57.597Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:30:57.597Z] === RUN TestChrootUntarEmptyArchive [2020-11-03T23:30:57.597Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2020-11-03T23:30:57.597Z] === RUN TestChrootTarUntarWithSymlink [2020-11-03T23:30:57.597Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2020-11-03T23:30:57.597Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-03T23:30:57.597Z] === RUN TestChrootCopyWithTar [2020-11-03T23:30:57.597Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2020-11-03T23:30:57.597Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-03T23:30:57.597Z] === RUN TestChrootCopyFileWithTar [2020-11-03T23:30:57.597Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2020-11-03T23:30:57.597Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:30:57.597Z] === RUN TestChrootUntarPath [2020-11-03T23:30:57.598Z] --- SKIP: TestChrootUntarPath (0.00s) [2020-11-03T23:30:57.598Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-03T23:30:57.598Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2020-11-03T23:30:57.598Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-11-03T23:30:57.598Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:30:57.598Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2020-11-03T23:30:57.598Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-11-03T23:30:57.598Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:30:57.598Z] === RUN TestChrootApplyDotDotFile [2020-11-03T23:30:57.598Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2020-11-03T23:30:57.598Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:30:57.598Z] PASS [2020-11-03T23:30:57.598Z] coverage: 15.4% of statements [2020-11-03T23:30:57.598Z] ok github.com/docker/docker/pkg/chrootarchive 0.411s coverage: 15.4% of statements [2020-11-03T23:30:57.598Z] --- PASS: TestIsArchivePathInvalidFile (0.16s) [2020-11-03T23:30:57.598Z] === RUN TestIsArchivePathTar [2020-11-03T23:30:57.598Z] === RUN TestSizeEmpty [2020-11-03T23:30:57.598Z] --- PASS: TestSizeEmpty (0.00s) [2020-11-03T23:30:57.598Z] === RUN TestSizeEmptyFile [2020-11-03T23:30:57.598Z] --- PASS: TestSizeEmptyFile (0.00s) [2020-11-03T23:30:57.598Z] === RUN TestSizeNonemptyFile [2020-11-03T23:30:57.598Z] --- PASS: TestSizeNonemptyFile (0.00s) [2020-11-03T23:30:57.598Z] === RUN TestSizeNestedDirectoryEmpty [2020-11-03T23:30:57.598Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2020-11-03T23:30:57.598Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2020-11-03T23:30:57.598Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2020-11-03T23:30:57.598Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2020-11-03T23:30:57.598Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.01s) [2020-11-03T23:30:57.598Z] === RUN TestMoveToSubdir [2020-11-03T23:30:57.598Z] --- PASS: TestMoveToSubdir (0.00s) [2020-11-03T23:30:57.598Z] === RUN TestSizeNonExistingDirectory [2020-11-03T23:30:57.598Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2020-11-03T23:30:57.598Z] PASS [2020-11-03T23:30:57.598Z] coverage: 80.0% of statements [2020-11-03T23:30:57.598Z] ok github.com/docker/docker/pkg/directory 0.069s coverage: 80.0% of statements [2020-11-03T23:30:57.598Z] --- PASS: TestIsArchivePathTar (0.21s) [2020-11-03T23:30:57.598Z] === RUN TestDecompressStreamGzip [2020-11-03T23:30:57.960Z] === RUN TestDockerSuite/TestPortHostBinding [2020-11-03T23:30:58.061Z] --- PASS: TestDecompressStreamGzip (0.17s) [2020-11-03T23:30:58.061Z] === RUN TestDecompressStreamBzip2 [2020-11-03T23:30:58.061Z] --- PASS: TestDecompressStreamBzip2 (0.16s) [2020-11-03T23:30:58.061Z] === RUN TestDecompressStreamXz [2020-11-03T23:30:58.061Z] --- SKIP: TestDecompressStreamXz (0.00s) [2020-11-03T23:30:58.061Z] archive_test.go:133: Xz not present in msys2 [2020-11-03T23:30:58.061Z] === RUN TestCompressStreamXzUnsupported [2020-11-03T23:30:58.061Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2020-11-03T23:30:58.061Z] === RUN TestCompressStreamBzip2Unsupported [2020-11-03T23:30:58.061Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2020-11-03T23:30:58.061Z] === RUN TestCompressStreamInvalid [2020-11-03T23:30:58.061Z] --- PASS: TestCompressStreamInvalid (0.00s) [2020-11-03T23:30:58.061Z] === RUN TestExtensionInvalid [2020-11-03T23:30:58.061Z] --- PASS: TestExtensionInvalid (0.00s) [2020-11-03T23:30:58.061Z] === RUN TestExtensionUncompressed [2020-11-03T23:30:58.061Z] --- PASS: TestExtensionUncompressed (0.00s) [2020-11-03T23:30:58.061Z] === RUN TestExtensionBzip2 [2020-11-03T23:30:58.061Z] --- PASS: TestExtensionBzip2 (0.00s) [2020-11-03T23:30:58.061Z] === RUN TestExtensionGzip [2020-11-03T23:30:58.061Z] --- PASS: TestExtensionGzip (0.00s) [2020-11-03T23:30:58.061Z] === RUN TestExtensionXz [2020-11-03T23:30:58.061Z] --- PASS: TestExtensionXz (0.00s) [2020-11-03T23:30:58.061Z] === RUN TestCmdStreamLargeStderr [2020-11-03T23:30:58.527Z] --- PASS: TestCmdStreamLargeStderr (0.19s) [2020-11-03T23:30:58.527Z] === RUN TestCmdStreamBad [2020-11-03T23:30:58.527Z] --- SKIP: TestCmdStreamBad (0.00s) [2020-11-03T23:30:58.527Z] archive_test.go:238: Failing on Windows CI machines [2020-11-03T23:30:58.527Z] === RUN TestCmdStreamGood [2020-11-03T23:30:58.527Z] --- PASS: TestCmdStreamGood (0.05s) [2020-11-03T23:30:58.527Z] === RUN TestUntarPathWithInvalidDest [2020-11-03T23:30:58.527Z] --- PASS: TestUntarPathWithInvalidDest (0.09s) [2020-11-03T23:30:58.527Z] === RUN TestUntarPathWithInvalidSrc [2020-11-03T23:30:58.527Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2020-11-03T23:30:58.527Z] === RUN TestUntarPath [2020-11-03T23:30:58.527Z] --- PASS: TestUntarPath (0.21s) [2020-11-03T23:30:58.527Z] === RUN TestUntarPathWithDestinationFile [2020-11-03T23:30:58.527Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2020-11-03T23:30:58.527Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2020-11-03T23:30:58.531Z] === RUN TestDockerSuite/TestPortList [2020-11-03T23:30:58.992Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2020-11-03T23:30:58.992Z] === RUN TestCopyWithTarInvalidSrc [2020-11-03T23:30:58.992Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2020-11-03T23:30:58.992Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2020-11-03T23:30:58.992Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2020-11-03T23:30:58.992Z] === RUN TestCopyWithTarSrcFile [2020-11-03T23:30:58.992Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2020-11-03T23:30:58.992Z] === RUN TestCopyWithTarSrcFolder [2020-11-03T23:30:58.992Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2020-11-03T23:30:58.992Z] === RUN TestCopyFileWithTarInvalidSrc [2020-11-03T23:30:58.992Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2020-11-03T23:30:58.992Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2020-11-03T23:30:58.992Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.06s) [2020-11-03T23:30:58.992Z] === RUN TestCopyFileWithTarSrcFolder [2020-11-03T23:30:58.992Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2020-11-03T23:30:58.992Z] === RUN TestCopyFileWithTarSrcFile [2020-11-03T23:30:58.992Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2020-11-03T23:30:58.992Z] === RUN TestTarFiles [2020-11-03T23:30:58.992Z] === RUN Test [2020-11-03T23:30:58.992Z] === RUN Test/TestContainsEntry [2020-11-03T23:30:58.992Z] === RUN Test/TestCreateEntries [2020-11-03T23:30:58.992Z] === RUN Test/TestEntriesDiff [2020-11-03T23:30:58.992Z] === RUN Test/TestEntriesEquality [2020-11-03T23:30:58.992Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2020-11-03T23:30:58.992Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2020-11-03T23:30:58.992Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2020-11-03T23:30:58.992Z] === RUN Test/TestGeneratorNotGenerate [2020-11-03T23:30:58.992Z] === RUN Test/TestGeneratorWithPort [2020-11-03T23:30:58.992Z] === RUN Test/TestGeneratorWithPortNotGenerate [2020-11-03T23:30:58.992Z] === RUN Test/TestNewEntry [2020-11-03T23:30:58.992Z] === RUN Test/TestParse [2020-11-03T23:30:58.992Z] --- PASS: Test (0.00s) [2020-11-03T23:30:58.992Z] --- PASS: Test/TestContainsEntry (0.00s) [2020-11-03T23:30:58.992Z] --- PASS: Test/TestCreateEntries (0.00s) [2020-11-03T23:30:58.992Z] --- PASS: Test/TestEntriesDiff (0.00s) [2020-11-03T23:30:58.992Z] --- PASS: Test/TestEntriesEquality (0.00s) [2020-11-03T23:30:58.992Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2020-11-03T23:30:58.992Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2020-11-03T23:30:58.992Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2020-11-03T23:30:58.992Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2020-11-03T23:30:58.992Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2020-11-03T23:30:58.992Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2020-11-03T23:30:58.992Z] --- PASS: Test/TestNewEntry (0.00s) [2020-11-03T23:30:58.992Z] --- PASS: Test/TestParse (0.00s) [2020-11-03T23:30:58.992Z] PASS [2020-11-03T23:30:58.992Z] coverage: 58.3% of statements [2020-11-03T23:30:58.992Z] ok github.com/docker/docker/pkg/discovery 0.212s coverage: 58.3% of statements [2020-11-03T23:30:58.992Z] === RUN Test [2020-11-03T23:30:58.992Z] === RUN Test/TestContent [2020-11-03T23:30:58.992Z] === RUN Test/TestInitialize [2020-11-03T23:30:58.992Z] === RUN Test/TestNew [2020-11-03T23:30:58.992Z] === RUN Test/TestParsingContentsWithComments [2020-11-03T23:30:58.992Z] === RUN Test/TestRegister [2020-11-03T23:30:58.992Z] === RUN Test/TestWatch [2020-11-03T23:30:58.992Z] --- PASS: Test (0.01s) [2020-11-03T23:30:58.992Z] --- PASS: Test/TestContent (0.00s) [2020-11-03T23:30:58.992Z] --- PASS: Test/TestInitialize (0.00s) [2020-11-03T23:30:58.992Z] --- PASS: Test/TestNew (0.00s) [2020-11-03T23:30:58.992Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2020-11-03T23:30:58.992Z] --- PASS: Test/TestRegister (0.00s) [2020-11-03T23:30:58.992Z] --- PASS: Test/TestWatch (0.00s) [2020-11-03T23:30:58.992Z] PASS [2020-11-03T23:30:58.992Z] coverage: 92.9% of statements [2020-11-03T23:30:58.992Z] ok github.com/docker/docker/pkg/discovery/file 0.155s coverage: 92.9% of statements [2020-11-03T23:31:00.202Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.87s) [2020-11-03T23:31:00.202Z] === RUN TestCreateServiceSecretFileMode [2020-11-03T23:31:00.545Z] === RUN Test [2020-11-03T23:31:00.545Z] === RUN Test/TestInitialize [2020-11-03T23:31:00.545Z] time="2020-11-03T23:31:00Z" level=info msg="Initializing discovery without TLS" [2020-11-03T23:31:00.545Z] time="2020-11-03T23:31:00Z" level=info msg="Initializing discovery without TLS" [2020-11-03T23:31:00.545Z] time="2020-11-03T23:31:00Z" level=info msg="Initializing discovery without TLS" [2020-11-03T23:31:00.545Z] === RUN Test/TestInitializeWithCerts [2020-11-03T23:31:00.545Z] time="2020-11-03T23:31:00Z" level=info msg="Initializing discovery with TLS" [2020-11-03T23:31:00.545Z] === RUN Test/TestWatch [2020-11-03T23:31:00.545Z] time="2020-11-03T23:31:00Z" level=info msg="Initializing discovery without TLS" [2020-11-03T23:31:00.545Z] === RUN Test [2020-11-03T23:31:00.545Z] === RUN Test/TestWatch [2020-11-03T23:31:00.545Z] --- PASS: Test (0.00s) [2020-11-03T23:31:00.545Z] --- PASS: Test/TestWatch (0.00s) [2020-11-03T23:31:00.545Z] PASS [2020-11-03T23:31:00.545Z] coverage: 92.3% of statements [2020-11-03T23:31:00.545Z] ok github.com/docker/docker/pkg/discovery/memory 0.192s coverage: 92.3% of statements [2020-11-03T23:31:01.011Z] === RUN Test [2020-11-03T23:31:01.011Z] === RUN Test/TestInitialize [2020-11-03T23:31:01.011Z] === RUN Test/TestInitializeWithPattern [2020-11-03T23:31:01.011Z] === RUN Test/TestRegister [2020-11-03T23:31:01.011Z] === RUN Test/TestWatch [2020-11-03T23:31:01.011Z] --- PASS: Test (0.00s) [2020-11-03T23:31:01.011Z] --- PASS: Test/TestInitialize (0.00s) [2020-11-03T23:31:01.011Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2020-11-03T23:31:01.011Z] --- PASS: Test/TestRegister (0.00s) [2020-11-03T23:31:01.011Z] --- PASS: Test/TestWatch (0.00s) [2020-11-03T23:31:01.011Z] PASS [2020-11-03T23:31:01.011Z] coverage: 93.8% of statements [2020-11-03T23:31:01.011Z] ok github.com/docker/docker/pkg/discovery/nodes 0.064s coverage: 93.8% of statements [2020-11-03T23:31:01.831Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-11-03T23:31:02.281Z] --- PASS: TestCreateServiceSecretFileMode (2.24s) [2020-11-03T23:31:02.281Z] === RUN TestCreateServiceConfigFileMode [2020-11-03T23:31:02.571Z] === RUN TestPollerAddRemove [2020-11-03T23:31:02.571Z] --- PASS: TestPollerAddRemove (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestPollerEvent [2020-11-03T23:31:02.571Z] --- SKIP: TestPollerEvent (0.00s) [2020-11-03T23:31:02.571Z] poller_test.go:41: No chmod on Windows [2020-11-03T23:31:02.571Z] === RUN TestPollerClose [2020-11-03T23:31:02.571Z] --- PASS: TestPollerClose (0.00s) [2020-11-03T23:31:02.571Z] PASS [2020-11-03T23:31:02.571Z] coverage: 45.7% of statements [2020-11-03T23:31:02.571Z] ok github.com/docker/docker/pkg/filenotify 0.293s coverage: 45.7% of statements [2020-11-03T23:31:02.571Z] === RUN TestCopyFileWithInvalidSrc [2020-11-03T23:31:02.571Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestCopyFileWithInvalidDest [2020-11-03T23:31:02.571Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestCopyFileWithSameSrcAndDest [2020-11-03T23:31:02.571Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2020-11-03T23:31:02.571Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestCopyFile [2020-11-03T23:31:02.571Z] --- PASS: TestCopyFile (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2020-11-03T23:31:02.571Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-11-03T23:31:02.571Z] fileutils_test.go:134: Needs porting to Windows [2020-11-03T23:31:02.571Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2020-11-03T23:31:02.571Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestReadSymlinkedDirectoryToFile [2020-11-03T23:31:02.571Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2020-11-03T23:31:02.571Z] fileutils_test.go:180: Needs porting to Windows [2020-11-03T23:31:02.571Z] === RUN TestWildcardMatches [2020-11-03T23:31:02.571Z] --- PASS: TestWildcardMatches (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestPatternMatches [2020-11-03T23:31:02.571Z] --- PASS: TestPatternMatches (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestExclusionPatternMatchesPatternBefore [2020-11-03T23:31:02.571Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestPatternMatchesFolderExclusions [2020-11-03T23:31:02.571Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2020-11-03T23:31:02.571Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestPatternMatchesFolderWildcardExclusions [2020-11-03T23:31:02.571Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestExclusionPatternMatchesPatternAfter [2020-11-03T23:31:02.571Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestExclusionPatternMatchesWholeDirectory [2020-11-03T23:31:02.571Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestSingleExclamationError [2020-11-03T23:31:02.571Z] --- PASS: TestSingleExclamationError (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestMatchesWithNoPatterns [2020-11-03T23:31:02.571Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestMatchesWithMalformedPatterns [2020-11-03T23:31:02.571Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestMatches [2020-11-03T23:31:02.571Z] --- PASS: TestMatches (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestCleanPatterns [2020-11-03T23:31:02.571Z] --- PASS: TestCleanPatterns (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestCleanPatternsStripEmptyPatterns [2020-11-03T23:31:02.571Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestCleanPatternsExceptionFlag [2020-11-03T23:31:02.571Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2020-11-03T23:31:02.571Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2020-11-03T23:31:02.571Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestCleanPatternsErrorSingleException [2020-11-03T23:31:02.571Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestCreateIfNotExistsDir [2020-11-03T23:31:02.571Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestCreateIfNotExistsFile [2020-11-03T23:31:02.571Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2020-11-03T23:31:02.571Z] === RUN TestMatch [2020-11-03T23:31:02.571Z] --- PASS: TestMatch (0.00s) [2020-11-03T23:31:02.571Z] PASS [2020-11-03T23:31:02.571Z] coverage: 87.7% of statements [2020-11-03T23:31:02.571Z] ok github.com/docker/docker/pkg/fileutils 0.098s coverage: 87.7% of statements [2020-11-03T23:31:03.554Z] === RUN TestGet [2020-11-03T23:31:03.554Z] --- PASS: TestGet (0.00s) [2020-11-03T23:31:03.554Z] === RUN TestGetShortcutString [2020-11-03T23:31:03.554Z] --- PASS: TestGetShortcutString (0.00s) [2020-11-03T23:31:03.554Z] PASS [2020-11-03T23:31:03.554Z] coverage: 42.9% of statements [2020-11-03T23:31:03.554Z] ok github.com/docker/docker/pkg/homedir 0.082s coverage: 42.9% of statements [2020-11-03T23:31:03.554Z] --- PASS: Test (3.19s) [2020-11-03T23:31:03.554Z] --- PASS: Test/TestInitialize (0.14s) [2020-11-03T23:31:03.554Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2020-11-03T23:31:03.554Z] --- PASS: Test/TestWatch (3.05s) [2020-11-03T23:31:03.554Z] PASS [2020-11-03T23:31:03.554Z] coverage: 84.1% of statements [2020-11-03T23:31:03.554Z] ok github.com/docker/docker/pkg/discovery/kv 3.510s coverage: 84.1% of statements [2020-11-03T23:31:04.200Z] #33 139.5 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-03T23:31:04.200Z] #33 141.6 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-03T23:31:04.200Z] #33 142.8 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-03T23:31:04.365Z] --- PASS: TestCreateServiceConfigFileMode (2.19s) [2020-11-03T23:31:04.365Z] === RUN TestCreateServiceSysctls [2020-11-03T23:31:04.380Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-11-03T23:31:04.533Z] === RUN TestCreateIDMapOrder [2020-11-03T23:31:04.533Z] --- PASS: TestCreateIDMapOrder (0.00s) [2020-11-03T23:31:04.533Z] PASS [2020-11-03T23:31:04.533Z] coverage: 7.3% of statements [2020-11-03T23:31:04.533Z] ok github.com/docker/docker/pkg/idtools 0.213s coverage: 7.3% of statements [2020-11-03T23:31:04.999Z] === RUN TestError [2020-11-03T23:31:04.999Z] --- PASS: TestError (0.00s) [2020-11-03T23:31:04.999Z] === RUN TestProgressString [2020-11-03T23:31:04.999Z] === RUN TestProgressString/no_progress [2020-11-03T23:31:04.999Z] === RUN TestProgressString/progress_1 [2020-11-03T23:31:04.999Z] === RUN TestProgressString/some_progress_with_a_start_time [2020-11-03T23:31:04.999Z] === RUN TestProgressString/some_progress_without_a_start_time [2020-11-03T23:31:04.999Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2020-11-03T23:31:04.999Z] === RUN TestProgressString/with_units [2020-11-03T23:31:04.999Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2020-11-03T23:31:04.999Z] === RUN TestProgressString/hide_counts [2020-11-03T23:31:04.999Z] --- PASS: TestProgressString (0.00s) [2020-11-03T23:31:04.999Z] --- PASS: TestProgressString/no_progress (0.00s) [2020-11-03T23:31:05.325Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-11-03T23:31:05.465Z] --- PASS: TestProgressString/progress_1 (0.00s) [2020-11-03T23:31:05.465Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2020-11-03T23:31:05.465Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2020-11-03T23:31:05.465Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2020-11-03T23:31:05.465Z] --- PASS: TestProgressString/with_units (0.00s) [2020-11-03T23:31:05.465Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2020-11-03T23:31:05.465Z] --- PASS: TestProgressString/hide_counts (0.00s) [2020-11-03T23:31:05.465Z] === RUN TestJSONMessageDisplay [2020-11-03T23:31:05.465Z] --- PASS: TestJSONMessageDisplay (0.17s) [2020-11-03T23:31:05.465Z] === RUN TestJSONMessageDisplayWithJSONError [2020-11-03T23:31:05.465Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2020-11-03T23:31:05.465Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2020-11-03T23:31:05.465Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2020-11-03T23:31:05.465Z] === RUN TestDisplayJSONMessagesStream [2020-11-03T23:31:05.465Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2020-11-03T23:31:05.465Z] PASS [2020-11-03T23:31:05.465Z] coverage: 91.7% of statements [2020-11-03T23:31:05.465Z] ok github.com/docker/docker/pkg/jsonmessage 0.251s coverage: 91.7% of statements [2020-11-03T23:31:06.105Z] #33 144.7 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-03T23:31:06.445Z] powershell.exe : # github.com/docker/docker/pkg/mount [2020-11-03T23:31:06.445Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-cce1f22c\powershellWrapper.ps1:3 char:1 [2020-11-03T23:31:06.445Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2020-11-03T23:31:06.445Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2020-11-03T23:31:06.445Z] + CategoryInfo : NotSpecified: (# github.com/docker/docker/pkg/mount:String) [], RemoteException [2020-11-03T23:31:06.445Z] + FullyQualifiedErrorId : NativeCommandError [2020-11-03T23:31:06.445Z] [2020-11-03T23:31:06.445Z] pkg\mount\deprecated.go:23:16: undefined: mount.RDONLY [2020-11-03T23:31:06.445Z] pkg\mount\deprecated.go:24:16: undefined: mount.NOSUID [2020-11-03T23:31:06.445Z] pkg\mount\deprecated.go:25:16: undefined: mount.NOEXEC [2020-11-03T23:31:06.445Z] pkg\mount\deprecated.go:26:16: undefined: mount.SYNCHRONOUS [2020-11-03T23:31:06.445Z] pkg\mount\deprecated.go:27:16: undefined: mount.NOATIME [2020-11-03T23:31:06.445Z] pkg\mount\deprecated.go:28:16: undefined: mount.BIND [2020-11-03T23:31:06.445Z] pkg\mount\deprecated.go:29:16: undefined: mount.DIRSYNC [2020-11-03T23:31:06.445Z] pkg\mount\deprecated.go:30:16: undefined: mount.MANDLOCK [2020-11-03T23:31:06.445Z] pkg\mount\deprecated.go:31:16: undefined: mount.NODEV [2020-11-03T23:31:06.445Z] pkg\mount\deprecated.go:32:16: undefined: mount.NODIRATIME [2020-11-03T23:31:06.445Z] pkg\mount\deprecated.go:32:16: too many errors [2020-11-03T23:31:06.445Z] --- PASS: TestTarFiles (6.96s) [2020-11-03T23:31:06.445Z] === RUN TestTarUntar [2020-11-03T23:31:06.445Z] === RUN TestFixedBufferCap [2020-11-03T23:31:06.445Z] --- PASS: TestFixedBufferCap (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestFixedBufferLen [2020-11-03T23:31:06.445Z] --- PASS: TestFixedBufferLen (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestFixedBufferString [2020-11-03T23:31:06.445Z] --- PASS: TestFixedBufferString (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestFixedBufferWrite [2020-11-03T23:31:06.445Z] --- PASS: TestFixedBufferWrite (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestFixedBufferRead [2020-11-03T23:31:06.445Z] --- PASS: TestFixedBufferRead (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestBytesPipeRead [2020-11-03T23:31:06.445Z] --- PASS: TestBytesPipeRead (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestBytesPipeWrite [2020-11-03T23:31:06.445Z] --- PASS: TestBytesPipeWrite (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestBytesPipeWriteRandomChunks [2020-11-03T23:31:06.445Z] --- PASS: TestTarUntar (0.05s) [2020-11-03T23:31:06.445Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2020-11-03T23:31:06.445Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestTarWithOptions [2020-11-03T23:31:06.445Z] --- PASS: TestTarWithOptions (0.03s) [2020-11-03T23:31:06.445Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2020-11-03T23:31:06.445Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestUntarUstarGnuConflict [2020-11-03T23:31:06.445Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestUntarInvalidFilenames [2020-11-03T23:31:06.445Z] === RUN TestStandardLongPath [2020-11-03T23:31:06.445Z] --- PASS: TestStandardLongPath (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestUNCLongPath [2020-11-03T23:31:06.445Z] --- PASS: TestUNCLongPath (0.00s) [2020-11-03T23:31:06.445Z] PASS [2020-11-03T23:31:06.445Z] coverage: 100.0% of statements [2020-11-03T23:31:06.445Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames053703278\\dest" [2020-11-03T23:31:06.445Z] ok github.com/docker/docker/pkg/longpath 0.094s coverage: 100.0% of statements [2020-11-03T23:31:06.445Z] --- PASS: TestUntarInvalidFilenames (0.18s) [2020-11-03T23:31:06.445Z] === RUN TestUntarHardlinkToSymlink [2020-11-03T23:31:06.445Z] --- PASS: TestUntarHardlinkToSymlink (0.02s) [2020-11-03T23:31:06.445Z] === RUN TestUntarInvalidHardlink [2020-11-03T23:31:06.445Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink848036079\\victim\\hello" -> "../victim/hello" [2020-11-03T23:31:06.445Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink906732930\\victim\\hello" -> "/../victim/hello" [2020-11-03T23:31:06.445Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink740628217\\victim" -> "../victim" [2020-11-03T23:31:06.445Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink517934596\\victim" -> "../victim" [2020-11-03T23:31:06.445Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink031387539\\victim" -> "../victim" [2020-11-03T23:31:06.445Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink749103574\\victim" -> "../victim" [2020-11-03T23:31:06.445Z] --- PASS: TestUntarInvalidHardlink (0.05s) [2020-11-03T23:31:06.445Z] === RUN TestUntarInvalidSymlink [2020-11-03T23:31:06.445Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink454444349\\dest\\dotdot" -> "../victim/hello" [2020-11-03T23:31:06.445Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink432818552\\dest\\slash-dotdot" -> "/../victim/hello" [2020-11-03T23:31:06.445Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink499940983\\dest\\loophole-victim" -> "../victim" [2020-11-03T23:31:06.445Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink480130410\\dest\\loophole-victim" -> "../victim" [2020-11-03T23:31:06.445Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink419040193\\dest\\loophole-victim" -> "../victim" [2020-11-03T23:31:06.445Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink410821676\\dest\\loophole-victim" -> "../victim" [2020-11-03T23:31:06.445Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink120149403\\dest\\dir\\loophole" -> "../../victim" [2020-11-03T23:31:06.445Z] --- PASS: TestUntarInvalidSymlink (0.06s) [2020-11-03T23:31:06.445Z] === RUN TestTempArchiveCloseMultipleTimes [2020-11-03T23:31:06.445Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestReplaceFileTarWrapper [2020-11-03T23:31:06.445Z] --- PASS: TestBytesPipeWriteRandomChunks (0.55s) [2020-11-03T23:31:06.445Z] === RUN TestAtomicWriteToFile [2020-11-03T23:31:06.445Z] --- PASS: TestAtomicWriteToFile (0.02s) [2020-11-03T23:31:06.445Z] === RUN TestAtomicWriteSetCommit [2020-11-03T23:31:06.445Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2020-11-03T23:31:06.445Z] === RUN TestAtomicWriteSetCancel [2020-11-03T23:31:06.445Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2020-11-03T23:31:06.445Z] === RUN TestReadCloserWrapperClose [2020-11-03T23:31:06.445Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestReaderErrWrapperReadOnError [2020-11-03T23:31:06.445Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestReaderErrWrapperRead [2020-11-03T23:31:06.445Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestHashData [2020-11-03T23:31:06.445Z] --- PASS: TestHashData (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestCancelReadCloser [2020-11-03T23:31:06.445Z] --- PASS: TestReplaceFileTarWrapper (0.25s) [2020-11-03T23:31:06.445Z] === RUN TestPrefixHeaderReadable [2020-11-03T23:31:06.445Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2020-11-03T23:31:06.445Z] === RUN TestDisablePigz [2020-11-03T23:31:06.445Z] --- PASS: TestCancelReadCloser (0.14s) [2020-11-03T23:31:06.445Z] === RUN TestWriteCloserWrapperClose [2020-11-03T23:31:06.445Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestNopWriteCloser [2020-11-03T23:31:06.445Z] --- PASS: TestNopWriteCloser (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestNopWriter [2020-11-03T23:31:06.445Z] --- PASS: TestNopWriter (0.00s) [2020-11-03T23:31:06.445Z] === RUN TestWriteCounter [2020-11-03T23:31:06.445Z] --- PASS: TestWriteCounter (0.00s) [2020-11-03T23:31:06.445Z] PASS [2020-11-03T23:31:06.445Z] coverage: 69.2% of statements [2020-11-03T23:31:06.445Z] ok github.com/docker/docker/pkg/ioutils 0.882s coverage: 69.2% of statements [2020-11-03T23:31:06.711Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-11-03T23:31:06.910Z] --- PASS: TestDisablePigz (0.17s) [2020-11-03T23:31:06.910Z] archive_test.go:1310: Test will not check full path when Pigz not installed [2020-11-03T23:31:06.911Z] === RUN TestPigz [2020-11-03T23:31:06.911Z] --- PASS: TestPigz (0.15s) [2020-11-03T23:31:06.911Z] archive_test.go:1339: Tested whether Pigz is not used, as it not installed [2020-11-03T23:31:06.911Z] === RUN TestCopyFileWithInvalidDest [2020-11-03T23:31:06.911Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2020-11-03T23:31:06.911Z] archive_windows_test.go:16: Currently fails [2020-11-03T23:31:06.911Z] === RUN TestCanonicalTarNameForPath [2020-11-03T23:31:06.911Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2020-11-03T23:31:06.911Z] === RUN TestCanonicalTarName [2020-11-03T23:31:06.911Z] --- PASS: TestCanonicalTarName (0.00s) [2020-11-03T23:31:06.911Z] === RUN TestChmodTarEntry [2020-11-03T23:31:06.911Z] --- PASS: TestChmodTarEntry (0.00s) [2020-11-03T23:31:06.911Z] === RUN TestHardLinkOrder [2020-11-03T23:31:06.911Z] --- PASS: TestHardLinkOrder (0.15s) [2020-11-03T23:31:06.911Z] === RUN TestChangeString [2020-11-03T23:31:06.911Z] --- PASS: TestChangeString (0.00s) [2020-11-03T23:31:06.911Z] === RUN TestChangesWithNoChanges [2020-11-03T23:31:06.911Z] --- PASS: TestChangesWithNoChanges (0.03s) [2020-11-03T23:31:06.911Z] === RUN TestChangesWithChanges [2020-11-03T23:31:06.911Z] --- PASS: TestChangesWithChanges (0.05s) [2020-11-03T23:31:06.911Z] === RUN TestChangesWithChangesGH13590 [2020-11-03T23:31:06.911Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2020-11-03T23:31:06.911Z] changes_test.go:192: needs more investigation [2020-11-03T23:31:06.911Z] === RUN TestChangesDirsEmpty [2020-11-03T23:31:06.911Z] === RUN TestNameFormat [2020-11-03T23:31:06.911Z] --- PASS: TestNameFormat (0.00s) [2020-11-03T23:31:07.383Z] === RUN TestNameRetries [2020-11-03T23:31:07.383Z] --- PASS: TestNameRetries (0.00s) [2020-11-03T23:31:07.383Z] PASS [2020-11-03T23:31:07.383Z] coverage: 85.7% of statements [2020-11-03T23:31:07.383Z] ok github.com/docker/docker/pkg/namesgenerator 0.074s coverage: 85.7% of statements [2020-11-03T23:31:07.383Z] --- PASS: TestChangesDirsEmpty (0.21s) [2020-11-03T23:31:07.383Z] === RUN TestChangesDirsMutated [2020-11-03T23:31:07.383Z] --- PASS: TestChangesDirsMutated (0.16s) [2020-11-03T23:31:07.383Z] === RUN TestApplyLayer [2020-11-03T23:31:07.383Z] --- SKIP: TestApplyLayer (0.00s) [2020-11-03T23:31:07.383Z] changes_test.go:405: needs further investigation [2020-11-03T23:31:07.383Z] === RUN TestChangesSizeWithHardlinks [2020-11-03T23:31:07.383Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2020-11-03T23:31:07.383Z] changes_test.go:441: needs further investigation [2020-11-03T23:31:07.383Z] === RUN TestChangesSizeWithNoChanges [2020-11-03T23:31:07.383Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2020-11-03T23:31:07.383Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2020-11-03T23:31:07.383Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2020-11-03T23:31:07.383Z] === RUN TestChangesSize [2020-11-03T23:31:07.383Z] --- PASS: TestChangesSize (0.01s) [2020-11-03T23:31:07.383Z] === RUN TestApplyLayerInvalidFilenames [2020-11-03T23:31:07.383Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames973277455\\dest" [2020-11-03T23:31:07.383Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2020-11-03T23:31:07.383Z] === RUN TestApplyLayerInvalidHardlink [2020-11-03T23:31:07.383Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink382628377\\victim\\hello" -> "../victim/hello" [2020-11-03T23:31:07.383Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink942274212\\victim\\hello" -> "/../victim/hello" [2020-11-03T23:31:07.383Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink839480243\\victim" -> "../victim" [2020-11-03T23:31:07.383Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink528935798\\victim" -> "../victim" [2020-11-03T23:31:07.383Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink527063133\\victim" -> "../victim" [2020-11-03T23:31:07.383Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink949644824\\victim" -> "../victim" [2020-11-03T23:31:07.383Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2020-11-03T23:31:07.383Z] === RUN TestApplyLayerInvalidSymlink [2020-11-03T23:31:07.383Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink059888791\\dest\\dotdot" -> "../victim/hello" [2020-11-03T23:31:07.383Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink047303946\\dest\\slash-dotdot" -> "/../victim/hello" [2020-11-03T23:31:07.383Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink187716833\\dest\\loophole-victim" -> "../victim" [2020-11-03T23:31:07.383Z] === RUN TestParseKeyValueOpt [2020-11-03T23:31:07.383Z] --- PASS: TestParseKeyValueOpt (0.00s) [2020-11-03T23:31:07.383Z] === RUN TestParseUintList [2020-11-03T23:31:07.383Z] --- PASS: TestParseUintList (0.00s) [2020-11-03T23:31:07.383Z] === RUN TestParseUintListMaximumLimits [2020-11-03T23:31:07.383Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2020-11-03T23:31:07.383Z] PASS [2020-11-03T23:31:07.383Z] coverage: 97.0% of statements [2020-11-03T23:31:07.383Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink339070156\\dest\\loophole-victim" -> "../victim" [2020-11-03T23:31:07.383Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink206389179\\dest\\loophole-victim" -> "../victim" [2020-11-03T23:31:07.383Z] ok github.com/docker/docker/pkg/parsers 0.069s coverage: 97.0% of statements [2020-11-03T23:31:07.383Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink456009182\\dest\\loophole-victim" -> "../victim" [2020-11-03T23:31:07.383Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2020-11-03T23:31:07.383Z] === RUN TestApplyLayerWhiteouts [2020-11-03T23:31:07.873Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2020-11-03T23:31:07.873Z] === RUN TestGenerateEmptyFile [2020-11-03T23:31:07.873Z] --- PASS: TestGenerateEmptyFile (0.00s) [2020-11-03T23:31:07.873Z] === RUN TestGenerateWithContent [2020-11-03T23:31:07.873Z] --- PASS: TestGenerateWithContent (0.00s) [2020-11-03T23:31:07.873Z] PASS [2020-11-03T23:31:07.873Z] coverage: 62.7% of statements [2020-11-03T23:31:07.873Z] ok github.com/docker/docker/pkg/archive 10.623s coverage: 62.7% of statements [2020-11-03T23:31:07.913Z] --- PASS: TestCreateServiceSysctls (3.15s) [2020-11-03T23:31:07.913Z] === RUN TestCreateServiceCapabilities [2020-11-03T23:31:08.337Z] === RUN TestNewAndRemove [2020-11-03T23:31:08.338Z] --- PASS: TestNewAndRemove (0.00s) [2020-11-03T23:31:08.338Z] === RUN TestRemoveInvalidPath [2020-11-03T23:31:08.338Z] --- PASS: TestRemoveInvalidPath (0.00s) [2020-11-03T23:31:08.338Z] PASS [2020-11-03T23:31:08.338Z] coverage: 82.6% of statements [2020-11-03T23:31:08.338Z] ok github.com/docker/docker/pkg/pidfile 0.075s coverage: 82.6% of statements [2020-11-03T23:31:09.322Z] === RUN TestParseEmptyInterface [2020-11-03T23:31:09.322Z] --- PASS: TestParseEmptyInterface (0.00s) [2020-11-03T23:31:09.322Z] === RUN TestParseNonInterfaceType [2020-11-03T23:31:09.322Z] --- PASS: TestParseNonInterfaceType (0.00s) [2020-11-03T23:31:09.322Z] === RUN TestParseWithOneFunction [2020-11-03T23:31:09.322Z] --- PASS: TestParseWithOneFunction (0.00s) [2020-11-03T23:31:09.322Z] === RUN TestParseWithMultipleFuncs [2020-11-03T23:31:09.322Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2020-11-03T23:31:09.322Z] === RUN TestParseWithUnnamedReturn [2020-11-03T23:31:09.322Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2020-11-03T23:31:09.322Z] === RUN TestEmbeddedInterface [2020-11-03T23:31:09.322Z] --- PASS: TestEmbeddedInterface (0.00s) [2020-11-03T23:31:09.322Z] === RUN TestParsedImports [2020-11-03T23:31:09.322Z] --- PASS: TestParsedImports (0.00s) [2020-11-03T23:31:09.322Z] === RUN TestAliasedImports [2020-11-03T23:31:09.322Z] --- PASS: TestAliasedImports (0.00s) [2020-11-03T23:31:09.322Z] PASS [2020-11-03T23:31:09.322Z] coverage: 56.8% of statements [2020-11-03T23:31:09.322Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.112s coverage: 56.8% of statements [2020-11-03T23:31:09.392Z] #33 147.3 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-03T23:31:09.960Z] #33 148.5 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-03T23:31:09.997Z] --- PASS: TestCreateServiceCapabilities (2.31s) [2020-11-03T23:31:09.997Z] === RUN TestInspect [2020-11-03T23:31:10.303Z] === RUN TestFailedConnection [2020-11-03T23:31:10.769Z] === RUN TestHTTPTransport [2020-11-03T23:31:10.769Z] --- PASS: TestHTTPTransport (0.00s) [2020-11-03T23:31:10.769Z] PASS [2020-11-03T23:31:10.769Z] coverage: 85.7% of statements [2020-11-03T23:31:10.769Z] ok github.com/docker/docker/pkg/plugins/transport 0.242s coverage: 85.7% of statements [2020-11-03T23:31:11.234Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2020-11-03T23:31:11.234Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-11-03T23:31:11.234Z] === RUN TestBufioReaderPoolPutAndGet [2020-11-03T23:31:11.234Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2020-11-03T23:31:11.234Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2020-11-03T23:31:11.234Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2020-11-03T23:31:11.234Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2020-11-03T23:31:11.234Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-11-03T23:31:11.234Z] === RUN TestBufioWriterPoolPutAndGet [2020-11-03T23:31:11.234Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2020-11-03T23:31:11.234Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2020-11-03T23:31:11.234Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2020-11-03T23:31:11.234Z] === RUN TestBufferPoolPutAndGet [2020-11-03T23:31:11.234Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2020-11-03T23:31:11.234Z] PASS [2020-11-03T23:31:11.234Z] coverage: 88.2% of statements [2020-11-03T23:31:11.234Z] ok github.com/docker/docker/pkg/pools 0.073s coverage: 88.2% of statements [2020-11-03T23:31:11.336Z] #33 149.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-03T23:31:11.699Z] --- PASS: TestFailedConnection (1.26s) [2020-11-03T23:31:11.699Z] === RUN TestFailOnce [2020-11-03T23:31:11.699Z] 2020/11/03 23:31:11 http: panic serving 127.0.0.1:49221: Plugin not ready [2020-11-03T23:31:11.699Z] goroutine 10 [running]: [2020-11-03T23:31:11.699Z] net/http.(*conn).serve.func1(0xc000058be0) [2020-11-03T23:31:11.699Z] c:/go/src/net/http/server.go:1795 +0x140 [2020-11-03T23:31:11.699Z] panic(0x849ac0, 0x986830) [2020-11-03T23:31:11.699Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2020-11-03T23:31:11.699Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a4a0, 0xc0001020e0, 0xc0000d0300) [2020-11-03T23:31:11.699Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2020-11-03T23:31:11.699Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a4a0, 0xc0001020e0, 0xc0000d0300) [2020-11-03T23:31:11.699Z] c:/go/src/net/http/server.go:2036 +0x4b [2020-11-03T23:31:11.699Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a4a0, 0xc0001020e0, 0xc0000d0300) [2020-11-03T23:31:11.699Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2020-11-03T23:31:11.699Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a4a0, 0xc0001020e0, 0xc0000d0300) [2020-11-03T23:31:11.699Z] c:/go/src/net/http/server.go:2831 +0xab [2020-11-03T23:31:11.699Z] net/http.(*conn).serve(0xc000058be0, 0x99b060, 0xc00004a980) [2020-11-03T23:31:11.699Z] c:/go/src/net/http/server.go:1919 +0x87c [2020-11-03T23:31:11.699Z] created by net/http.(*Server).Serve [2020-11-03T23:31:11.699Z] c:/go/src/net/http/server.go:2957 +0x38b [2020-11-03T23:31:11.699Z] time="2020-11-03T23:31:11Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49220/Test.FailOnce: Post http://127.0.0.1:49220/Test.FailOnce: EOF, retrying in 1s" [2020-11-03T23:31:11.699Z] === RUN TestOutputOnPrematureClose [2020-11-03T23:31:11.699Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2020-11-03T23:31:11.699Z] === RUN TestCompleteSilently [2020-11-03T23:31:11.699Z] --- PASS: TestCompleteSilently (0.00s) [2020-11-03T23:31:11.699Z] PASS [2020-11-03T23:31:11.699Z] coverage: 75.9% of statements [2020-11-03T23:31:11.699Z] ok github.com/docker/docker/pkg/progress 0.045s coverage: 75.9% of statements [2020-11-03T23:31:12.273Z] #33 150.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-03T23:31:12.532Z] #33 151.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-03T23:31:12.682Z] === RUN TestSendToOneSub [2020-11-03T23:31:12.682Z] --- PASS: TestSendToOneSub (0.00s) [2020-11-03T23:31:12.682Z] === RUN TestSendToMultipleSubs [2020-11-03T23:31:12.682Z] --- PASS: TestSendToMultipleSubs (0.00s) [2020-11-03T23:31:12.682Z] === RUN TestEvictOneSub [2020-11-03T23:31:12.682Z] --- PASS: TestEvictOneSub (0.00s) [2020-11-03T23:31:12.682Z] === RUN TestClosePublisher [2020-11-03T23:31:12.682Z] --- PASS: TestClosePublisher (0.00s) [2020-11-03T23:31:12.682Z] === RUN TestPubSubRace [2020-11-03T23:31:12.682Z] --- PASS: TestFailOnce (1.18s) [2020-11-03T23:31:12.682Z] === RUN TestEchoInputOutput [2020-11-03T23:31:12.682Z] --- PASS: TestEchoInputOutput (0.00s) [2020-11-03T23:31:12.682Z] === RUN TestBackoff [2020-11-03T23:31:12.682Z] --- PASS: TestBackoff (0.00s) [2020-11-03T23:31:12.682Z] === RUN TestAbortRetry [2020-11-03T23:31:12.682Z] --- PASS: TestAbortRetry (0.00s) [2020-11-03T23:31:12.682Z] === RUN TestClientScheme [2020-11-03T23:31:12.682Z] --- PASS: TestClientScheme (0.00s) [2020-11-03T23:31:12.682Z] === RUN TestNewClientWithTimeout [2020-11-03T23:31:12.749Z] --- PASS: TestInspect (2.46s) [2020-11-03T23:31:12.749Z] === RUN TestCreateJob [2020-11-03T23:31:13.155Z] === RUN TestRegister [2020-11-03T23:31:13.155Z] --- PASS: TestRegister (0.00s) [2020-11-03T23:31:13.155Z] === RUN TestCommand [2020-11-03T23:31:13.155Z] --- PASS: TestCommand (0.03s) [2020-11-03T23:31:13.155Z] === RUN TestNaiveSelf [2020-11-03T23:31:13.155Z] time="2020-11-03T23:31:12Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2020-11-03T23:31:13.155Z] --- PASS: TestNaiveSelf (0.03s) [2020-11-03T23:31:13.155Z] PASS [2020-11-03T23:31:13.155Z] coverage: 82.4% of statements [2020-11-03T23:31:13.155Z] ok github.com/docker/docker/pkg/reexec 0.103s coverage: 82.4% of statements [2020-11-03T23:31:13.294Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-11-03T23:31:13.294Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-11-03T23:31:13.294Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-11-03T23:31:13.554Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-11-03T23:31:13.554Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-11-03T23:31:13.619Z] --- PASS: TestPubSubRace (1.06s) [2020-11-03T23:31:13.619Z] PASS [2020-11-03T23:31:13.619Z] coverage: 75.0% of statements [2020-11-03T23:31:13.619Z] ok github.com/docker/docker/pkg/pubsub 1.129s coverage: 75.0% of statements [2020-11-03T23:31:13.814Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-11-03T23:31:13.814Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-11-03T23:31:13.909Z] #33 152.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-03T23:31:14.389Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-11-03T23:31:14.389Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-11-03T23:31:14.602Z] === RUN TestParseSignal [2020-11-03T23:31:14.602Z] --- PASS: TestParseSignal (0.00s) [2020-11-03T23:31:14.602Z] === RUN TestValidSignalForPlatform [2020-11-03T23:31:14.602Z] --- PASS: TestValidSignalForPlatform (0.00s) [2020-11-03T23:31:14.602Z] PASS [2020-11-03T23:31:14.602Z] coverage: 20.3% of statements [2020-11-03T23:31:14.602Z] ok github.com/docker/docker/pkg/signal 0.140s coverage: 20.3% of statements [2020-11-03T23:31:14.602Z] time="2020-11-03T23:31:14Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2020-11-03T23:31:14.602Z] === RUN TestNewStdWriter [2020-11-03T23:31:14.602Z] --- PASS: TestNewStdWriter (0.00s) [2020-11-03T23:31:14.602Z] === RUN TestWriteWithUninitializedStdWriter [2020-11-03T23:31:14.602Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2020-11-03T23:31:14.602Z] === RUN TestWriteWithNilBytes [2020-11-03T23:31:14.602Z] --- PASS: TestWriteWithNilBytes (0.00s) [2020-11-03T23:31:14.602Z] === RUN TestWrite [2020-11-03T23:31:14.602Z] --- PASS: TestWrite (0.00s) [2020-11-03T23:31:14.602Z] === RUN TestWriteWithWriterError [2020-11-03T23:31:14.602Z] --- PASS: TestWriteWithWriterError (0.00s) [2020-11-03T23:31:14.602Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2020-11-03T23:31:14.602Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2020-11-03T23:31:14.602Z] === RUN TestStdCopyWriteAndRead [2020-11-03T23:31:14.602Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2020-11-03T23:31:14.602Z] === RUN TestStdCopyReturnsErrorReadingHeader [2020-11-03T23:31:14.602Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2020-11-03T23:31:14.602Z] === RUN TestStdCopyReturnsErrorReadingFrame [2020-11-03T23:31:14.602Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2020-11-03T23:31:14.602Z] === RUN TestStdCopyDetectsCorruptedFrame [2020-11-03T23:31:14.602Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2020-11-03T23:31:14.602Z] === RUN TestStdCopyWithInvalidInputHeader [2020-11-03T23:31:14.602Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2020-11-03T23:31:14.602Z] === RUN TestStdCopyWithCorruptedPrefix [2020-11-03T23:31:14.602Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2020-11-03T23:31:14.602Z] === RUN TestStdCopyReturnsWriteErrors [2020-11-03T23:31:14.602Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2020-11-03T23:31:14.602Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2020-11-03T23:31:14.602Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2020-11-03T23:31:14.602Z] === RUN TestStdCopyReturnsErrorFromSystem [2020-11-03T23:31:14.602Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2020-11-03T23:31:14.602Z] PASS [2020-11-03T23:31:14.602Z] coverage: 100.0% of statements [2020-11-03T23:31:14.602Z] ok github.com/docker/docker/pkg/stdcopy 0.053s coverage: 100.0% of statements [2020-11-03T23:31:15.287Z] #33 153.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-03T23:31:15.332Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-11-03T23:31:15.332Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-11-03T23:31:15.487Z] --- PASS: TestCreateJob (2.97s) [2020-11-03T23:31:15.487Z] === RUN TestReplicatedJob [2020-11-03T23:31:16.160Z] === RUN TestGenerateRandomID [2020-11-03T23:31:16.160Z] --- PASS: TestGenerateRandomID (0.00s) [2020-11-03T23:31:16.160Z] === RUN TestShortenId [2020-11-03T23:31:16.160Z] --- PASS: TestShortenId (0.00s) [2020-11-03T23:31:16.160Z] === RUN TestShortenSha256Id [2020-11-03T23:31:16.160Z] --- PASS: TestShortenSha256Id (0.00s) [2020-11-03T23:31:16.160Z] === RUN TestShortenIdEmpty [2020-11-03T23:31:16.160Z] --- PASS: TestShortenIdEmpty (0.00s) [2020-11-03T23:31:16.160Z] === RUN TestShortenIdInvalid [2020-11-03T23:31:16.160Z] --- PASS: TestShortenIdInvalid (0.00s) [2020-11-03T23:31:16.160Z] === RUN TestIsShortIDNonHex [2020-11-03T23:31:16.160Z] --- PASS: TestIsShortIDNonHex (0.00s) [2020-11-03T23:31:16.160Z] === RUN TestIsShortIDNotCorrectSize [2020-11-03T23:31:16.160Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2020-11-03T23:31:16.160Z] PASS [2020-11-03T23:31:16.160Z] coverage: 70.6% of statements [2020-11-03T23:31:16.160Z] ok github.com/docker/docker/pkg/stringid 0.047s coverage: 70.6% of statements [2020-11-03T23:31:16.160Z] === RUN TestRawProgressFormatterFormatStatus [2020-11-03T23:31:16.160Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2020-11-03T23:31:16.160Z] === RUN TestRawProgressFormatterFormatProgress [2020-11-03T23:31:16.160Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2020-11-03T23:31:16.160Z] === RUN TestFormatStatus [2020-11-03T23:31:16.160Z] --- PASS: TestFormatStatus (0.00s) [2020-11-03T23:31:16.160Z] === RUN TestFormatError [2020-11-03T23:31:16.160Z] --- PASS: TestFormatError (0.00s) [2020-11-03T23:31:16.160Z] === RUN TestFormatJSONError [2020-11-03T23:31:16.160Z] --- PASS: TestFormatJSONError (0.00s) [2020-11-03T23:31:16.160Z] === RUN TestJsonProgressFormatterFormatProgress [2020-11-03T23:31:16.160Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2020-11-03T23:31:16.160Z] === RUN TestJsonProgressFormatterFormatStatus [2020-11-03T23:31:16.160Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2020-11-03T23:31:16.160Z] === RUN TestNewJSONProgressOutput [2020-11-03T23:31:16.160Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2020-11-03T23:31:16.160Z] === RUN TestAuxFormatterEmit [2020-11-03T23:31:16.160Z] --- PASS: TestAuxFormatterEmit (0.00s) [2020-11-03T23:31:16.160Z] === RUN TestStreamWriterStdout [2020-11-03T23:31:16.160Z] --- PASS: TestStreamWriterStdout (0.00s) [2020-11-03T23:31:16.160Z] === RUN TestStreamWriterStderr [2020-11-03T23:31:16.160Z] --- PASS: TestStreamWriterStderr (0.00s) [2020-11-03T23:31:16.160Z] PASS [2020-11-03T23:31:16.160Z] coverage: 66.2% of statements [2020-11-03T23:31:16.160Z] ok github.com/docker/docker/pkg/streamformatter 0.186s coverage: 66.2% of statements [2020-11-03T23:31:17.139Z] time="2020-11-03T23:31:16Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2020-11-03T23:31:17.139Z] # github.com/docker/docker/pkg/system [github.com/docker/docker/pkg/system.test] [2020-11-03T23:31:17.139Z] pkg\system\rm_test.go:62:12: undefined: mount.Mount [2020-11-03T23:31:17.189Z] #33 155.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-03T23:31:17.603Z] === RUN TestIsCpusetListAvailable [2020-11-03T23:31:17.603Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2020-11-03T23:31:17.603Z] PASS [2020-11-03T23:31:17.603Z] coverage: 38.2% of statements [2020-11-03T23:31:17.603Z] ok github.com/docker/docker/pkg/sysinfo 0.090s coverage: 38.2% of statements [2020-11-03T23:31:17.874Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-11-03T23:31:18.566Z] #33 156.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-03T23:31:18.589Z] === RUN TestTailFile [2020-11-03T23:31:18.589Z] --- PASS: TestTailFile (0.00s) [2020-11-03T23:31:18.589Z] === RUN TestTailFileManyLines [2020-11-03T23:31:18.589Z] --- PASS: TestTailFileManyLines (0.00s) [2020-11-03T23:31:18.589Z] === RUN TestTailEmptyFile [2020-11-03T23:31:18.589Z] --- PASS: TestTailEmptyFile (0.00s) [2020-11-03T23:31:18.589Z] === RUN TestTailNegativeN [2020-11-03T23:31:18.589Z] --- PASS: TestTailNegativeN (0.00s) [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader [2020-11-03T23:31:18.589Z] === CONT TestNewTailReader [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/12_byte_delimiter [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/12_byte_delimiter [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/no_delimiter [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/no_delimiter [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/single_byte_delimiter [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/single_byte_delimiter [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/2_byte_delimiter [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/2_byte_delimiter [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/4_byte_delimiter [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/4_byte_delimiter [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/truncated_last_line [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/truncated_last_line#01 [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/truncated_last_line#02 [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2020-11-03T23:31:18.589Z] === CONT TestNewTailReader/8_byte_delimiter [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-11-03T23:31:18.589Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-03T23:31:18.589Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-11-03T23:31:18.589Z] === CONT TestNewTailReader/4_byte_delimiter [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-11-03T23:31:18.589Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-03T23:31:18.589Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-03T23:31:18.589Z] === CONT TestNewTailReader/no_delimiter [2020-11-03T23:31:18.589Z] === CONT TestNewTailReader/2_byte_delimiter [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-11-03T23:31:18.589Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-11-03T23:31:18.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-11-03T23:31:18.590Z] === CONT TestNewTailReader/single_byte_delimiter [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-03T23:31:18.590Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-11-03T23:31:18.590Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/no_delimiter/no_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-11-03T23:31:18.590Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-03T23:31:18.590Z] === CONT TestNewTailReader/12_byte_delimiter [2020-11-03T23:31:18.590Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-03T23:31:18.590Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-11-03T23:31:18.590Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-03T23:31:18.590Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-11-03T23:31:18.590Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-11-03T23:31:18.590Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-03T23:31:18.591Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-11-03T23:31:18.591Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-11-03T23:31:18.591Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-11-03T23:31:18.592Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2020-11-03T23:31:18.592Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-11-03T23:31:18.592Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-03T23:31:18.592Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-11-03T23:31:18.592Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-11-03T23:31:18.592Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-11-03T23:31:18.817Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/no_delimiter/no_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-11-03T23:31:19.057Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-03T23:31:19.057Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-03T23:31:19.058Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-11-03T23:31:19.058Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-11-03T23:31:19.058Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-11-03T23:31:19.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-11-03T23:31:19.059Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-11-03T23:31:19.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-11-03T23:31:19.059Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-11-03T23:31:19.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-11-03T23:31:19.059Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-11-03T23:31:19.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-11-03T23:31:19.059Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-11-03T23:31:19.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-11-03T23:31:19.059Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-11-03T23:31:19.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-11-03T23:31:19.059Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-11-03T23:31:19.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-11-03T23:31:19.059Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-11-03T23:31:19.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-11-03T23:31:19.059Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-11-03T23:31:19.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-11-03T23:31:19.059Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-11-03T23:31:19.059Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-03T23:31:19.077Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-11-03T23:31:19.132Z] #33 157.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-03T23:31:19.338Z] === RUN TestDockerSuite/TestPsByOrder [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-11-03T23:31:19.639Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-11-03T23:31:19.640Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.04s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.04s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.02s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-03T23:31:19.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.02s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.01s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.02s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.03s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-03T23:31:19.641Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter (0.06s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.01s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.01s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-03T23:31:19.642Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-03T23:31:19.642Z] PASS [2020-11-03T23:31:19.642Z] coverage: 88.6% of statements [2020-11-03T23:31:19.642Z] ok github.com/docker/docker/pkg/tailfile 0.463s coverage: 88.6% of statements [2020-11-03T23:31:19.642Z] === RUN TestTarSumRemoveNonExistent [2020-11-03T23:31:19.642Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2020-11-03T23:31:19.642Z] === RUN TestTarSumRemove [2020-11-03T23:31:19.642Z] --- PASS: TestTarSumRemove (0.00s) [2020-11-03T23:31:19.642Z] === RUN TestSortFileInfoSums [2020-11-03T23:31:19.642Z] --- PASS: TestSortFileInfoSums (0.00s) [2020-11-03T23:31:19.642Z] === RUN TestNewTarSumForLabelInvalid [2020-11-03T23:31:19.642Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2020-11-03T23:31:19.642Z] === RUN TestNewTarSumForLabel [2020-11-03T23:31:19.642Z] --- PASS: TestNewTarSumForLabel (0.00s) [2020-11-03T23:31:19.642Z] === RUN TestEmptyTar [2020-11-03T23:31:19.642Z] --- PASS: TestEmptyTar (0.02s) [2020-11-03T23:31:19.642Z] === RUN TestTarSumsReadSize [2020-11-03T23:31:19.642Z] --- PASS: TestTarSumsReadSize (0.01s) [2020-11-03T23:31:19.642Z] === RUN TestTarSums [2020-11-03T23:31:19.642Z] --- PASS: TestTarSums (0.18s) [2020-11-03T23:31:19.642Z] === RUN TestIteration [2020-11-03T23:31:19.642Z] --- PASS: TestIteration (0.00s) [2020-11-03T23:31:19.642Z] === RUN TestVersionLabelForChecksum [2020-11-03T23:31:19.642Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2020-11-03T23:31:19.642Z] === RUN TestVersion [2020-11-03T23:31:19.642Z] --- PASS: TestVersion (0.00s) [2020-11-03T23:31:19.642Z] === RUN TestGetVersion [2020-11-03T23:31:19.642Z] --- PASS: TestGetVersion (0.00s) [2020-11-03T23:31:19.642Z] === RUN TestGetVersions [2020-11-03T23:31:19.642Z] --- PASS: TestGetVersions (0.00s) [2020-11-03T23:31:19.642Z] PASS [2020-11-03T23:31:19.642Z] coverage: 89.3% of statements [2020-11-03T23:31:19.643Z] ok github.com/docker/docker/pkg/tarsum 0.331s coverage: 89.3% of statements [2020-11-03T23:31:19.965Z] --- PASS: TestReplicatedJob (4.84s) [2020-11-03T23:31:19.965Z] === RUN TestUpdateReplicatedJob [2020-11-03T23:31:20.107Z] testing: warning: no tests to run [2020-11-03T23:31:20.107Z] PASS [2020-11-03T23:31:20.107Z] coverage: [no statements] [2020-11-03T23:31:20.107Z] ok github.com/docker/docker/pkg/term/windows 0.052s coverage: [no statements] [no tests to run] [2020-11-03T23:31:20.510Z] #33 159.0 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-03T23:31:20.571Z] === RUN TestTruncIndex [2020-11-03T23:31:21.035Z] --- PASS: TestTruncIndex (0.10s) [2020-11-03T23:31:21.035Z] PASS [2020-11-03T23:31:21.035Z] coverage: 91.5% of statements [2020-11-03T23:31:21.035Z] ok github.com/docker/docker/pkg/truncindex 0.175s coverage: 91.5% of statements [2020-11-03T23:31:21.035Z] === RUN TestIsGIT [2020-11-03T23:31:21.035Z] --- PASS: TestIsGIT (0.00s) [2020-11-03T23:31:21.252Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-11-03T23:31:21.446Z] #33 160.1 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-03T23:31:21.500Z] === RUN TestIsTransport [2020-11-03T23:31:21.500Z] --- PASS: TestIsTransport (0.00s) [2020-11-03T23:31:21.500Z] PASS [2020-11-03T23:31:21.500Z] coverage: 100.0% of statements [2020-11-03T23:31:21.500Z] ok github.com/docker/docker/pkg/urlutil 0.061s coverage: 100.0% of statements [2020-11-03T23:31:21.500Z] time="2020-11-03T23:31:21Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2020-11-03T23:31:21.822Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-11-03T23:31:21.964Z] === RUN TestVersionInfo [2020-11-03T23:31:21.964Z] --- PASS: TestVersionInfo (0.00s) [2020-11-03T23:31:21.964Z] === RUN TestAppendVersions [2020-11-03T23:31:21.964Z] --- PASS: TestAppendVersions (0.00s) [2020-11-03T23:31:21.964Z] PASS [2020-11-03T23:31:21.964Z] coverage: 88.9% of statements [2020-11-03T23:31:21.964Z] ok github.com/docker/docker/pkg/useragent 0.049s coverage: 88.9% of statements [2020-11-03T23:31:23.348Z] #33 161.7 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-03T23:31:23.490Z] --- PASS: TestUpdateReplicatedJob (2.99s) [2020-11-03T23:31:23.490Z] === RUN TestServiceListWithStatuses [2020-11-03T23:31:23.490Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-03T23:31:23.490Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-03T23:31:23.490Z] === RUN TestDockerNetworkConnectAlias [2020-11-03T23:31:24.284Z] #33 162.8 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-03T23:31:24.366Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-11-03T23:31:24.897Z] === RUN TestValidatePrivileges [2020-11-03T23:31:24.897Z] --- PASS: TestValidatePrivileges (0.00s) [2020-11-03T23:31:24.897Z] === RUN TestFilterByCapNeg [2020-11-03T23:31:24.897Z] --- PASS: TestFilterByCapNeg (0.00s) [2020-11-03T23:31:24.897Z] === RUN TestFilterByCapPos [2020-11-03T23:31:24.897Z] --- PASS: TestFilterByCapPos (0.00s) [2020-11-03T23:31:24.897Z] === RUN TestStoreGetPluginNotMatchCapRefs [2020-11-03T23:31:24.897Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2020-11-03T23:31:24.897Z] PASS [2020-11-03T23:31:24.897Z] coverage: 12.0% of statements [2020-11-03T23:31:24.897Z] ok github.com/docker/docker/plugin 0.306s coverage: 12.0% of statements [2020-11-03T23:31:24.897Z] === RUN TestNewSettable [2020-11-03T23:31:24.897Z] --- PASS: TestNewSettable (0.00s) [2020-11-03T23:31:24.897Z] === RUN TestIsSettable [2020-11-03T23:31:24.897Z] --- PASS: TestIsSettable (0.00s) [2020-11-03T23:31:24.897Z] === RUN TestUpdateSettingsEnv [2020-11-03T23:31:24.897Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2020-11-03T23:31:24.897Z] PASS [2020-11-03T23:31:24.897Z] coverage: 20.1% of statements [2020-11-03T23:31:24.897Z] ok github.com/docker/docker/plugin/v2 0.395s coverage: 20.1% of statements [2020-11-03T23:31:25.223Z] #33 163.9 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-03T23:31:25.876Z] === RUN TestLoad [2020-11-03T23:31:25.876Z] --- PASS: TestLoad (0.00s) [2020-11-03T23:31:25.876Z] === RUN TestSave [2020-11-03T23:31:25.876Z] --- PASS: TestSave (0.05s) [2020-11-03T23:31:25.876Z] === RUN TestAddDeleteGet [2020-11-03T23:31:26.341Z] --- PASS: TestAddDeleteGet (0.06s) [2020-11-03T23:31:26.341Z] === RUN TestInvalidTags [2020-11-03T23:31:26.341Z] --- PASS: TestInvalidTags (0.01s) [2020-11-03T23:31:26.341Z] PASS [2020-11-03T23:31:26.341Z] coverage: 84.4% of statements [2020-11-03T23:31:26.341Z] ok github.com/docker/docker/reference 0.183s coverage: 84.4% of statements [2020-11-03T23:31:26.616Z] #33 165.1 [2020-11-03T23:31:26.874Z] #33 DONE 165.3s [2020-11-03T23:31:26.874Z] [2020-11-03T23:31:26.874Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-11-03T23:31:26.913Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-11-03T23:31:26.913Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-11-03T23:31:27.173Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-11-03T23:31:27.320Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-03T23:31:27.320Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-03T23:31:27.320Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-03T23:31:27.970Z] --- PASS: TestDockerNetworkConnectAlias (4.12s) [2020-11-03T23:31:27.970Z] === RUN TestDockerNetworkReConnect [2020-11-03T23:31:28.251Z] #34 DONE 1.5s [2020-11-03T23:31:28.299Z] === RUN TestResolveAuthConfigIndexServer [2020-11-03T23:31:28.299Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2020-11-03T23:31:28.299Z] === RUN TestResolveAuthConfigFullURL [2020-11-03T23:31:28.299Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2020-11-03T23:31:28.299Z] === RUN TestLoadAllowNondistributableArtifacts [2020-11-03T23:31:28.299Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2020-11-03T23:31:28.299Z] === RUN TestValidateMirror [2020-11-03T23:31:28.299Z] --- PASS: TestValidateMirror (0.00s) [2020-11-03T23:31:28.299Z] === RUN TestLoadInsecureRegistries [2020-11-03T23:31:28.299Z] time="2020-11-03T23:31:27Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-11-03T23:31:28.299Z] time="2020-11-03T23:31:28Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2020-11-03T23:31:28.299Z] time="2020-11-03T23:31:28Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-11-03T23:31:28.299Z] --- PASS: TestLoadInsecureRegistries (0.15s) [2020-11-03T23:31:28.299Z] === RUN TestNewServiceConfig [2020-11-03T23:31:28.299Z] --- PASS: TestNewServiceConfig (0.00s) [2020-11-03T23:31:28.299Z] === RUN TestValidateIndexName [2020-11-03T23:31:28.299Z] --- PASS: TestValidateIndexName (0.00s) [2020-11-03T23:31:28.299Z] === RUN TestValidateIndexNameWithError [2020-11-03T23:31:28.299Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2020-11-03T23:31:28.299Z] === RUN TestEndpointParse [2020-11-03T23:31:28.299Z] --- PASS: TestEndpointParse (0.00s) [2020-11-03T23:31:28.299Z] === RUN TestEndpointParseInvalid [2020-11-03T23:31:28.299Z] --- PASS: TestEndpointParseInvalid (0.00s) [2020-11-03T23:31:28.299Z] === RUN TestValidateEndpoint [2020-11-03T23:31:28.299Z] --- PASS: TestValidateEndpoint (0.01s) [2020-11-03T23:31:28.299Z] === RUN TestPing [2020-11-03T23:31:28.299Z] --- PASS: TestPing (0.00s) [2020-11-03T23:31:28.299Z] === RUN TestPingRegistryEndpoint [2020-11-03T23:31:28.299Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2020-11-03T23:31:28.299Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:31:28.299Z] === RUN TestEndpoint [2020-11-03T23:31:28.299Z] --- SKIP: TestEndpoint (0.01s) [2020-11-03T23:31:28.299Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:31:28.299Z] === RUN TestParseRepositoryInfo [2020-11-03T23:31:28.299Z] --- PASS: TestParseRepositoryInfo (0.00s) [2020-11-03T23:31:28.299Z] === RUN TestNewIndexInfo [2020-11-03T23:31:28.299Z] --- PASS: TestNewIndexInfo (0.00s) [2020-11-03T23:31:28.299Z] === RUN TestMirrorEndpointLookup [2020-11-03T23:31:28.299Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2020-11-03T23:31:28.299Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:31:28.299Z] === RUN TestSearchRepositories [2020-11-03T23:31:28.299Z] --- PASS: TestSearchRepositories (0.01s) [2020-11-03T23:31:28.299Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2020-11-03T23:31:28.299Z] Host: 127.0.0.1:49230 [2020-11-03T23:31:28.299Z] User-Agent: docker test client [2020-11-03T23:31:28.299Z] Authorization: Token fake-token [2020-11-03T23:31:28.299Z] X-Docker-Token: true [2020-11-03T23:31:28.299Z] Accept-Encoding: gzip [2020-11-03T23:31:28.299Z] [2020-11-03T23:31:28.299Z] [2020-11-03T23:31:28.299Z] registry_test.go:730: HTTP/1.1 200 OK [2020-11-03T23:31:28.299Z] Connection: close [2020-11-03T23:31:28.299Z] Content-Length: 144 [2020-11-03T23:31:28.299Z] Cache-Control: no-cache [2020-11-03T23:31:28.299Z] Content-Type: application/json [2020-11-03T23:31:28.299Z] Date: Tue, 03 Nov 2020 23:31:28 GMT [2020-11-03T23:31:28.299Z] Expires: -1 [2020-11-03T23:31:28.299Z] Pragma: no-cache [2020-11-03T23:31:28.299Z] Server: docker-tests/mock [2020-11-03T23:31:28.299Z] X-Docker-Registry-Config: mock [2020-11-03T23:31:28.299Z] X-Docker-Registry-Version: 0.0.0 [2020-11-03T23:31:28.299Z] [2020-11-03T23:31:28.299Z] [2020-11-03T23:31:28.299Z] === RUN TestTrustedLocation [2020-11-03T23:31:28.299Z] --- PASS: TestTrustedLocation (0.00s) [2020-11-03T23:31:28.299Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2020-11-03T23:31:28.299Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2020-11-03T23:31:28.299Z] === RUN TestAllowNondistributableArtifacts [2020-11-03T23:31:28.299Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2020-11-03T23:31:28.299Z] === RUN TestIsSecureIndex [2020-11-03T23:31:28.299Z] --- PASS: TestIsSecureIndex (0.00s) [2020-11-03T23:31:28.299Z] PASS [2020-11-03T23:31:28.299Z] coverage: 49.9% of statements [2020-11-03T23:31:28.299Z] ok github.com/docker/docker/registry 0.457s coverage: 49.9% of statements [2020-11-03T23:31:28.299Z] === RUN TestResumableRequestHeaderSimpleErrors [2020-11-03T23:31:28.299Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2020-11-03T23:31:28.299Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2020-11-03T23:31:28.299Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2020-11-03T23:31:28.299Z] === RUN TestResumableRequestHeaderTooMuchFailures [2020-11-03T23:31:28.299Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2020-11-03T23:31:28.299Z] === RUN TestResumableRequestReaderWithReadError [2020-11-03T23:31:28.764Z] === RUN TestRestartManagerTimeout [2020-11-03T23:31:28.764Z] --- PASS: TestRestartManagerTimeout (0.00s) [2020-11-03T23:31:28.764Z] === RUN TestRestartManagerTimeoutReset [2020-11-03T23:31:28.764Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2020-11-03T23:31:28.764Z] PASS [2020-11-03T23:31:28.764Z] coverage: 50.9% of statements [2020-11-03T23:31:28.764Z] ok github.com/docker/docker/restartmanager 0.094s coverage: 50.9% of statements [2020-11-03T23:31:28.764Z] time="2020-11-03T23:31:28Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2020-11-03T23:31:28.764Z] --- PASS: TestResumableRequestReaderWithReadError (0.15s) [2020-11-03T23:31:28.764Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2020-11-03T23:31:28.764Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2020-11-03T23:31:28.764Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2020-11-03T23:31:28.764Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2020-11-03T23:31:28.764Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2020-11-03T23:31:28.764Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2020-11-03T23:31:28.764Z] === RUN TestResumableRequestReader [2020-11-03T23:31:28.764Z] --- PASS: TestResumableRequestReader (0.00s) [2020-11-03T23:31:28.764Z] === RUN TestResumableRequestReaderWithInitialResponse [2020-11-03T23:31:28.764Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2020-11-03T23:31:28.764Z] PASS [2020-11-03T23:31:28.764Z] coverage: 100.0% of statements [2020-11-03T23:31:28.764Z] ok github.com/docker/docker/registry/resumable 0.390s coverage: 100.0% of statements [2020-11-03T23:31:29.628Z] [2020-11-03T23:31:29.628Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-11-03T23:31:29.744Z] === RUN TestDecodeContainerConfig [2020-11-03T23:31:29.744Z] --- PASS: TestDecodeContainerConfig (0.00s) [2020-11-03T23:31:29.744Z] === RUN TestDecodeContainerConfigIsolation [2020-11-03T23:31:29.744Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2020-11-03T23:31:29.744Z] === RUN TestValidatePrivileged [2020-11-03T23:31:29.744Z] --- PASS: TestValidatePrivileged (0.00s) [2020-11-03T23:31:29.744Z] PASS [2020-11-03T23:31:29.744Z] coverage: 52.2% of statements [2020-11-03T23:31:29.744Z] ok github.com/docker/docker/runconfig 0.102s coverage: 52.2% of statements [2020-11-03T23:31:30.208Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2020-11-03T23:31:30.208Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2020-11-03T23:31:30.208Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2020-11-03T23:31:30.208Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2020-11-03T23:31:30.208Z] PASS [2020-11-03T23:31:30.208Z] coverage: 62.5% of statements [2020-11-03T23:31:30.208Z] ok github.com/docker/docker/testutil 0.077s coverage: 62.5% of statements [2020-11-03T23:31:30.208Z] --- PASS: TestNewClientWithTimeout (17.61s) [2020-11-03T23:31:30.208Z] === RUN TestClientStream [2020-11-03T23:31:30.208Z] --- PASS: TestClientStream (0.00s) [2020-11-03T23:31:30.208Z] === RUN TestClientSendFile [2020-11-03T23:31:30.208Z] --- PASS: TestClientSendFile (0.00s) [2020-11-03T23:31:30.208Z] === RUN TestClientWithRequestTimeout [2020-11-03T23:31:30.208Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2020-11-03T23:31:30.208Z] === RUN TestFileSpecPlugin [2020-11-03T23:31:30.208Z] --- PASS: TestFileSpecPlugin (0.01s) [2020-11-03T23:31:30.208Z] === RUN TestFileJSONSpecPlugin [2020-11-03T23:31:30.208Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2020-11-03T23:31:30.208Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2020-11-03T23:31:30.208Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2020-11-03T23:31:30.208Z] === RUN TestPluginAddHandler [2020-11-03T23:31:30.208Z] --- PASS: TestPluginAddHandler (0.00s) [2020-11-03T23:31:30.208Z] === RUN TestPluginWaitBadPlugin [2020-11-03T23:31:30.208Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2020-11-03T23:31:30.208Z] === RUN TestGet [2020-11-03T23:31:30.208Z] time="2020-11-03T23:31:30Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2020-11-03T23:31:30.476Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-11-03T23:31:30.563Z] #35 DONE 0.7s [2020-11-03T23:31:30.563Z] [2020-11-03T23:31:30.563Z] #36 exporting to image [2020-11-03T23:31:30.563Z] #36 exporting layers [2020-11-03T23:31:30.716Z] --- PASS: TestDockerNetworkReConnect (3.29s) [2020-11-03T23:31:30.716Z] === RUN TestServicePlugin [2020-11-03T23:31:30.716Z] --- SKIP: TestServicePlugin (0.01s) [2020-11-03T23:31:30.716Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:31:30.716Z] === RUN TestServiceUpdateLabel [2020-11-03T23:31:31.189Z] time="2020-11-03T23:31:31Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2020-11-03T23:31:32.800Z] --- PASS: TestServiceUpdateLabel (1.93s) [2020-11-03T23:31:32.800Z] === RUN TestServiceUpdateSecrets [2020-11-03T23:31:33.392Z] === RUN TestGetDriver [2020-11-03T23:31:33.393Z] --- PASS: TestGetDriver (0.00s) [2020-11-03T23:31:33.393Z] === RUN TestVolumeRequestError [2020-11-03T23:31:33.393Z] --- PASS: TestVolumeRequestError (0.01s) [2020-11-03T23:31:33.393Z] PASS [2020-11-03T23:31:33.393Z] coverage: 36.1% of statements [2020-11-03T23:31:33.393Z] ok github.com/docker/docker/volume/drivers 0.169s coverage: 36.1% of statements [2020-11-03T23:31:33.393Z] === RUN TestGetAddress [2020-11-03T23:31:33.393Z] --- PASS: TestGetAddress (0.00s) [2020-11-03T23:31:33.393Z] === RUN TestRemove [2020-11-03T23:31:33.393Z] --- SKIP: TestRemove (0.00s) [2020-11-03T23:31:33.393Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-11-03T23:31:33.393Z] === RUN TestInitializeWithVolumes [2020-11-03T23:31:33.393Z] --- PASS: TestInitializeWithVolumes (0.01s) [2020-11-03T23:31:33.393Z] === RUN TestCreate [2020-11-03T23:31:33.393Z] --- PASS: TestCreate (0.01s) [2020-11-03T23:31:33.393Z] === RUN TestValidateName [2020-11-03T23:31:33.393Z] --- PASS: TestValidateName (0.00s) [2020-11-03T23:31:33.393Z] === RUN TestCreateWithOpts [2020-11-03T23:31:33.393Z] --- SKIP: TestCreateWithOpts (0.00s) [2020-11-03T23:31:33.393Z] local_test.go:181: runtime.GOOS == "windows" [2020-11-03T23:31:33.393Z] === RUN TestRelaodNoOpts [2020-11-03T23:31:33.393Z] --- PASS: TestRelaodNoOpts (0.01s) [2020-11-03T23:31:33.393Z] PASS [2020-11-03T23:31:33.393Z] coverage: 41.0% of statements [2020-11-03T23:31:33.393Z] ok github.com/docker/docker/volume/local 0.276s coverage: 41.0% of statements [2020-11-03T23:31:33.393Z] time="2020-11-03T23:31:33Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2020-11-03T23:31:33.393Z] === RUN TestConvertTmpfsOptions [2020-11-03T23:31:33.393Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2020-11-03T23:31:33.393Z] parser_test.go:49: data="mode=700,size=1m" [2020-11-03T23:31:33.393Z] parser_test.go:49: data="ro" [2020-11-03T23:31:33.393Z] === RUN TestParseMountRaw [2020-11-03T23:31:33.393Z] --- PASS: TestParseMountRaw (0.04s) [2020-11-03T23:31:33.393Z] === RUN TestParseMountRawSplit [2020-11-03T23:31:33.393Z] --- PASS: TestParseMountRawSplit (0.00s) [2020-11-03T23:31:33.393Z] parser_test.go:390: case 0 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 1 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 2 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 3 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 4 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 5 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 6 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 7 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 8 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 0 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 1 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 2 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 3 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 4 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 5 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 6 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 7 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 8 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 9 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 10 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 11 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 12 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 0 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 1 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 2 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 3 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 4 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 5 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 6 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 7 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 8 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 9 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 10 [2020-11-03T23:31:33.393Z] parser_test.go:390: case 11 [2020-11-03T23:31:33.393Z] === RUN TestParseMountSpec [2020-11-03T23:31:33.393Z] --- PASS: TestParseMountSpec (0.00s) [2020-11-03T23:31:33.393Z] parser_test.go:455: case 0 [2020-11-03T23:31:33.393Z] parser_test.go:455: case 1 [2020-11-03T23:31:33.393Z] parser_test.go:455: case 2 [2020-11-03T23:31:33.393Z] parser_test.go:455: case 3 [2020-11-03T23:31:33.393Z] parser_test.go:455: case 4 [2020-11-03T23:31:33.393Z] parser_test.go:455: case 5 [2020-11-03T23:31:33.393Z] === RUN TestParseMountSpecBindWithFileinfoError [2020-11-03T23:31:33.393Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2020-11-03T23:31:33.393Z] === RUN TestValidateMount [2020-11-03T23:31:33.393Z] --- PASS: TestValidateMount (0.00s) [2020-11-03T23:31:33.393Z] PASS [2020-11-03T23:31:33.393Z] coverage: 66.2% of statements [2020-11-03T23:31:33.393Z] ok github.com/docker/docker/volume/mounts 0.110s coverage: 66.2% of statements [2020-11-03T23:31:33.852Z] #36 exporting layers 3.1s done [2020-11-03T23:31:33.852Z] #36 writing image sha256:eec1e15b923f4525db8b904cc6834056645cbacbf9397a6809af0fda33b853e7 done [2020-11-03T23:31:33.852Z] #36 naming to docker.io/library/moby-e2e-test done [2020-11-03T23:31:33.852Z] #36 DONE 3.1s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-03T23:31:34.174Z] + echo Ensuring container killed. [2020-11-03T23:31:34.174Z] Ensuring container killed. [2020-11-03T23:31:34.174Z] + docker rm -vf docker-pr4 [2020-11-03T23:31:34.174Z] Error: No such container: docker-pr4 [2020-11-03T23:31:34.174Z] + true [Pipeline] sh [2020-11-03T23:31:34.457Z] + echo Chowning /workspace to jenkins user [2020-11-03T23:31:34.457Z] Chowning /workspace to jenkins user [2020-11-03T23:31:34.457Z] + id -u [2020-11-03T23:31:34.457Z] + id -g [2020-11-03T23:31:34.457Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41604:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-03T23:31:35.592Z] === RUN TestSetGetMeta [2020-11-03T23:31:35.592Z] === PAUSE TestSetGetMeta [2020-11-03T23:31:35.592Z] === RUN TestRestore [2020-11-03T23:31:35.592Z] === PAUSE TestRestore [2020-11-03T23:31:35.592Z] === RUN TestServiceCreate [2020-11-03T23:31:35.592Z] === PAUSE TestServiceCreate [2020-11-03T23:31:35.592Z] === RUN TestServiceList [2020-11-03T23:31:35.592Z] === PAUSE TestServiceList [2020-11-03T23:31:35.592Z] === RUN TestServiceRemove [2020-11-03T23:31:35.592Z] === PAUSE TestServiceRemove [2020-11-03T23:31:35.592Z] === RUN TestServiceGet [2020-11-03T23:31:35.592Z] === PAUSE TestServiceGet [2020-11-03T23:31:35.592Z] === RUN TestServicePrune [2020-11-03T23:31:35.592Z] === PAUSE TestServicePrune [2020-11-03T23:31:35.592Z] === RUN TestCreate [2020-11-03T23:31:35.592Z] === PAUSE TestCreate [2020-11-03T23:31:35.592Z] === RUN TestRemove [2020-11-03T23:31:35.592Z] === PAUSE TestRemove [2020-11-03T23:31:35.592Z] === RUN TestList [2020-11-03T23:31:35.592Z] === PAUSE TestList [2020-11-03T23:31:35.592Z] === RUN TestFindByDriver [2020-11-03T23:31:35.592Z] === PAUSE TestFindByDriver [2020-11-03T23:31:35.592Z] === RUN TestFindByReferenced [2020-11-03T23:31:35.592Z] === PAUSE TestFindByReferenced [2020-11-03T23:31:35.592Z] === RUN TestDerefMultipleOfSameRef [2020-11-03T23:31:35.592Z] === PAUSE TestDerefMultipleOfSameRef [2020-11-03T23:31:35.592Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2020-11-03T23:31:35.592Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2020-11-03T23:31:35.592Z] === RUN TestDefererencePluginOnCreateError [2020-11-03T23:31:35.592Z] === PAUSE TestDefererencePluginOnCreateError [2020-11-03T23:31:35.592Z] === RUN TestRefDerefRemove [2020-11-03T23:31:35.592Z] === PAUSE TestRefDerefRemove [2020-11-03T23:31:35.592Z] === RUN TestGet [2020-11-03T23:31:35.592Z] === PAUSE TestGet [2020-11-03T23:31:35.592Z] === RUN TestGetWithReference [2020-11-03T23:31:35.592Z] === PAUSE TestGetWithReference [2020-11-03T23:31:35.592Z] === RUN TestFilterFunc [2020-11-03T23:31:35.592Z] === RUN TestFilterFunc/test_nil_list [2020-11-03T23:31:35.592Z] === PAUSE TestFilterFunc/test_nil_list [2020-11-03T23:31:35.592Z] === RUN TestFilterFunc/test_empty_list [2020-11-03T23:31:35.592Z] === PAUSE TestFilterFunc/test_empty_list [2020-11-03T23:31:35.592Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2020-11-03T23:31:35.689Z] + bundleName=unit [2020-11-03T23:31:35.689Z] + echo Creating unit-bundles.tar.gz [2020-11-03T23:31:35.689Z] Creating unit-bundles.tar.gz [2020-11-03T23:31:35.689Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-11-03T23:31:35.689Z] bundles/junit-report.xml [2020-11-03T23:31:35.689Z] bundles/go-test-report.json [2020-11-03T23:31:35.689Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-11-03T23:31:35.701Z] Archiving artifacts [2020-11-03T23:31:36.058Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2020-11-03T23:31:36.058Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-11-03T23:31:36.058Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-11-03T23:31:36.058Z] === RUN TestFilterFunc/test_filter_some [2020-11-03T23:31:36.058Z] === PAUSE TestFilterFunc/test_filter_some [2020-11-03T23:31:36.058Z] === RUN TestFilterFunc/test_filter_middle [2020-11-03T23:31:36.058Z] === PAUSE TestFilterFunc/test_filter_middle [2020-11-03T23:31:36.058Z] === RUN TestFilterFunc/test_filter_middle_and_last [2020-11-03T23:31:36.058Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2020-11-03T23:31:36.058Z] === RUN TestFilterFunc/test_filter_first_and_last [2020-11-03T23:31:36.058Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2020-11-03T23:31:36.058Z] === CONT TestFilterFunc/test_nil_list [2020-11-03T23:31:36.058Z] === CONT TestFilterFunc/test_filter_some [2020-11-03T23:31:36.058Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-11-03T23:31:36.058Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2020-11-03T23:31:36.058Z] === CONT TestFilterFunc/test_filter_middle_and_last [2020-11-03T23:31:36.058Z] === CONT TestFilterFunc/test_empty_list [2020-11-03T23:31:36.058Z] === CONT TestFilterFunc/test_filter_middle [2020-11-03T23:31:36.058Z] === CONT TestFilterFunc/test_filter_first_and_last [2020-11-03T23:31:36.058Z] --- PASS: TestFilterFunc (0.00s) [2020-11-03T23:31:36.058Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2020-11-03T23:31:36.058Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2020-11-03T23:31:36.058Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2020-11-03T23:31:36.058Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2020-11-03T23:31:36.058Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2020-11-03T23:31:36.058Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2020-11-03T23:31:36.058Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2020-11-03T23:31:36.058Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2020-11-03T23:31:36.058Z] === CONT TestSetGetMeta [2020-11-03T23:31:36.058Z] === CONT TestFindByDriver [2020-11-03T23:31:36.058Z] === CONT TestServiceList [2020-11-03T23:31:36.058Z] === CONT TestServiceGet [2020-11-03T23:31:36.058Z] --- PASS: TestSetGetMeta (0.02s) [2020-11-03T23:31:36.058Z] === CONT TestServiceCreate [2020-11-03T23:31:36.058Z] --- PASS: TestFindByDriver (0.04s) [2020-11-03T23:31:36.058Z] === CONT TestRestore [2020-11-03T23:31:36.058Z] --- PASS: TestRestore (0.04s) [2020-11-03T23:31:36.058Z] === CONT TestServiceRemove [2020-11-03T23:31:36.058Z] --- PASS: TestServiceGet (0.17s) [2020-11-03T23:31:36.058Z] === CONT TestRemove [2020-11-03T23:31:36.058Z] --- PASS: TestServiceRemove (0.10s) [2020-11-03T23:31:36.058Z] === CONT TestList [2020-11-03T23:31:36.058Z] --- PASS: TestServiceList (0.19s) [2020-11-03T23:31:36.058Z] === CONT TestCreate [2020-11-03T23:31:36.058Z] --- PASS: TestServiceCreate (0.17s) [2020-11-03T23:31:36.058Z] === CONT TestRefDerefRemove [2020-11-03T23:31:36.058Z] --- PASS: TestRemove (0.04s) [2020-11-03T23:31:36.058Z] === CONT TestGetWithReference [2020-11-03T23:31:36.058Z] --- PASS: TestCreate (0.03s) [2020-11-03T23:31:36.058Z] === CONT TestGet [2020-11-03T23:31:36.058Z] --- PASS: TestRefDerefRemove (0.03s) [2020-11-03T23:31:36.058Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2020-11-03T23:31:36.058Z] --- PASS: TestList (0.04s) [2020-11-03T23:31:36.058Z] === CONT TestDefererencePluginOnCreateError [2020-11-03T23:31:36.058Z] --- PASS: TestGetWithReference (0.03s) [2020-11-03T23:31:36.058Z] === CONT TestServicePrune [2020-11-03T23:31:36.058Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2020-11-03T23:31:36.058Z] === CONT TestDerefMultipleOfSameRef [2020-11-03T23:31:36.058Z] --- PASS: TestGet (0.03s) [2020-11-03T23:31:36.058Z] === CONT TestFindByReferenced [2020-11-03T23:31:36.058Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2020-11-03T23:31:36.058Z] time="2020-11-03T23:31:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-03T23:31:36.058Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2020-11-03T23:31:36.058Z] --- PASS: TestFindByReferenced (0.03s) [2020-11-03T23:31:36.058Z] time="2020-11-03T23:31:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-03T23:31:36.058Z] time="2020-11-03T23:31:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-03T23:31:36.058Z] time="2020-11-03T23:31:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2020-11-03T23:31:36.058Z] time="2020-11-03T23:31:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-03T23:31:36.058Z] --- PASS: TestServicePrune (0.07s) [2020-11-03T23:31:36.058Z] PASS [2020-11-03T23:31:36.058Z] coverage: 70.3% of statements [2020-11-03T23:31:36.058Z] ok github.com/docker/docker/volume/service 0.530s coverage: 70.3% of statements [2020-11-03T23:31:36.131Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41604/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-03T23:31:36.457Z] + make clean [2020-11-03T23:31:36.457Z] docker volume rm -f docker-dev-cache [2020-11-03T23:31:36.716Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [2020-11-03T23:31:37.061Z] === RUN TestDockerSuite/TestPsListContainersFilterID [Pipeline] // stage [Pipeline] } [2020-11-03T23:31:37.322Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-11-03T23:31:37.612Z] time="2020-11-03T23:31:37Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2020-11-03T23:31:39.235Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-11-03T23:31:40.181Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-11-03T23:31:41.123Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-11-03T23:31:42.507Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-11-03T23:31:44.441Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-11-03T23:31:45.016Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-11-03T23:31:45.277Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-11-03T23:31:46.224Z] === RUN TestDockerSuite/TestPsRightTagName [2020-11-03T23:31:46.249Z] --- PASS: TestGet (15.01s) [2020-11-03T23:31:46.249Z] === RUN TestPluginWithNoManifest [2020-11-03T23:31:46.249Z] --- PASS: TestPluginWithNoManifest (0.00s) [2020-11-03T23:31:46.249Z] === RUN TestGetAll [2020-11-03T23:31:46.249Z] --- PASS: TestGetAll (0.01s) [2020-11-03T23:31:46.249Z] PASS [2020-11-03T23:31:46.249Z] coverage: 73.4% of statements [2020-11-03T23:31:46.249Z] ok github.com/docker/docker/pkg/plugins 35.414s coverage: 73.4% of statements [2020-11-03T23:31:46.249Z] WARN invalid TestEvent: FAIL github.com/docker/docker/pkg/system [build failed] [2020-11-03T23:31:46.249Z] bad output from test2json: FAIL github.com/docker/docker/pkg/system [build failed] [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === Skipped [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-11-03T23:31:47.808Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-11-03T23:31:47.808Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-11-03T23:31:47.808Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2020-11-03T23:31:47.808Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2020-11-03T23:31:47.808Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-11-03T23:31:47.808Z] client_test.go:23: runtime.GOOS == "windows" [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-11-03T23:31:47.808Z] daemon_test.go:147: root required [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-11-03T23:31:47.808Z] reload_test.go:520: root required [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-11-03T23:31:47.808Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-11-03T23:31:47.808Z] pull_v2_test.go:73: Needs fixing on Windows [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-11-03T23:31:47.808Z] pull_v2_test.go:118: Needs fixing on Windows [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-11-03T23:31:47.808Z] download_test.go:268: Needs fixing on Windows [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-11-03T23:31:47.808Z] layer_test.go:304: Failing on Windows [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-11-03T23:31:47.808Z] layer_test.go:353: Failing on Windows [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-11-03T23:31:47.808Z] layer_test.go:468: Failing on Windows [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-11-03T23:31:47.808Z] layer_test.go:697: Failing on Windows [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-11-03T23:31:47.808Z] migration_test.go:46: Failing on Windows [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-11-03T23:31:47.808Z] migration_test.go:182: Failing on Windows [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-11-03T23:31:47.808Z] mount_test.go:17: Failing on Windows [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-11-03T23:31:47.808Z] mount_test.go:76: Failing on Windows [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-11-03T23:31:47.808Z] mount_test.go:125: Failing on Windows [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-11-03T23:31:47.808Z] mount_test.go:212: Failing on Windows [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-11-03T23:31:47.808Z] archive_test.go:133: Xz not present in msys2 [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-11-03T23:31:47.808Z] archive_test.go:238: Failing on Windows CI machines [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-11-03T23:31:47.808Z] archive_windows_test.go:16: Currently fails [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-11-03T23:31:47.808Z] changes_test.go:192: needs more investigation [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-11-03T23:31:47.808Z] changes_test.go:405: needs further investigation [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-11-03T23:31:47.808Z] changes_test.go:441: needs further investigation [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-11-03T23:31:47.808Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-11-03T23:31:47.808Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-11-03T23:31:47.808Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-11-03T23:31:47.808Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-11-03T23:31:47.808Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-11-03T23:31:47.808Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-11-03T23:31:47.808Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-11-03T23:31:47.808Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-11-03T23:31:47.808Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-11-03T23:31:47.808Z] poller_test.go:41: No chmod on Windows [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-11-03T23:31:47.808Z] fileutils_test.go:134: Needs porting to Windows [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-11-03T23:31:47.808Z] fileutils_test.go:180: Needs porting to Windows [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-11-03T23:31:47.808Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2020-11-03T23:31:47.808Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2020-11-03T23:31:47.808Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-11-03T23:31:47.808Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-11-03T23:31:47.808Z] local_test.go:181: runtime.GOOS == "windows" [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] [2020-11-03T23:31:47.808Z] === Errors [2020-11-03T23:31:47.808Z] pkg\mount\deprecated.go:23:16: undefined: mount.RDONLY [2020-11-03T23:31:47.808Z] pkg\mount\deprecated.go:24:16: undefined: mount.NOSUID [2020-11-03T23:31:47.808Z] pkg\mount\deprecated.go:25:16: undefined: mount.NOEXEC [2020-11-03T23:31:47.808Z] pkg\mount\deprecated.go:26:16: undefined: mount.SYNCHRONOUS [2020-11-03T23:31:47.808Z] pkg\mount\deprecated.go:27:16: undefined: mount.NOATIME [2020-11-03T23:31:47.808Z] pkg\mount\deprecated.go:28:16: undefined: mount.BIND [2020-11-03T23:31:47.808Z] pkg\mount\deprecated.go:29:16: undefined: mount.DIRSYNC [2020-11-03T23:31:47.809Z] pkg\mount\deprecated.go:30:16: undefined: mount.MANDLOCK [2020-11-03T23:31:47.809Z] pkg\mount\deprecated.go:31:16: undefined: mount.NODEV [2020-11-03T23:31:47.809Z] pkg\mount\deprecated.go:32:16: undefined: mount.NODIRATIME [2020-11-03T23:31:47.809Z] pkg\mount\deprecated.go:32:16: too many errors [2020-11-03T23:31:47.809Z] pkg\system\rm_test.go:62:12: undefined: mount.Mount [2020-11-03T23:31:47.809Z] [2020-11-03T23:31:47.809Z] DONE 1761 tests, 45 skipped, 12 errors in 233.412s [2020-11-03T23:31:47.809Z] [2020-11-03T23:31:47.809Z] ERROR: make.ps1 failed: [2020-11-03T23:31:47.809Z] Unit tests failed [2020-11-03T23:31:48.137Z] === RUN TestDockerSuite/TestPsShowMounts [2020-11-03T23:31:48.171Z] --- PASS: TestServiceUpdateSecrets (14.32s) [2020-11-03T23:31:48.171Z] === RUN TestServiceUpdateConfigs [2020-11-03T23:31:48.273Z] At C:\gopath\src\github.com\docker\docker\hack\make.ps1:335 char:30 [2020-11-03T23:31:48.273Z] + if ($p.ExitCode -ne 0) { Throw "Unit tests failed" } [2020-11-03T23:31:48.273Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~ [2020-11-03T23:31:48.273Z] [2020-11-03T23:31:48.273Z] ___________ .__.__ .___ [2020-11-03T23:31:48.273Z] \_ _____/____ |__| | ____ __| _/ [2020-11-03T23:31:48.273Z] | __) \__ \ | | | _/ __ \ / __ | [2020-11-03T23:31:48.273Z] | \ / __ \| | |_\ ___// /_/ | [2020-11-03T23:31:48.273Z] \___ / (____ /__|____/\___ >____ | [2020-11-03T23:31:48.273Z] \/ \/ \/ \/ [2020-11-03T23:31:48.273Z] [2020-11-03T23:31:48.273Z] INFO: make.ps1 ended at 11/03/2020 23:31:47 [2020-11-03T23:31:50.052Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-11-03T23:31:50.312Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-11-03T23:31:50.312Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-11-03T23:31:50.477Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-11-03T23:31:50.477Z] [2020-11-03T23:31:50.477Z] [2020-11-03T23:31:50.477Z] ERROR: Failed 'ERROR: Unit tests failed' at 11/03/2020 23:31:50 [2020-11-03T23:31:50.477Z] At D:\gopath\src\github.com\docker\docker\hack\ci\windows.ps1:808 char:17 [2020-11-03T23:31:50.477Z] + Throw "ERROR: Unit tests failed" [2020-11-03T23:31:50.477Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2020-11-03T23:31:50.477Z] [2020-11-03T23:31:50.477Z] [2020-11-03T23:31:50.477Z] [2020-11-03T23:31:50.477Z] INFO: Tidying up at end of run [2020-11-03T23:31:50.477Z] INFO: Saving daemon under test log (d:\CI\PR-41604\4\dut.out) to bundles\CIDUT.out [2020-11-03T23:31:50.477Z] INFO: Saving daemon under test log (d:\CI\PR-41604\4\dut.err) to bundles\CIDUT.err [2020-11-03T23:31:50.477Z] INFO: Nuke-Everything... [2020-11-03T23:31:50.477Z] INFO: Container count on control daemon to delete is 2 [2020-11-03T23:31:50.572Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-11-03T23:31:50.572Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-11-03T23:31:50.572Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-11-03T23:31:51.144Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-11-03T23:31:51.458Z] 8d72e604124e [2020-11-03T23:31:51.458Z] 6014eaaab294 [2020-11-03T23:31:51.458Z] INFO: Killing daemon with PID 636 [2020-11-03T23:31:51.458Z] INFO: Tidying pidfile d:\CI\PR-41604\4\docker.pid [2020-11-03T23:31:51.458Z] INFO: Stopping possible daemon pid 636 [2020-11-03T23:31:51.923Z] ERROR: The process "636" not found. [2020-11-03T23:31:51.923Z] INFO: Nuking d:\CI [2020-11-03T23:31:52.086Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-11-03T23:31:53.027Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-11-03T23:31:53.288Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-11-03T23:31:53.859Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-11-03T23:32:02.000Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-11-03T23:32:02.262Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-11-03T23:32:03.524Z] --- PASS: TestServiceUpdateConfigs (14.24s) [2020-11-03T23:32:03.524Z] === RUN TestServiceUpdateNetwork [2020-11-03T23:32:04.178Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-11-03T23:32:04.178Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-11-03T23:32:04.178Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-11-03T23:32:04.178Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-11-03T23:32:06.720Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-11-03T23:32:07.293Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-11-03T23:32:09.225Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-11-03T23:32:10.610Z] === RUN TestDockerSuite/TestRmiBlank [2020-11-03T23:32:10.610Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-11-03T23:32:10.610Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-11-03T23:32:15.687Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-11-03T23:32:15.687Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-11-03T23:32:15.687Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-11-03T23:32:15.687Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-11-03T23:32:15.687Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-11-03T23:32:15.712Z] --- PASS: TestServiceUpdateNetwork (12.43s) [2020-11-03T23:32:15.712Z] === RUN TestServiceUpdatePidsLimit [2020-11-03T23:32:15.712Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-03T23:32:15.712Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-03T23:32:16.629Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-11-03T23:32:17.199Z] === RUN TestDockerSuite/TestRmiTag [2020-11-03T23:32:17.460Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-11-03T23:32:18.030Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-11-03T23:32:20.576Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-11-03T23:32:20.837Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-11-03T23:32:20.837Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-11-03T23:32:21.779Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-11-03T23:32:22.040Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-11-03T23:32:22.618Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-03T23:32:23.425Z] === RUN TestDockerSuite/TestRunAddHost [2020-11-03T23:32:23.685Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-11-03T23:32:23.947Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-11-03T23:32:24.518Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-11-03T23:32:24.518Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-11-03T23:32:24.701Z] INFO: Zapped successfully [2020-11-03T23:32:24.701Z] [2020-11-03T23:32:24.701Z] INFO: executeCI.ps1 exiting at Tue Nov 3 23:32:24 CUT 2020. Duration 00:22:25.6458822 [2020-11-03T23:32:24.701Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-11-03T23:32:24.951Z] Recording test results [2020-11-03T23:32:25.464Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-11-03T23:32:26.850Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-11-03T23:32:27.111Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-11-03T23:32:28.052Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-11-03T23:32:28.623Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-11-03T23:32:29.518Z] --- PASS: TestServiceUpdatePidsLimit (15.96s) [2020-11-03T23:32:29.518Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2020-11-03T23:32:29.518Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.77s) [2020-11-03T23:32:29.518Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2020-11-03T23:32:29.518Z] PASS [2020-11-03T23:32:29.518Z] [2020-11-03T23:32:29.518Z] === Skipped [2020-11-03T23:32:29.518Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-11-03T23:32:29.518Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-03T23:32:29.518Z] [2020-11-03T23:32:29.518Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.01s) [2020-11-03T23:32:29.518Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-03T23:32:29.518Z] [2020-11-03T23:32:29.518Z] [2020-11-03T23:32:29.518Z] DONE 27 tests, 2 skipped in 129.454s [2020-11-03T23:32:29.518Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-11-03T23:32:29.518Z] ++ 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-03T23:32:29.518Z] ++ set -e [2020-11-03T23:32:29.518Z] ++ '[' -n 0 ']' [2020-11-03T23:32:29.518Z] ++ set -x [2020-11-03T23:32:29.518Z] ++ env -i DEST=/go/src/github.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-03T23:32:29.518Z] INFO: Testing against a local daemon [2020-11-03T23:32:29.518Z] === RUN TestSessionCreate [2020-11-03T23:32:29.518Z] --- PASS: TestSessionCreate (0.04s) [2020-11-03T23:32:29.518Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-03T23:32:29.518Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-11-03T23:32:29.518Z] PASS [2020-11-03T23:32:29.518Z] [2020-11-03T23:32:29.518Z] DONE 2 tests in 0.147s [2020-11-03T23:32:29.518Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-11-03T23:32:29.518Z] ++ 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-03T23:32:29.518Z] ++ set -e [2020-11-03T23:32:29.518Z] ++ '[' -n 0 ']' [2020-11-03T23:32:29.518Z] ++ set -x [2020-11-03T23:32:29.518Z] ++ env -i DEST=/go/src/github.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-03T23:32:29.518Z] INFO: Testing against a local daemon [2020-11-03T23:32:29.518Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-03T23:32:29.518Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-03T23:32:29.518Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-03T23:32:29.518Z] === RUN TestEventsExecDie [2020-11-03T23:32:29.564Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-11-03T23:32:30.154Z] --- PASS: TestEventsExecDie (0.60s) [2020-11-03T23:32:30.154Z] === RUN TestEventsBackwardsCompatible [2020-11-03T23:32:30.463Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2020-11-03T23:32:30.463Z] === RUN TestInfoBinaryCommits [2020-11-03T23:32:30.463Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-11-03T23:32:30.463Z] === RUN TestInfoAPIVersioned [2020-11-03T23:32:30.463Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-03T23:32:30.463Z] === RUN TestInfoDiscoveryBackend [2020-11-03T23:32:30.506Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-11-03T23:32:30.758Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-11-03T23:32:30.758Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-03T23:32:31.077Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-11-03T23:32:31.648Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-11-03T23:32:31.796Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-03T23:32:31.796Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-03T23:32:32.233Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-11-03T23:32:32.431Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2020-11-03T23:32:32.431Z] === RUN TestInfoAPI [2020-11-03T23:32:32.431Z] --- PASS: TestInfoAPI (0.04s) [2020-11-03T23:32:32.431Z] === RUN TestInfoAPIWarnings [2020-11-03T23:32:32.511Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-11-03T23:32:32.963Z] Creating windowsRS5-integration-bundles.zip [2020-11-03T23:32:33.082Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-11-03T23:32:34.026Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [Pipeline] step [2020-11-03T23:32:34.158Z] Archiving artifacts [2020-11-03T23:32:34.965Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-11-03T23:32:35.537Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-11-03T23:32:35.797Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-11-03T23:32:36.369Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-11-03T23:32:36.369Z] === RUN TestDockerSuite/TestRunBindMounts [2020-11-03T23:32:37.752Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-11-03T23:32:38.013Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-11-03T23:32:38.585Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-11-03T23:32:39.156Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-11-03T23:32:39.418Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-11-03T23:32:39.418Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-11-03T23:32:39.989Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-11-03T23:32:40.561Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-11-03T23:32:41.132Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-11-03T23:32:41.392Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-11-03T23:32:42.335Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-11-03T23:32:42.335Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-11-03T23:32:42.906Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-11-03T23:32:42.906Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-11-03T23:32:43.477Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-11-03T23:32:44.047Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-11-03T23:32:44.618Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-11-03T23:32:45.189Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-11-03T23:32:45.189Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-11-03T23:32:45.449Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-11-03T23:32:46.391Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-11-03T23:32:47.332Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-11-03T23:32:47.847Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41604/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-03T23:32:48.718Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-11-03T23:32:48.790Z] + make clean [2020-11-03T23:32:49.289Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-11-03T23:32:49.551Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-11-03T23:32:50.122Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-11-03T23:32:50.707Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-11-03T23:32:50.976Z] docker volume rm -f docker-dev-cache [2020-11-03T23:32:50.977Z] docker-dev-cache [2020-11-03T23:32:51.026Z] --- PASS: TestInfoAPIWarnings (16.32s) [2020-11-03T23:32:51.026Z] === RUN TestInfoDebug [2020-11-03T23:32:51.026Z] --- PASS: TestInfoDebug (0.54s) [2020-11-03T23:32:51.026Z] === RUN TestInfoInsecureRegistries [2020-11-03T23:32:51.026Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-11-03T23:32:51.026Z] === RUN TestInfoRegistryMirrors [2020-11-03T23:32:51.026Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-11-03T23:32:51.026Z] === RUN TestLoginFailsWithBadCredentials [2020-11-03T23:32:51.026Z] --- PASS: TestLoginFailsWithBadCredentials (0.33s) [2020-11-03T23:32:51.026Z] === RUN TestPingCacheHeaders [2020-11-03T23:32:51.026Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-11-03T23:32:51.026Z] === RUN TestPingGet [2020-11-03T23:32:51.026Z] --- PASS: TestPingGet (0.02s) [2020-11-03T23:32:51.026Z] === RUN TestPingHead [2020-11-03T23:32:51.026Z] --- PASS: TestPingHead (0.03s) [2020-11-03T23:32:51.026Z] === RUN TestVersion [2020-11-03T23:32:51.026Z] --- PASS: TestVersion (0.03s) [2020-11-03T23:32:51.026Z] PASS [2020-11-03T23:32:51.026Z] [2020-11-03T23:32:51.026Z] === Skipped [2020-11-03T23:32:51.026Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-03T23:32:51.026Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-03T23:32:51.026Z] [2020-11-03T23:32:51.026Z] [2020-11-03T23:32:51.026Z] DONE 18 tests, 1 skipped in 21.249s [2020-11-03T23:32:51.026Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-11-03T23:32:51.026Z] ++ 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-03T23:32:51.026Z] ++ set -e [2020-11-03T23:32:51.026Z] ++ '[' -n 0 ']' [2020-11-03T23:32:51.026Z] ++ set -x [2020-11-03T23:32:51.027Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03T23:32:51.027Z] INFO: Testing against a local daemon [2020-11-03T23:32:51.027Z] === RUN TestVolumesCreateAndList [2020-11-03T23:32:51.027Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-11-03T23:32:51.027Z] === RUN TestVolumesRemove [2020-11-03T23:32:51.027Z] --- PASS: TestVolumesRemove (0.06s) [2020-11-03T23:32:51.027Z] === RUN TestVolumesInspect [2020-11-03T23:32:51.027Z] --- PASS: TestVolumesInspect (0.02s) [2020-11-03T23:32:51.027Z] === RUN TestVolumesInvalidJSON [2020-11-03T23:32:51.027Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-03T23:32:51.027Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-03T23:32:51.027Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-03T23:32:51.027Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-11-03T23:32:51.027Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-03T23:32:51.027Z] PASS [2020-11-03T23:32:51.027Z] [2020-11-03T23:32:51.027Z] DONE 5 tests in 0.196s [2020-11-03T23:32:51.027Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [Pipeline] deleteDir [2020-11-03T23:32:51.277Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-11-03T23:32:51.318Z] ++++ cat bundles/test-integration/docker.pid [2020-11-03T23:32:51.318Z] +++ kill 13863 [2020-11-03T23:32:52.220Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-11-03T23:32:52.353Z] +++ /etc/init.d/apparmor stop [2020-11-03T23:32:52.353Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-03T23:32:52.353Z] [2020-11-03T23:32:52.353Z] Unloading profiles will leave already running processes permanently [2020-11-03T23:32:52.353Z] unconfined, which can lead to unexpected situations. [2020-11-03T23:32:52.353Z] [2020-11-03T23:32:52.353Z] To set a process to complain mode, use the command line tool [2020-11-03T23:32:52.353Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-03T23:32:52.353Z] +++ true [2020-11-03T23:32:52.353Z] exiting test-integration [2020-11-03T23:32:52.353Z] ++ exit 0 [2020-11-03T23:32:52.353Z] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Post stage [Pipeline] junit [2020-11-03T23:32:53.927Z] Recording test results [2020-11-03T23:32:54.133Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-03T23:32:54.394Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-11-03T23:32:54.669Z] + echo Ensuring container killed. [2020-11-03T23:32:54.670Z] Ensuring container killed. [2020-11-03T23:32:54.670Z] + docker rm -vf docker-pr4 [2020-11-03T23:32:54.670Z] Error: No such container: docker-pr4 [2020-11-03T23:32:54.670Z] + true [Pipeline] sh [2020-11-03T23:32:54.965Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-11-03T23:32:55.060Z] + echo Chowning /workspace to jenkins user [2020-11-03T23:32:55.060Z] Chowning /workspace to jenkins user [2020-11-03T23:32:55.060Z] + id -u [2020-11-03T23:32:55.060Z] + id -g [2020-11-03T23:32:55.060Z] + docker run --rm -v /home/docker/workspace/moby_PR-41604:/workspace busybox chown -R 1001:1001 /workspace [2020-11-03T23:32:55.060Z] Unable to find image 'busybox:latest' locally [2020-11-03T23:32:55.351Z] latest: Pulling from library/busybox [2020-11-03T23:32:55.644Z] a72ff6653ea1: Pulling fs layer [2020-11-03T23:32:55.644Z] a72ff6653ea1: Verifying Checksum [2020-11-03T23:32:55.644Z] a72ff6653ea1: Download complete [2020-11-03T23:32:55.939Z] a72ff6653ea1: Pull complete [2020-11-03T23:32:55.939Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-11-03T23:32:55.939Z] Status: Downloaded newer image for busybox:latest [2020-11-03T23:32:56.349Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-11-03T23:32:57.289Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-03T23:32:57.850Z] + bundleName=ppc64le-integration [2020-11-03T23:32:57.850Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-11-03T23:32:57.850Z] Creating ppc64le-integration-bundles.tar.gz [2020-11-03T23:32:57.850Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name+ *.log -o -name *.prof -oxargs -name tar *-report.xml -czf ) ppc64le-integration-bundles.tar.gz -print [2020-11-03T23:32:57.850Z] [Pipeline] archiveArtifacts [2020-11-03T23:32:57.894Z] Archiving artifacts [2020-11-03T23:32:58.324Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41604/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-03T23:32:58.714Z] + make clean [2020-11-03T23:32:59.007Z] make: command: Command not found [2020-11-03T23:32:59.007Z] make: command: Command not found [2020-11-03T23:32:59.007Z] docker volume rm -f docker-dev-cache [2020-11-03T23:32:59.007Z] docker-dev-cache [Pipeline] deleteDir [2020-11-03T23:32:59.201Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-11-03T23:32:59.774Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-11-03T23:33:00.346Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-11-03T23:33:00.346Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-11-03T23:33:00.346Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-11-03T23:33:00.922Z] === RUN TestDockerSuite/TestRunDNSInHostMode [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-03T23:33:02.837Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-11-03T23:33:03.781Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-11-03T23:33:05.697Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-11-03T23:33:05.958Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-11-03T23:33:07.342Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-11-03T23:33:07.603Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-11-03T23:33:07.603Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-11-03T23:33:08.174Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-11-03T23:33:09.560Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-11-03T23:33:09.560Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-11-03T23:33:09.820Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-11-03T23:33:10.762Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-11-03T23:33:11.026Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-11-03T23:33:11.616Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-11-03T23:33:11.616Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-11-03T23:33:12.189Z] === RUN TestDockerSuite/TestRunEnvironment [2020-11-03T23:33:12.761Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-11-03T23:33:13.333Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-11-03T23:33:13.905Z] === RUN TestDockerSuite/TestRunExitCode [2020-11-03T23:33:14.165Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-11-03T23:33:14.736Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-11-03T23:33:15.309Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-11-03T23:33:15.881Z] === RUN TestDockerSuite/TestRunExposePort [2020-11-03T23:33:15.881Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-11-03T23:33:16.453Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-11-03T23:33:16.714Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-11-03T23:33:18.099Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-11-03T23:33:18.099Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-03T23:33:18.099Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-11-03T23:33:21.401Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-11-03T23:33:21.401Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-11-03T23:33:24.699Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-11-03T23:33:29.985Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-11-03T23:33:31.369Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-11-03T23:33:32.310Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-11-03T23:33:33.697Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-11-03T23:33:33.957Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-11-03T23:33:34.529Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-11-03T23:33:34.529Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-11-03T23:33:34.529Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-11-03T23:33:34.529Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-11-03T23:33:35.485Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-11-03T23:33:36.870Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-11-03T23:33:37.813Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-11-03T23:33:38.756Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-11-03T23:33:40.141Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-11-03T23:33:40.142Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-11-03T23:33:42.685Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-11-03T23:33:45.991Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-11-03T23:33:45.991Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-11-03T23:33:46.252Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-11-03T23:33:46.825Z] === RUN TestDockerSuite/TestRunModeHostname [2020-11-03T23:33:47.767Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-11-03T23:33:47.767Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-11-03T23:33:48.029Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-11-03T23:33:49.413Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-11-03T23:33:49.675Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-11-03T23:33:50.246Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-11-03T23:33:51.632Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-11-03T23:33:51.632Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-11-03T23:33:51.893Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-11-03T23:33:52.837Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-11-03T23:33:53.781Z] === RUN TestDockerSuite/TestRunMount [2020-11-03T23:33:57.988Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-11-03T23:33:57.988Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-11-03T23:33:58.597Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-11-03T23:33:59.539Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-11-03T23:34:00.922Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-11-03T23:34:02.834Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-11-03T23:34:04.218Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-11-03T23:34:05.602Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-11-03T23:34:06.546Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-11-03T23:34:07.486Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-11-03T23:34:07.486Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-11-03T23:34:08.057Z] === RUN TestDockerSuite/TestRunNetHost [2020-11-03T23:34:08.629Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-11-03T23:34:09.200Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-11-03T23:34:09.463Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-11-03T23:34:10.848Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-11-03T23:34:12.232Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-11-03T23:34:13.616Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-11-03T23:34:16.162Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-11-03T23:34:16.162Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-11-03T23:34:16.422Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-11-03T23:34:16.993Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-11-03T23:34:17.254Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-11-03T23:34:17.828Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-11-03T23:34:18.399Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-11-03T23:34:18.399Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-11-03T23:34:18.971Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-11-03T23:34:23.188Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-11-03T23:34:24.574Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-11-03T23:34:24.574Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-11-03T23:34:25.145Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-11-03T23:34:25.405Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-11-03T23:34:25.667Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-11-03T23:34:27.053Z] === RUN TestDockerSuite/TestRunPortInUse [2020-11-03T23:34:27.626Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-11-03T23:34:28.197Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-11-03T23:34:28.768Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-11-03T23:34:29.029Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-11-03T23:34:29.600Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-11-03T23:34:29.862Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-03T23:34:29.862Z] === RUN TestDockerSuite/TestRunPublishPort [2020-11-03T23:34:30.434Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-11-03T23:34:30.696Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-11-03T23:34:30.696Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-11-03T23:34:31.268Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-11-03T23:34:32.210Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-11-03T23:34:32.210Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-11-03T23:34:34.754Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-11-03T23:34:35.325Z] === RUN TestDockerSuite/TestRunRm [2020-11-03T23:34:35.897Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-11-03T23:34:37.861Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-11-03T23:34:39.245Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-11-03T23:34:40.188Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-11-03T23:34:40.760Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-11-03T23:34:40.760Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-11-03T23:34:42.145Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-11-03T23:34:43.089Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-11-03T23:34:44.030Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-11-03T23:34:45.947Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-11-03T23:34:46.890Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-11-03T23:34:49.438Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-11-03T23:34:49.699Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-11-03T23:34:49.960Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-11-03T23:34:50.221Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-11-03T23:34:50.792Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-11-03T23:34:51.053Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-11-03T23:34:51.627Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-11-03T23:34:52.199Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-11-03T23:34:53.141Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-11-03T23:34:53.141Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-11-03T23:34:53.402Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-11-03T23:34:53.975Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-11-03T23:34:55.891Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-11-03T23:34:56.462Z] === RUN TestDockerSuite/TestRunState [2020-11-03T23:34:57.850Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-11-03T23:34:58.112Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-11-03T23:34:58.372Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-11-03T23:34:58.945Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-11-03T23:34:59.206Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-11-03T23:34:59.206Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-11-03T23:34:59.778Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-11-03T23:35:00.742Z] === RUN TestDockerSuite/TestRunSysctls [2020-11-03T23:35:01.004Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-11-03T23:35:01.575Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-11-03T23:35:01.837Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-11-03T23:35:01.837Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-11-03T23:35:02.409Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-11-03T23:35:04.328Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-11-03T23:35:04.900Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-11-03T23:35:06.285Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-11-03T23:35:07.227Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-11-03T23:35:09.141Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-11-03T23:35:12.439Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-11-03T23:35:12.439Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-11-03T23:35:12.699Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-11-03T23:35:13.271Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-11-03T23:35:13.844Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-11-03T23:35:15.757Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-11-03T23:35:16.699Z] === RUN TestDockerSuite/TestRunUserByID [2020-11-03T23:35:16.959Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-11-03T23:35:16.959Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-11-03T23:35:17.220Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-11-03T23:35:17.790Z] === RUN TestDockerSuite/TestRunUserByName [2020-11-03T23:35:18.051Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-11-03T23:35:18.622Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-11-03T23:35:18.622Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-11-03T23:35:18.622Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-11-03T23:35:19.193Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-11-03T23:35:21.747Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-11-03T23:35:22.319Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-11-03T23:35:22.894Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-11-03T23:35:24.276Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-11-03T23:35:25.220Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-11-03T23:35:25.481Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-11-03T23:35:26.868Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-11-03T23:35:28.783Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-11-03T23:35:29.044Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-11-03T23:35:29.615Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-11-03T23:35:30.187Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-11-03T23:35:31.130Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-11-03T23:35:31.130Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-11-03T23:35:31.130Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-11-03T23:35:31.130Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-11-03T23:35:31.390Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-11-03T23:35:31.390Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-11-03T23:35:31.652Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-11-03T23:35:32.594Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-11-03T23:35:32.594Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-11-03T23:35:33.537Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-11-03T23:35:34.110Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-11-03T23:35:35.053Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-11-03T23:35:35.053Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-11-03T23:35:35.625Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-11-03T23:35:35.625Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-11-03T23:35:35.625Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-11-03T23:35:35.625Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-11-03T23:35:35.625Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-11-03T23:35:35.625Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-11-03T23:35:35.625Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-11-03T23:35:35.625Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-11-03T23:35:35.625Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-11-03T23:35:35.625Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-11-03T23:35:35.625Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-11-03T23:35:36.198Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-11-03T23:35:36.770Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-11-03T23:35:37.343Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-11-03T23:35:37.343Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-11-03T23:35:38.286Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-11-03T23:35:38.286Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-11-03T23:35:38.856Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-11-03T23:35:38.856Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-11-03T23:35:39.117Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-11-03T23:35:40.061Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-11-03T23:35:40.061Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-11-03T23:35:40.061Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-11-03T23:35:40.061Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-11-03T23:35:40.322Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-11-03T23:35:41.724Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-11-03T23:35:42.300Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-11-03T23:35:42.300Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-11-03T23:35:42.872Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-11-03T23:35:42.872Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-11-03T23:35:42.872Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-11-03T23:35:43.813Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-11-03T23:35:44.385Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-11-03T23:35:46.300Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-11-03T23:35:46.560Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-11-03T23:35:46.560Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-11-03T23:35:46.560Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-11-03T23:35:47.502Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-11-03T23:35:48.073Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-11-03T23:35:49.015Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-11-03T23:35:49.015Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-11-03T23:35:49.958Z] === RUN TestDockerSuite/TestSaveImageId [2020-11-03T23:35:50.219Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-11-03T23:35:50.481Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-11-03T23:35:51.869Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-11-03T23:35:51.869Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-11-03T23:35:52.812Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-11-03T23:35:52.812Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-11-03T23:35:52.812Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-11-03T23:35:54.196Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-11-03T23:35:55.137Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-11-03T23:35:55.707Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-11-03T23:35:55.707Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-11-03T23:35:55.707Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-11-03T23:35:55.708Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-11-03T23:35:55.969Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-11-03T23:35:56.230Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-11-03T23:35:58.144Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-11-03T23:36:03.430Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-11-03T23:36:04.820Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-11-03T23:36:05.407Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-11-03T23:36:06.348Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-11-03T23:36:08.888Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-11-03T23:36:09.149Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-11-03T23:36:11.062Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-11-03T23:36:11.634Z] === RUN TestDockerSuite/TestStartRecordError [2020-11-03T23:36:13.018Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-11-03T23:36:13.961Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-11-03T23:36:15.345Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-11-03T23:36:17.886Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-11-03T23:36:22.088Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-11-03T23:36:22.348Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-11-03T23:36:24.891Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-11-03T23:36:24.891Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-11-03T23:36:29.096Z] === RUN TestDockerSuite/TestStatsNoStream [2020-11-03T23:36:31.649Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-11-03T23:36:33.563Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-11-03T23:36:34.136Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-11-03T23:36:34.707Z] === RUN TestDockerSuite/TestTopPrivileged [2020-11-03T23:36:34.967Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-11-03T23:36:34.967Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-11-03T23:36:35.538Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-11-03T23:36:38.085Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-11-03T23:36:41.384Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-11-03T23:36:41.646Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-11-03T23:36:41.646Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-11-03T23:36:42.217Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-11-03T23:36:42.217Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-11-03T23:36:43.160Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-11-03T23:36:44.102Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-11-03T23:36:44.672Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-11-03T23:36:44.672Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-11-03T23:36:45.616Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-11-03T23:36:46.560Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-11-03T23:36:46.560Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-11-03T23:36:47.132Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-11-03T23:36:48.518Z] === RUN TestDockerSuite/TestUpdateStats [2020-11-03T23:36:52.721Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-11-03T23:36:52.982Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-11-03T23:36:52.982Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-11-03T23:36:53.923Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-11-03T23:36:54.184Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-11-03T23:36:56.757Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-11-03T23:36:59.301Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-11-03T23:37:01.212Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-11-03T23:37:02.598Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-11-03T23:37:05.145Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-11-03T23:37:06.088Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-11-03T23:37:08.004Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-11-03T23:37:09.387Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-11-03T23:37:10.777Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-11-03T23:37:11.720Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-11-03T23:37:12.663Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-11-03T23:37:14.046Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-11-03T23:37:14.310Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-11-03T23:37:16.225Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-11-03T23:37:16.796Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-11-03T23:37:17.737Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-11-03T23:37:19.686Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-11-03T23:37:20.627Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-11-03T23:37:32.853Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-11-03T23:37:36.152Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-11-03T23:37:36.152Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-11-03T23:37:36.152Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-11-03T23:37:36.413Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-11-03T23:37:36.413Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-11-03T23:37:36.413Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-11-03T23:37:36.413Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-11-03T23:37:36.985Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-11-03T23:37:36.985Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-11-03T23:37:37.555Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-11-03T23:37:37.555Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-11-03T23:37:37.555Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-11-03T23:37:37.819Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-11-03T23:37:37.819Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-11-03T23:37:39.202Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-11-03T23:37:39.202Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-11-03T23:37:39.462Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-11-03T23:37:39.462Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-11-03T23:37:39.462Z] === RUN TestDockerSuite/TestVolumeEvents [2020-11-03T23:37:46.044Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-11-03T23:37:46.615Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-11-03T23:37:46.615Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-11-03T23:37:46.615Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-11-03T23:37:48.526Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-11-03T23:37:51.071Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite (1355.10s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.07s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.14s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.67s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.73s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.21s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.69s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.58s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.04s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.03s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.08s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.17s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.98s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.94s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.08s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.13s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.73s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.92s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.94s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.86s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.08s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.82s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAttachDetach (1.15s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.89s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.05s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.83s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.89s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.14s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.93s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.08s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.19s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.08s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.87s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.63s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.62s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.36s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.20s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.83s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.06s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.71s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.82s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.15s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.83s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s) [2020-11-03T23:37:51.071Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.84s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.94s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.35s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.01s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.32s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.21s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.32s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.24s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.05s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.61s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.98s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.36s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.29s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.01s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.38s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.31s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.27s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.39s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.47s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.01s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.21s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.74s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.75s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.27s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.91s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.60s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.98s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.42s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (2.72s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.39s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.48s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.58s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.15s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.29s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.20s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.31s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.01s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.93s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.25s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.15s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.59s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.80s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.41s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.30s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.97s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.39s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCmd (0.57s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.54s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.46s) [2020-11-03T23:37:51.072Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-11-03T23:37:51.072Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.69s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.37s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.12s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildContChar (2.49s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.78s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.32s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.33s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.68s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.36s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.04s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.36s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.76s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.35s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.94s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.32s) [2020-11-03T23:37:51.072Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-11-03T23:37:51.072Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.072Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-11-03T23:37:51.072Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.072Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-11-03T23:37:51.072Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.072Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-11-03T23:37:51.072Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (4.30s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.15s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.85s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.75s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.54s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.64s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.64s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.38s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.90s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.83s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.37s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.35s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.25s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.52s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.59s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.23s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.10s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.25s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.30s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.37s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.43s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.91s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.43s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.45s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.63s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.16s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (3.91s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.50s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.47s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.95s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.43s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.50s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.60s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.99s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.62s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEnv (1.45s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.41s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.14s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.05s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.35s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.58s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.20s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.80s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.70s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.57s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.66s) [2020-11-03T23:37:51.072Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-11-03T23:37:51.072Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.39s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.49s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildExpose (0.36s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.70s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.52s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.35s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildFails (0.74s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.08s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.10s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.71s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.55s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.33s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.37s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.87s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.70s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.67s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.21s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.26s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.25s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (0.92s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildHistory (3.94s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.43s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.24s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.67s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.41s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.57s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildLabel (0.30s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.28s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.31s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.21s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildLabels (0.31s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.96s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.24s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.46s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.62s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.19s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.17s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.14s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.27s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.29s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.48s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.68s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.32s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.38s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.18s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.48s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.82s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.98s) [2020-11-03T23:37:51.072Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-11-03T23:37:51.072Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.25s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.33s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.47s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.23s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.61s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.47s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.81s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.74s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.30s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.51s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.10s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.38s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.42s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.63s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.76s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.54s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.21s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.53s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.11s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.36s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.48s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.55s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.80s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildPATH (1.84s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.60s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.81s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.80s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.11s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.52s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildRm (2.38s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.74s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.09s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.37s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.41s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.15s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.90s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.02s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.07s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.09s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.31s) [2020-11-03T23:37:51.072Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-11-03T23:37:51.072Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.30s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.65s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildStderr (0.69s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.18s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.98s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.80s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.42s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.72s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.88s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildUser (1.19s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.21s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.65s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.73s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.32s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.88s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.82s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.25s) [2020-11-03T23:37:51.072Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-11-03T23:37:51.072Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.072Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s) [2020-11-03T23:37:51.072Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.072Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-11-03T23:37:51.072Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.072Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-11-03T23:37:51.072Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.56s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.80s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.92s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.15s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.13s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.95s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.31s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.93s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.40s) [2020-11-03T23:37:51.072Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.63s) [2020-11-03T23:37:51.072Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-11-03T23:37:51.073Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.96s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.45s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.06s) [2020-11-03T23:37:51.073Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-11-03T23:37:51.073Z] docker_cli_sni_test.go:18: Flakey test [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.60s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.74s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCommitChange (0.98s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.92s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.22s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.15s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.75s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCommitTTY (1.27s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.60s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.23s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.78s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.14s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.27s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.60s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.99s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.99s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.79s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.79s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.82s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.51s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.12s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.76s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.81s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.94s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.19s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.59s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.53s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.62s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.60s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.47s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.70s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.78s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.64s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.06s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.58s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (0.99s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.25s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.53s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.30s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.73s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.74s) [2020-11-03T23:37:51.073Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-11-03T23:37:51.073Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.63s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.61s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.89s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.32s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.76s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.09s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.08s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.20s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.32s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.32s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.40s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.32s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000caae00_} (1.31s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1751135049_/foo_false____} (1.32s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1751135049_/foo_true____} (1.44s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3921606164_/foo_false____} (1.44s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3921606164_/foo_true____} (1.31s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3921606164_/foo_true__0xc000caae60__} (1.51s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000caae80_} (1.49s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000caaea0_} (1.65s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000caaec0_} (1.31s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000caaee0_} (1.35s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.17s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.21s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.78s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.21s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.84s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.01s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.16s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.69s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.71s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.99s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.04s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.77s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.95s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.97s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.12s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.72s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.97s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.16s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpFromCaseI (1.15s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.92s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.34s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.85s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.58s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.57s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.89s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.97s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (1.00s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.15s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.63s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.82s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.75s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.81s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.61s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.54s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.47s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.56s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.69s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.61s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.68s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpToDot (0.71s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.09s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.23s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpToStdout (0.68s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.96s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.21s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.91s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.02s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreateArgs (0.09s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.47s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.78s) [2020-11-03T23:37:51.073Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2020-11-03T23:37:51.073Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.12s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.48s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.25s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.11s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreateRM (0.16s) [2020-11-03T23:37:51.073Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-11-03T23:37:51.073Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.08s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.10s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.38s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.46s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.46s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.05s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.64s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.06s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.49s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.93s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.47s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.44s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.81s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.61s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (0.98s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.29s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.59s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.68s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.51s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.75s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsAttach (0.66s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsCommit (0.81s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.57s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.49s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.87s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.50s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (0.94s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.12s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.19s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsCopy (1.00s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.09s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.49s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.31s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.90s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.58s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.13s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.26s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsFilters (0.91s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsFormat (0.85s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.74s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.26s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.23s) [2020-11-03T23:37:51.073Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-11-03T23:37:51.073Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-11-03T23:37:51.073Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-11-03T23:37:51.073Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.77s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.43s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsRename (0.50s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsResize (0.50s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.48s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.56s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.45s) [2020-11-03T23:37:51.073Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.83s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestEventsTop (0.98s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestEventsUntag (2.61s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.90s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExec (0.54s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.49s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.48s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.47s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.33s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.68s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.71s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.53s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.56s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.64s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.50s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.99s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecCgroup (0.88s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecEnv (0.54s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.98s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.50s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecInspectID (1.54s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecInteractive (0.59s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.61s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.50s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecParseError (0.46s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.50s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.46s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.98s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.54s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecStartFails (0.56s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.74s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.47s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecTTY (0.56s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.51s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.47s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecUlimits (0.54s) [2020-11-03T23:37:51.074Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-11-03T23:37:51.074Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.18s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.52s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.71s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.50s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestExecWithUser (0.59s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.48s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.55s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.48s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.50s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.63s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestHealth (18.86s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.54s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.56s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.30s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.70s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.66s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.57s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.52s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.61s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImportBadURL (0.05s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImportDisplay (1.13s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImportFile (1.09s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.12s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImportGzipped (1.19s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.09s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.51s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.47s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.51s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.52s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.49s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.44s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.43s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.43s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.45s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.16s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.44s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.45s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.45s) [2020-11-03T23:37:51.074Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-11-03T23:37:51.074Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.70s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.49s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectDefault (0.44s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectHistory (0.54s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2020-11-03T23:37:51.074Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-11-03T23:37:51.074Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.44s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.50s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.48s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.46s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.43s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.48s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectStatus (0.58s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.97s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.48s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.48s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.47s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.42s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.43s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.44s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.60s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.93s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.92s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.21s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.07s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.39s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.42s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.62s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.47s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.88s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (9.72s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.53s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.12s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.53s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.48s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.31s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.56s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.48s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.47s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.43s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.49s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.82s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.03s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.07s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.90s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.78s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.93s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.73s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.93s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.57s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.45s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsSince (6.50s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.55s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.46s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsTail (0.52s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.48s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.50s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.28s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.46s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestNetHostname (1.29s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.20s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.62s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.48s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.84s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPluginActive (1.57s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.87s) [2020-11-03T23:37:51.074Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-11-03T23:37:51.074Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.17s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.31s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.85s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (4.87s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.82s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.43s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.85s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.83s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPortList (6.79s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.23s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.35s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.44s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.45s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.42s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.04s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.32s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.92s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.42s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPsByOrder (1.91s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.67s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.14s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.00s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.10s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.90s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.50s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.98s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.59s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.95s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.95s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.64s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.59s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.96s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.90s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.78s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.85s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.48s) [2020-11-03T23:37:51.074Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-11-03T23:37:51.074Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.21s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.10s) [2020-11-03T23:37:51.074Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.45s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.93s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.92s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.46s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.38s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.45s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.63s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.14s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.08s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.14s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.90s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.97s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.09s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.32s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.63s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.09s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.60s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.27s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.61s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.48s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.62s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.44s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.71s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.35s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.16s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAddHost (0.64s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.26s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.53s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.04s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.78s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.30s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.45s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.74s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.70s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.85s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.88s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.60s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.61s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.59s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.49s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.61s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.85s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.94s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.46s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.46s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.43s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.33s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.46s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.47s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.47s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.44s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.51s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.53s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.44s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.45s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.75s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.58s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.72s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.47s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.50s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.48s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.05s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.45s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.93s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.90s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.16s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.63s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.54s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.51s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.49s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.44s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.09s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.03s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.56s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.36s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.09s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.52s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.59s) [2020-11-03T23:37:51.075Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-11-03T23:37:51.075Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.075Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2020-11-03T23:37:51.075Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.54s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.47s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.44s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.65s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.52s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.16s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.46s) [2020-11-03T23:37:51.075Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-11-03T23:37:51.075Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.51s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.10s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.49s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.76s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.52s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.57s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.05s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.50s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.56s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.56s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.52s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunExitCode (0.44s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.48s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.48s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.51s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunExposePort (0.04s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.60s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.45s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.97s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.26s) [2020-11-03T23:37:51.075Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-11-03T23:37:51.075Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.80s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.47s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.97s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.14s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.07s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.05s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.03s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.63s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.38s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.18s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.42s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.55s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.40s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.46s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.13s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.19s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.40s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.92s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.32s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.19s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.06s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.88s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunMount (3.75s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.45s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.46s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.89s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.29s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.09s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.37s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.51s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.97s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.90s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.45s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNetHost (0.69s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.45s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.45s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.34s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.31s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.50s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.56s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.13s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.67s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.11s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.59s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.58s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.11s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.47s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.53s) [2020-11-03T23:37:51.075Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-11-03T23:37:51.075Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.67s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.57s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.30s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.75s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.41s) [2020-11-03T23:37:51.075Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.44s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.42s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.45s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.42s) [2020-11-03T23:37:51.075Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-03T23:37:51.075Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.47s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.45s) [2020-11-03T23:37:51.075Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-11-03T23:37:51.075Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.46s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.91s) [2020-11-03T23:37:51.075Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-11-03T23:37:51.075Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.10s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.04s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunRm (0.46s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.50s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.67s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.83s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.48s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.67s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.82s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.22s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.65s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.52s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.48s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.51s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.48s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.58s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.74s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.56s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.48s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.53s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunState (1.37s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.56s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.57s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.18s) [2020-11-03T23:37:51.075Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-11-03T23:37:51.075Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.65s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.66s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunSysctls (1.17s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.07s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.03s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.54s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.04s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.48s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.30s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.95s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.93s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.58s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.55s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.68s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.74s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunUnshareProc (0.93s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunUserByID (0.46s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.12s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.11s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.46s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunUserByName (0.43s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.46s) [2020-11-03T23:37:51.075Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-11-03T23:37:51.075Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.11s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.42s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.64s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.46s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.68s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.31s) [2020-11-03T23:37:51.075Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.05s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.51s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.28s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.59s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.45s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.88s) [2020-11-03T23:37:51.076Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2020-11-03T23:37:51.076Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.076Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-11-03T23:37:51.076Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.076Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-11-03T23:37:51.076Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.34s) [2020-11-03T23:37:51.076Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2020-11-03T23:37:51.076Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.49s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.67s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.13s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.53s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.75s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.71s) [2020-11-03T23:37:51.076Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-11-03T23:37:51.076Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2020-11-03T23:37:51.076Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2020-11-03T23:37:51.076Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-11-03T23:37:51.076Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2020-11-03T23:37:51.076Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-11-03T23:37:51.076Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2020-11-03T23:37:51.076Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-11-03T23:37:51.076Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-11-03T23:37:51.076Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-11-03T23:37:51.076Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-11-03T23:37:51.076Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.47s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.57s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.68s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.60s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.46s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.48s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.69s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.49s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.20s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.72s) [2020-11-03T23:37:51.076Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-11-03T23:37:51.076Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.39s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.10s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.45s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.79s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.44s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.68s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.68s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.78s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.17s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSaveImageId (0.09s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.41s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.25s) [2020-11-03T23:37:51.076Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents858860510 [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (0.96s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.13s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.14s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.41s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.10s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.45s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.02s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.01s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.48s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.71s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.88s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.65s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.98s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.76s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestStartRecordError (1.06s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.12s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.21s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.49s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.94s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.64s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.50s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.61s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.68s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.53s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.51s) [2020-11-03T23:37:51.076Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-11-03T23:37:51.076Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.49s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.52s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.96s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.72s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.55s) [2020-11-03T23:37:51.076Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-11-03T23:37:51.076Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.75s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.51s) [2020-11-03T23:37:51.076Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2020-11-03T23:37:51.076Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.17s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.85s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.64s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.32s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUpdateStats (3.65s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.89s) [2020-11-03T23:37:51.076Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-11-03T23:37:51.076Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.64s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.57s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.33s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.28s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.07s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.58s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.31s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.13s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.46s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.37s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.94s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.92s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.61s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.66s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.77s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.69s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.35s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.43s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.07s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.50s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.57s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.02s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.49s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.39s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.53s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.76s) [2020-11-03T23:37:51.076Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.34s) [2020-11-03T23:37:51.076Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2020-11-03T23:37:51.076Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-11-03T23:37:51.076Z] === RUN TestDockerRegistrySuite [2020-11-03T23:37:51.076Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-11-03T23:37:51.076Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-11-03T23:37:52.023Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-11-03T23:37:53.411Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-11-03T23:37:54.795Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-11-03T23:37:54.795Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-11-03T23:37:58.096Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-11-03T23:37:59.037Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-11-03T23:38:00.424Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-11-03T23:38:03.725Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-11-03T23:38:05.111Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-11-03T23:38:05.682Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-11-03T23:38:06.624Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-11-03T23:38:08.009Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-11-03T23:38:08.950Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-11-03T23:38:09.893Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-11-03T23:38:10.835Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-11-03T23:38:12.749Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-11-03T23:38:14.662Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-11-03T23:38:15.604Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-11-03T23:38:17.534Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-11-03T23:38:18.474Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-11-03T23:38:18.475Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-11-03T23:38:19.416Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-11-03T23:38:20.357Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-11-03T23:38:21.299Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-11-03T23:38:23.844Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-11-03T23:38:23.844Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-11-03T23:38:24.787Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-11-03T23:38:25.047Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-11-03T23:38:25.308Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-11-03T23:38:25.569Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-11-03T23:38:25.830Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-11-03T23:38:26.090Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-11-03T23:38:26.350Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-11-03T23:38:27.292Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-11-03T23:38:28.679Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-11-03T23:38:29.620Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-11-03T23:38:30.561Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-11-03T23:38:31.502Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-11-03T23:38:32.071Z] --- PASS: TestDockerRegistrySuite (41.44s) [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.34s) [2020-11-03T23:38:32.072Z] check_test.go:196: [db3fa99ae4fc0] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.43s) [2020-11-03T23:38:32.072Z] check_test.go:196: [dfaa9e6876d5c] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.24s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d8c172541d978] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2020-11-03T23:38:32.072Z] check_test.go:196: [dcae425204af1] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.65s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d1141110ed2c2] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (2.90s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d176e7348e619] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.43s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d0ad5b6854c00] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.99s) [2020-11-03T23:38:32.072Z] check_test.go:196: [dd7bd5888c73a] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.89s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d35f1819f0257] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.00s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d597af4ef5db6] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.06s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d0a4fb5d4ba03] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.11s) [2020-11-03T23:38:32.072Z] check_test.go:196: [dcd42b95660d8] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.96s) [2020-11-03T23:38:32.072Z] check_test.go:196: [df1e8f1f4bc85] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.94s) [2020-11-03T23:38:32.072Z] check_test.go:196: [defb2e42807f4] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.73s) [2020-11-03T23:38:32.072Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:44bce5a4c94185b3454f9fef7be42b62cdf8bd27ca336600c1ae67edf9d8c0ea [2020-11-03T23:38:32.072Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:1ece5dedc3c31285d0c8ca7626a444d1cf36a3702d1748ad1fd328c213a17c6e [2020-11-03T23:38:32.072Z] check_test.go:196: [d93e3219f3621] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.85s) [2020-11-03T23:38:32.072Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c9b2dc2da404bb4c37fdfac6181ee68482346999f91a1f4a88b66481cd8cfb14 [2020-11-03T23:38:32.072Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e02883f30964edfe9aac5b3ff3f5b258280bd9ba6cb175379225b5850a5aab8c [2020-11-03T23:38:32.072Z] check_test.go:196: [dea8c3f526a88] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.04s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d785c6d850dae] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.07s) [2020-11-03T23:38:32.072Z] check_test.go:196: [dccc9c6de2530] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.94s) [2020-11-03T23:38:32.072Z] check_test.go:196: [dd693fc9377e1] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-11-03T23:38:32.072Z] check_test.go:196: [dae5b0239d7e1] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.92s) [2020-11-03T23:38:32.072Z] check_test.go:196: [da8db459211fd] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.84s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d31705d80a94a] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.84s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d596e8628a645] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.34s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d43e65efb7eff] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s) [2020-11-03T23:38:32.072Z] check_test.go:196: [dffe8724bcab1] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.95s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d82d1389e5da1] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.36s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d88f37ee9416d] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-11-03T23:38:32.072Z] check_test.go:196: [dd6da55f1a8fe] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s) [2020-11-03T23:38:32.072Z] check_test.go:196: [dc385338c825d] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d7e88d62e0c7c] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2020-11-03T23:38:32.072Z] check_test.go:196: [df0b63005167e] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d44b140e60efa] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.02s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d572e32cae3c1] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.42s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d2455457c9635] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.77s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d82534b135cfe] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.94s) [2020-11-03T23:38:32.072Z] check_test.go:196: [d81e21b9a9bd4] daemon is not started [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.93s) [2020-11-03T23:38:32.072Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.75s) [2020-11-03T23:38:32.072Z] === RUN TestDockerSchema1RegistrySuite [2020-11-03T23:38:32.072Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-11-03T23:38:32.332Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-11-03T23:38:35.631Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-11-03T23:38:38.184Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-11-03T23:38:40.726Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-11-03T23:38:41.667Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-11-03T23:38:42.608Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-11-03T23:38:42.608Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-11-03T23:38:43.549Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-11-03T23:38:44.490Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-11-03T23:38:45.431Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-11-03T23:38:47.975Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-11-03T23:38:48.235Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-11-03T23:38:48.806Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-11-03T23:38:48.806Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-11-03T23:38:49.066Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-11-03T23:38:49.326Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-11-03T23:38:49.898Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite (17.75s) [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.25s) [2020-11-03T23:38:49.898Z] check_test.go:223: [db16caf87915f] daemon is not started [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.72s) [2020-11-03T23:38:49.898Z] check_test.go:223: [dc9bf20e115cb] daemon is not started [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (2.76s) [2020-11-03T23:38:49.898Z] check_test.go:223: [d74c77c090163] daemon is not started [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.83s) [2020-11-03T23:38:49.898Z] check_test.go:223: [d8556fa80d54e] daemon is not started [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.95s) [2020-11-03T23:38:49.898Z] check_test.go:223: [dcaa9e01cac58] daemon is not started [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.98s) [2020-11-03T23:38:49.898Z] check_test.go:223: [d7dbfb041a02f] daemon is not started [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-11-03T23:38:49.898Z] check_test.go:223: [d9bcab060726a] daemon is not started [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.94s) [2020-11-03T23:38:49.898Z] check_test.go:223: [d1069ff52f23b] daemon is not started [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.86s) [2020-11-03T23:38:49.898Z] check_test.go:223: [dac7b71e80163] daemon is not started [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.95s) [2020-11-03T23:38:49.898Z] check_test.go:223: [d179b6f3a8c54] daemon is not started [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.43s) [2020-11-03T23:38:49.898Z] check_test.go:223: [d24b4bb93deee] daemon is not started [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.41s) [2020-11-03T23:38:49.898Z] check_test.go:223: [df77e3bef2e64] daemon is not started [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s) [2020-11-03T23:38:49.898Z] check_test.go:223: [dc5170eaad60e] daemon is not started [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.13s) [2020-11-03T23:38:49.898Z] check_test.go:223: [dcab86f8bc686] daemon is not started [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2020-11-03T23:38:49.898Z] check_test.go:223: [d5e2e0e175a9e] daemon is not started [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.25s) [2020-11-03T23:38:49.898Z] check_test.go:223: [da24429843ecc] daemon is not started [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.38s) [2020-11-03T23:38:49.898Z] check_test.go:223: [dd0580a9a7968] daemon is not started [2020-11-03T23:38:49.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-11-03T23:38:49.898Z] check_test.go:223: [ddc0c211c86b7] daemon is not started [2020-11-03T23:38:49.898Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-11-03T23:38:49.898Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-11-03T23:38:50.840Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-11-03T23:38:51.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-11-03T23:38:51.361Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-11-03T23:38:52.302Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-11-03T23:38:52.562Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-11-03T23:38:53.134Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-11-03T23:38:53.395Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-11-03T23:38:53.657Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.82s) [2020-11-03T23:38:53.657Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.82s) [2020-11-03T23:38:53.657Z] check_test.go:252: [de5efe8cf9c20] daemon is not started [2020-11-03T23:38:53.657Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.49s) [2020-11-03T23:38:53.657Z] check_test.go:252: [db3fbf51e01cb] daemon is not started [2020-11-03T23:38:53.657Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2020-11-03T23:38:53.657Z] check_test.go:252: [d2d47c70744bc] daemon is not started [2020-11-03T23:38:53.657Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.09s) [2020-11-03T23:38:53.657Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2020-11-03T23:38:53.657Z] check_test.go:252: [da746b566bb0c] daemon is not started [2020-11-03T23:38:53.657Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.37s) [2020-11-03T23:38:53.657Z] check_test.go:252: [dd37b9d26863c] daemon is not started [2020-11-03T23:38:53.657Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.51s) [2020-11-03T23:38:53.657Z] check_test.go:252: [d6b2c3c37bed0] daemon is not started [2020-11-03T23:38:53.657Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-11-03T23:38:53.657Z] check_test.go:252: [da222ff73180d] daemon is not started [2020-11-03T23:38:53.657Z] === RUN TestDockerRegistryAuthTokenSuite [2020-11-03T23:38:53.657Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-11-03T23:38:58.938Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-11-03T23:38:58.938Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-11-03T23:38:59.198Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-11-03T23:38:59.198Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-11-03T23:38:59.458Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2020-11-03T23:38:59.458Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2020-11-03T23:38:59.458Z] check_test.go:279: [dd8977eb11c00] daemon is not started [2020-11-03T23:38:59.458Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-11-03T23:38:59.458Z] check_test.go:279: [d8b1584c51452] daemon is not started [2020-11-03T23:38:59.458Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-11-03T23:38:59.458Z] check_test.go:279: [d020d85d13f91] daemon is not started [2020-11-03T23:38:59.458Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-11-03T23:38:59.458Z] check_test.go:279: [d4c7432a94422] daemon is not started [2020-11-03T23:38:59.458Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2020-11-03T23:38:59.458Z] check_test.go:279: [d74e38657a816] daemon is not started [2020-11-03T23:38:59.458Z] === RUN TestDockerNetworkSuite [2020-11-03T23:38:59.458Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-11-03T23:39:01.370Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-11-03T23:39:01.947Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-11-03T23:39:05.246Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-11-03T23:39:06.630Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-11-03T23:39:09.173Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-11-03T23:39:10.559Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-11-03T23:39:15.848Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-11-03T23:39:18.391Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-11-03T23:39:19.332Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-11-03T23:39:19.903Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-11-03T23:39:20.163Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-11-03T23:39:21.105Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-11-03T23:39:22.048Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-11-03T23:39:22.309Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-11-03T23:39:22.570Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-11-03T23:39:23.511Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-11-03T23:39:23.511Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-11-03T23:39:23.511Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-11-03T23:39:23.772Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-11-03T23:39:24.343Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-11-03T23:39:25.284Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-11-03T23:39:25.545Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-11-03T23:39:25.806Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-11-03T23:39:25.806Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-11-03T23:39:28.359Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-11-03T23:39:30.270Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-11-03T23:39:36.853Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-11-03T23:39:36.853Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-11-03T23:39:36.853Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-11-03T23:39:37.114Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-11-03T23:39:37.114Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-11-03T23:39:37.375Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-11-03T23:39:37.375Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-11-03T23:39:37.375Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-11-03T23:39:39.922Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-11-03T23:39:39.922Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-11-03T23:39:39.922Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-11-03T23:39:40.862Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-11-03T23:39:44.160Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-11-03T23:39:47.458Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-11-03T23:39:47.458Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-11-03T23:39:48.028Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-11-03T23:39:49.941Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-11-03T23:39:49.941Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-11-03T23:39:50.203Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-11-03T23:39:50.777Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-11-03T23:39:51.719Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite (57.86s) [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.85s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [db8afcff46bd5] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.73s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d792bafb11d91] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.91s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d3e812f5c9fb8] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.84s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d9a2ac6b30244] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.54s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:1233: [d2c0de07ec886] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.36s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [df0b880402439] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.24s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d1e4d71cd225e] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.30s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [de51871e5a471] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.17s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d3d9c56d46419] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.48s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d164105c45c7f] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.40s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d81e24c832381] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.89s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [daa58c143ec6e] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.88s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d8ec48ef58c4d] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.18s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [dbd08484e4fbe] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.36s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [dde98d605f689] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.79s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d09765ccbec3f] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [ddee8a31973c3] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.05s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d4cf34eae58c6] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.15s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d36ffa4cf1c08] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.71s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d897372994a56] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (0.98s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d9cdb7ed679d1] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [dfcabcd7d94e2] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.27s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d18f3e7166a18] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d435bf4425410] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.41s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:968: [dc1cc6fea5a33] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.74s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d0848c49ea88f] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.94s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:1116: [d978622c5abb7] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.19s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d3f330d0877f9] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.81s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d339c7755aac1] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d59870d5d5fbb] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d50de55cbf706] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [dfe84a00aa07e] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d977e95e29f65] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [df08f21e6c4a6] daemon is not started [2020-11-03T23:39:58.313Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.49s) [2020-11-03T23:39:58.313Z] docker_cli_network_unix_test.go:46: [d1a354f938a7f] daemon is not started [2020-11-03T23:39:58.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2020-11-03T23:39:58.314Z] docker_cli_network_unix_test.go:46: [d10801c7dfcb0] daemon is not started [2020-11-03T23:39:58.314Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-11-03T23:39:58.314Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-11-03T23:39:58.314Z] docker_cli_network_unix_test.go:46: [d409faff4cec4] daemon is not started [2020-11-03T23:39:58.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.76s) [2020-11-03T23:39:58.314Z] docker_cli_network_unix_test.go:46: [d6eb0856c68b6] daemon is not started [2020-11-03T23:39:58.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.38s) [2020-11-03T23:39:58.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.01s) [2020-11-03T23:39:58.314Z] docker_cli_network_unix_test.go:1084: [db77b621ef129] daemon is not started [2020-11-03T23:39:58.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.11s) [2020-11-03T23:39:58.314Z] docker_cli_network_unix_test.go:46: [d551efdaf4de8] daemon is not started [2020-11-03T23:39:58.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.84s) [2020-11-03T23:39:58.314Z] docker_cli_network_unix_test.go:46: [d2e6fffaef89c] daemon is not started [2020-11-03T23:39:58.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.52s) [2020-11-03T23:39:58.314Z] docker_cli_network_unix_test.go:46: [d5b6467f103a3] daemon is not started [2020-11-03T23:39:58.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2020-11-03T23:39:58.314Z] docker_cli_network_unix_test.go:46: [d23b22a675322] daemon is not started [2020-11-03T23:39:58.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.63s) [2020-11-03T23:39:58.314Z] docker_cli_network_unix_test.go:46: [df7f54b1775f6] daemon is not started [2020-11-03T23:39:58.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.45s) [2020-11-03T23:39:58.314Z] docker_cli_network_unix_test.go:46: [d6b289079c039] daemon is not started [2020-11-03T23:39:58.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.97s) [2020-11-03T23:39:58.314Z] docker_cli_network_unix_test.go:46: [df55c0948f7ab] daemon is not started [2020-11-03T23:39:58.314Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.57s) [2020-11-03T23:39:58.314Z] docker_cli_network_unix_test.go:46: [d7746a6b855c2] daemon is not started [2020-11-03T23:39:58.314Z] === RUN TestDockerHubPullSuite [2020-11-03T23:39:58.314Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-11-03T23:39:59.254Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-11-03T23:40:01.796Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-11-03T23:40:02.056Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-11-03T23:40:04.598Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-11-03T23:40:04.598Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-11-03T23:40:04.859Z] --- PASS: TestDockerHubPullSuite (7.47s) [2020-11-03T23:40:04.859Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.04s) [2020-11-03T23:40:04.859Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s) [2020-11-03T23:40:04.859Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.44s) [2020-11-03T23:40:04.859Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.49s) [2020-11-03T23:40:04.859Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.21s) [2020-11-03T23:40:04.859Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2020-11-03T23:40:04.859Z] PASS [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === Skipped [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-11-03T23:40:04.859Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s) [2020-11-03T23:40:04.859Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_sni_test.go:18: Flakey test [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-11-03T23:40:04.859Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-11-03T23:40:04.859Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2020-11-03T23:40:04.859Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-11-03T23:40:04.859Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-11-03T23:40:04.859Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-11-03T23:40:04.859Z] docker_cli_network_unix_test.go:46: [d409faff4cec4] daemon is not started [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] [2020-11-03T23:40:04.859Z] DONE 1277 tests, 51 skipped in 1530.286s [2020-11-03T23:40:04.859Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-03T23:40:04.859Z] ++++ cat bundles/test-integration/docker.pid [2020-11-03T23:40:04.859Z] +++ kill 7638 [2020-11-03T23:40:05.800Z] +++ /etc/init.d/apparmor stop [2020-11-03T23:40:05.800Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-03T23:40:05.800Z] [2020-11-03T23:40:05.800Z] Unloading profiles will leave already running processes permanently [2020-11-03T23:40:05.800Z] unconfined, which can lead to unexpected situations. [2020-11-03T23:40:05.800Z] [2020-11-03T23:40:05.800Z] To set a process to complain mode, use the command line tool [2020-11-03T23:40:05.800Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-03T23:40:05.800Z] +++ true [2020-11-03T23:40:05.800Z] exiting test-integration [2020-11-03T23:40:05.800Z] ++ exit 0 [2020-11-03T23:40:05.800Z] [2020-11-03T23:40:06.060Z] + for job in $(jobs -p) [2020-11-03T23:40:06.060Z] + wait 22357 [2020-11-03T23:40:18.283Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-11-03T23:40:19.666Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-11-03T23:40:24.953Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-11-03T23:40:31.531Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-11-03T23:40:32.913Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-11-03T23:40:38.242Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-11-03T23:40:39.624Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-11-03T23:40:42.923Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-11-03T23:40:42.923Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-11-03T23:40:49.504Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-11-03T23:40:49.504Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-11-03T23:40:50.445Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-11-03T23:40:52.987Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-11-03T23:41:49.242Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-11-03T23:42:45.519Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-11-03T23:42:55.509Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-11-03T23:42:58.807Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-11-03T23:45:05.309Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-11-03T23:45:11.911Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-11-03T23:45:13.296Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-11-03T23:45:13.296Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-11-03T23:45:13.296Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-11-03T23:45:13.296Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-11-03T23:45:14.236Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-11-03T23:45:16.780Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-11-03T23:45:20.077Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-11-03T23:45:21.461Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-11-03T23:46:17.720Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-11-03T23:46:17.720Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-11-03T23:46:19.104Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-11-03T23:46:21.647Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-11-03T23:46:24.219Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-11-03T23:46:26.761Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-11-03T23:46:48.716Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-11-03T23:47:00.942Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-11-03T23:47:01.883Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-11-03T23:47:03.795Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-11-03T23:47:06.339Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-11-03T23:47:12.919Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-11-03T23:47:17.170Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-11-03T23:47:19.713Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-11-03T23:47:21.626Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-11-03T23:47:24.168Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-11-03T23:47:26.712Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-11-03T23:47:29.256Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-11-03T23:47:31.171Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-11-03T23:48:27.425Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-11-03T23:48:39.660Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite (1668.15s) [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.33s) [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.43s) [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.50s) [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.03s) [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.17s) [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.52s) [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:562: [d647841fe1666] joining swarm manager [dd07964784037]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:584: [d3f7135b62a0b] joining swarm manager [dd07964784037]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.767Z] check_test.go:380: [d647841fe1666] daemon is not started [2020-11-03T23:48:57.767Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.18s) [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:45: [d080b690efe42] joining swarm manager [dcc36d71b4c5b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.83s) [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.09s) [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (37.64s) [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:303: [df2cc5c3d4f93] joining swarm manager [db7b736b37280]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:304: [df0a0e8004051] joining swarm manager [db7b736b37280]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:363: Waiting for possible election... [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.80s) [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:271: [d6638f5d0ea65] joining swarm manager [d56d1d4c62b1a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:272: [db9f9d296508a] joining swarm manager [d56d1d4c62b1a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.44s) [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.48s) [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.39s) [2020-11-03T23:48:57.767Z] docker_api_swarm_node_test.go:19: [da7a25be100f4] joining swarm manager [dd750c7669bdd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.767Z] docker_api_swarm_node_test.go:20: [defecab44d4e6] joining swarm manager [dd750c7669bdd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (44.36s) [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:501: [dc44f8fb0954a] joining swarm manager [dd3130160f52e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:506: [ddc616d209a14] joining swarm manager [dd3130160f52e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.58s) [2020-11-03T23:48:57.767Z] docker_api_swarm_node_test.go:80: [d9e9db621bdb5] joining swarm manager [de6984c8f37d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.07s) [2020-11-03T23:48:57.767Z] docker_api_swarm_node_test.go:52: [d1cbd7d359753] joining swarm manager [d09b1b7c6dc3b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.767Z] docker_api_swarm_node_test.go:53: [d1ffb1766fd71] joining swarm manager [d09b1b7c6dc3b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.55s) [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (25.94s) [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:201: [d5bdfb304816c] joining swarm manager [d158d1948564e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (68.57s) [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:383: [d7c435ea1dd8c] joining swarm manager [d76b04ab26c27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:384: [d74dd229402ff] joining swarm manager [d76b04ab26c27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.767Z] check_test.go:380: [d74dd229402ff] daemon is not started [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (50.84s) [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:801: [d88224064f6bc] joining swarm manager [dc14af957bb9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:801: [d86cac0044448] joining swarm manager [dc14af957bb9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:801: [d7c78cf15452c] joining swarm manager [dc14af957bb9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:801: [dd376868d4f2d] joining swarm manager [dc14af957bb9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-11-03T23:48:57.767Z] docker_api_swarm_test.go:809: [dca51f34dd6cd] joining swarm manager [dc14af957bb9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.35s) [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.02s) [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.18s) [2020-11-03T23:48:57.767Z] docker_api_swarm_service_test.go:394: [df419f93a999b] joining swarm manager [d3baf4be1b245]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.767Z] docker_api_swarm_service_test.go:394: [d1cff2b56fe88] joining swarm manager [d3baf4be1b245]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.13s) [2020-11-03T23:48:57.767Z] docker_api_swarm_service_test.go:342: [d7061d9a03a2a] joining swarm manager [d5cb98b35bc21]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.767Z] docker_api_swarm_service_test.go:342: [d36273026f211] joining swarm manager [d5cb98b35bc21]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.767Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.01s) [2020-11-03T23:48:57.768Z] docker_api_swarm_service_test.go:489: [d6d649ac594dd] joining swarm manager [da2c1e8ca5739]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.768Z] docker_api_swarm_service_test.go:489: [dfbb4a88dc9e5] joining swarm manager [da2c1e8ca5739]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.49s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.86s) [2020-11-03T23:48:57.768Z] docker_api_swarm_service_test.go:127: [df9fa79adcad2] joining swarm manager [d40f46a6df407]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.768Z] docker_api_swarm_service_test.go:128: [dba4c3b5dd06e] joining swarm manager [d40f46a6df407]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.768Z] docker_api_swarm_service_test.go:136: [d7c4abe6301f2] joining swarm manager [d40f46a6df407]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-11-03T23:48:57.768Z] docker_api_swarm_service_test.go:137: [d8cb7ae997f24] joining swarm manager [d40f46a6df407]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.74s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.81s) [2020-11-03T23:48:57.768Z] docker_api_swarm_service_test.go:303: [d362fca65b4f0] joining swarm manager [d73f3d286ac2b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.768Z] docker_api_swarm_service_test.go:303: [d6f8a92600216] joining swarm manager [d73f3d286ac2b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.01s) [2020-11-03T23:48:57.768Z] docker_api_swarm_service_test.go:99: [d61ed55ede638] joining swarm manager [d2e70043dbc0c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.768Z] docker_api_swarm_service_test.go:100: [dee8a629ff88e] joining swarm manager [d2e70043dbc0c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.768Z] check_test.go:380: [d61ed55ede638] daemon is not started [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.95s) [2020-11-03T23:48:57.768Z] docker_api_swarm_service_test.go:532: [d35d642ca4063] joining swarm manager [dd955235b84bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.768Z] docker_api_swarm_service_test.go:533: [d2b1fdffc3919] joining swarm manager [dd955235b84bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.94s) [2020-11-03T23:48:57.768Z] docker_api_swarm_service_test.go:147: [da95d9ded4e78] joining swarm manager [d1be2e2aee316]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.768Z] docker_api_swarm_service_test.go:147: [d38c8ee78487b] joining swarm manager [d1be2e2aee316]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.96s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.30s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.25s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.56s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.73s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.50s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.30s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.11s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.04s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.11s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.79s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (2.92s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.31s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.04s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.24s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.77s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.26s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.24s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.60s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.21s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.94s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.14s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.13s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.17s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.17s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.82s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.04s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.62s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.85s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.11s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.09s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.11s) [2020-11-03T23:48:57.768Z] docker_cli_service_logs_test.go:245: checking task ifjqev8c120l [2020-11-03T23:48:57.768Z] docker_cli_service_logs_test.go:250: checking messages for ifjqev8c120l [2020-11-03T23:48:57.768Z] docker_cli_service_logs_test.go:245: checking task lyfxust1fotd [2020-11-03T23:48:57.768Z] docker_cli_service_logs_test.go:250: checking messages for lyfxust1fotd [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.28s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.20s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.32s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.38s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.74s) [2020-11-03T23:48:57.768Z] docker_cli_swarm_test.go:1901: [d5745edffb715] joining swarm manager [d70389cabeea9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.768Z] docker_cli_swarm_test.go:1902: [d5528a2fd5034] joining swarm manager [d70389cabeea9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.63s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.91s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.27s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.78s) [2020-11-03T23:48:57.768Z] docker_cli_swarm_test.go:1802: [d599c7ae75771] joining swarm manager [d618465c30e9c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.768Z] docker_cli_swarm_test.go:1803: [d61436008faa4] joining swarm manager [d618465c30e9c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.10s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (137.43s) [2020-11-03T23:48:57.768Z] docker_cli_swarm_test.go:1321: [dd0c5673bfe19] joining swarm manager [d6b91a67ce957]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.768Z] docker_cli_swarm_test.go:1322: [d1a89b40d1447] joining swarm manager [d6b91a67ce957]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.17s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.39s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.83s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.26s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.56s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (1.92s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.43s) [2020-11-03T23:48:57.768Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-11-03T23:48:57.768Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.03s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.73s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.74s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.25s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.74s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (53.76s) [2020-11-03T23:48:57.768Z] docker_cli_swarm_test.go:1186: [dee773d744cf5] joining swarm manager [d749da54fc94d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.768Z] docker_cli_swarm_test.go:1195: [d20e002ffc6b4] joining swarm manager [d749da54fc94d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (14.08s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.35s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (120.25s) [2020-11-03T23:48:57.768Z] docker_cli_swarm_test.go:1118: [d6cd1adcc9a88] joining swarm manager [dc24fc114cb64]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.768Z] docker_cli_swarm_test.go:1119: [d1dc6c303345c] joining swarm manager [dc24fc114cb64]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.768Z] docker_cli_swarm_test.go:1172: [d8218415ce1f1] joining swarm manager [dc24fc114cb64]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.00s) [2020-11-03T23:48:57.768Z] docker_cli_swarm_test.go:1453: [db0b139c31860] joining swarm manager [d98ad30f063f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.768Z] docker_cli_swarm_test.go:1454: [d46d6dc4e4f13] joining swarm manager [d98ad30f063f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.29s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.06s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.04s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.29s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.32s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (1.84s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.12s) [2020-11-03T23:48:57.768Z] docker_cli_swarm_unix_test.go:62: [d4b36e1c99efd] joining swarm manager [d37e39bb209ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.26s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.08s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.38s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (2.81s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.21s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.23s) [2020-11-03T23:48:57.768Z] docker_api_swarm_test.go:961: [d57b3d91f0542] joining swarm manager [d4fc4e493d65d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.84s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.36s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (1.88s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.47s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.72s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.31s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.17s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.17s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.55s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.23s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.66s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (1.86s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.42s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.23s) [2020-11-03T23:48:57.768Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.22s) [2020-11-03T23:48:57.768Z] === RUN TestDockerExternalVolumeSuite [2020-11-03T23:48:57.768Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-11-03T23:49:12.665Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-11-03T23:50:20.380Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-11-03T23:50:30.392Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-11-03T23:51:02.492Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-11-03T23:51:14.715Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-11-03T23:51:46.814Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-11-03T23:52:01.733Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-11-03T23:52:33.832Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-11-03T23:52:48.728Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-11-03T23:53:03.625Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-11-03T23:53:50.341Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-11-03T23:54:08.446Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-11-03T23:54:40.546Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-11-03T23:55:12.647Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-11-03T23:55:27.562Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-11-03T23:55:45.667Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-11-03T23:56:00.695Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite (437.00s) [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.54s) [2020-11-03T23:56:15.590Z] docker_cli_external_volume_driver_test.go:53: [d2a53fc3161fa] daemon is not started [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.19s) [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2020-11-03T23:56:15.590Z] docker_cli_external_volume_driver_test.go:53: [dead9689a6b17] daemon is not started [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-11-03T23:56:15.590Z] docker_cli_external_volume_driver_test.go:53: [d46434bf9c4c9] daemon is not started [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-11-03T23:56:15.590Z] docker_cli_external_volume_driver_test.go:53: [dbb12e900d01d] daemon is not started [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.16s) [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.22s) [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s) [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.20s) [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.31s) [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.88s) [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.15s) [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.65s) [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.97s) [2020-11-03T23:56:15.590Z] docker_cli_external_volume_driver_test.go:485: [dd8fa14604099] daemon is not started [2020-11-03T23:56:15.590Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-11-03T23:56:15.590Z] docker_cli_external_volume_driver_test.go:53: [dacf62dcc327a] daemon is not started [2020-11-03T23:56:15.590Z] PASS [2020-11-03T23:56:15.590Z] [2020-11-03T23:56:15.590Z] === Skipped [2020-11-03T23:56:15.590Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.03s) [2020-11-03T23:56:15.590Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.03s) [2020-11-03T23:56:15.590Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-11-03T23:56:15.590Z] check_test.go:309: [d696d7468f501] daemon is not started [2020-11-03T23:56:15.590Z] [2020-11-03T23:56:15.590Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-11-03T23:56:15.590Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-11-03T23:56:15.590Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-11-03T23:56:15.590Z] check_test.go:309: [d2f727b9f2951] daemon is not started [2020-11-03T23:56:15.590Z] [2020-11-03T23:56:15.590Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-11-03T23:56:15.590Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-11-03T23:56:15.590Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-11-03T23:56:15.590Z] check_test.go:309: [d64e59a77bf4f] daemon is not started [2020-11-03T23:56:15.590Z] [2020-11-03T23:56:15.590Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-11-03T23:56:15.590Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-11-03T23:56:15.590Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-11-03T23:56:15.590Z] [2020-11-03T23:56:15.590Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-11-03T23:56:15.590Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-11-03T23:56:15.590Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-11-03T23:56:15.590Z] [2020-11-03T23:56:15.590Z] [2020-11-03T23:56:15.590Z] DONE 273 tests, 5 skipped in 2500.169s [2020-11-03T23:56:15.590Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-03T23:56:15.590Z] ++++ cat bundles/test-integration/docker.pid [2020-11-03T23:56:15.590Z] +++ kill 7655 [2020-11-03T23:56:15.590Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d76e0f69c90de/docker.pid [2020-11-03T23:56:15.590Z] +++ kill 5400 [2020-11-03T23:56:15.590Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5400 is not a child of this shell [2020-11-03T23:56:15.590Z] warning: PID 5400 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d76e0f69c90de/docker.pid had a nonzero exit code [2020-11-03T23:56:15.590Z] +++ /etc/init.d/apparmor stop [2020-11-03T23:56:15.590Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-03T23:56:15.590Z] [2020-11-03T23:56:15.590Z] Unloading profiles will leave already running processes permanently [2020-11-03T23:56:15.590Z] unconfined, which can lead to unexpected situations. [2020-11-03T23:56:15.590Z] [2020-11-03T23:56:15.590Z] To set a process to complain mode, use the command line tool [2020-11-03T23:56:15.590Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-03T23:56:15.590Z] +++ true [2020-11-03T23:56:15.590Z] exiting test-integration [2020-11-03T23:56:15.590Z] ++ exit 0 [2020-11-03T23:56:15.590Z] [2020-11-03T23:56:15.590Z] + exit 0 [2020-11-03T23:56:15.590Z] ++ jobs -p [2020-11-03T23:56:15.590Z] + pids= [2020-11-03T23:56:15.590Z] + echo 'Remaining pids to kill: []' [2020-11-03T23:56:15.590Z] Remaining pids to kill: [] [2020-11-03T23:56:15.590Z] + '[' -z '' ']' Post stage [Pipeline] junit [2020-11-03T23:56:15.609Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-03T23:56:17.360Z] + echo Ensuring container killed. [2020-11-03T23:56:17.360Z] Ensuring container killed. [2020-11-03T23:56:17.360Z] + docker ps -aq -f name=docker-pr4-* [2020-11-03T23:56:17.360Z] + cids=85e91810584b [2020-11-03T23:56:17.360Z] 798e42895166 [2020-11-03T23:56:17.360Z] ad106e5203b3 [2020-11-03T23:56:17.360Z] + [ -n 85e91810584b [2020-11-03T23:56:17.360Z] 798e42895166 [2020-11-03T23:56:17.360Z] ad106e5203b3 ] [2020-11-03T23:56:17.360Z] + docker rm -vf 85e91810584b 798e42895166 ad106e5203b3 [2020-11-03T23:56:19.913Z] 85e91810584b [2020-11-03T23:56:19.913Z] 798e42895166 [2020-11-03T23:56:19.913Z] ad106e5203b3 [Pipeline] sh [2020-11-03T23:56:20.197Z] + echo Chowning /workspace to jenkins user [2020-11-03T23:56:20.197Z] Chowning /workspace to jenkins user [2020-11-03T23:56:20.197Z] + id -u [2020-11-03T23:56:20.197Z] + id -g [2020-11-03T23:56:20.197Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41604:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-03T23:56:23.794Z] + bundleName=amd64 [2020-11-03T23:56:23.794Z] + echo Creating amd64-bundles.tar.gz [2020-11-03T23:56:23.794Z] Creating amd64-bundles.tar.gz [2020-11-03T23:56:23.794Z] + xargs tar -czf amd64-bundles.tar.gz [2020-11-03T23:56:23.794Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-11-03T23:56:24.747Z] Archiving artifacts [2020-11-03T23:56:25.349Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41604/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-03T23:56:25.664Z] + make clean [2020-11-03T23:56:25.925Z] docker volume rm -f docker-dev-cache [2020-11-03T23:56:25.925Z] 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